1. Coldfusion WSDL times out on first call stackoverflow.comI have a web service setup for on a small part of a website and while the site overall gets a good amount of traffic this particular service does not. ... |
2. Get readable WSDL service method arguments error in ColdFusion stackoverflow.comdeveloping service invoking script that looks like:
stAguments structure filled before this call, obviously.
Imagine you've forgot to add one of arguments ... |
3. Consume a redirected webservice in ColdFusion stackoverflow.comI've been provided a WSDL file that points to a webservice. I use this webservice to log in and create a session. In addition to the session token, the ... |
4. ColdFusion, WSDL, and extended complex classes stackoverflow.comI am working with a webservice that provides basic CRUD functionality. The Retrieve is easy enough to work with, but I'm having trouble working with the Create (I've not yet ... |
5. Unable to read WSDL from Coldfusion9 stackoverflow.comI've the problem now. I've run the following code in CF8 is ok and everything's fine.
But test it in ... |
6. Coldfusion web service consumed as WSDL chokes on control characters stackoverflow.comClients upload files in .doc format to a server directory, and the text within them is extracted using POI as per Ray Camdens posting here The content is saved ... |
7. Importing FirstData certificate into Coldfusion stackoverflow.comI've tried to import the certificate from First Data into my ColdFusion 9 setup using the keytool as so:
The import seems to work, ... |
8. How to invoke this webservice method? stackoverflow.comI can't wrap my mind around invoking a simple method of 3rd-party service. Here's the chunk of WSDL for this method:
|
9. Help! Wsdl2Java Can't parse a Coldfusion WSDL? coderanch.comI'm relatively new to Web services, but I've managed to get several service clients half-generated using Axis2 |