Jasmine
Member since Apr 20, 2010
- Profile: /members/5860-jasmine.htm
- Comments: 3
Recent Blog Comments By Jasmine
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on May 9, 2010 at 12:54 PM
I have an xsd used to validate an xml before calling a service. The xml seems to give result for the webservice call only if soap tags(header and other tags) are provided. Since the given xsd doesn't contain the soap values, the validation will fail. Can i modify the XSD dynamically by adding the so... read more »
-
My First ColdFusion Web Service
Posted on Apr 28, 2010 at 11:30 AM
Thanks ben.One more question:Sometimes, the xml sent as argument to function seems to have space appearing before the xml version tag (even if we use trim).Hence when we validate it with xsd before passing it to the webservice, it is not becoming success. Any suggestion is appreciated. Also, regard... read more »
-
My First ColdFusion Web Service
Posted on Apr 20, 2010 at 2:46 AM
1) Could you please tell what is the difference in invoking a third party webservice via 'cfinvoke' and 'cfhttp'? Is there any specific point to be taken care while passing xml as argument. 2)Why do we append wsdl in some cases and in some other not? 3) The eror 'Web service operation "" with par... read more »