I'm trying to consume a .net generated WS from ColdFusion Page. Soap binding style of the said WSDL is document.
<soap:operation soapAction="http://ift.tt/1ImdfCC" style="document"/>
In the CF documentation, it is clearly mentioned that it is not possible consume such Web services.
To consume a web service that is implemented in a technology other than ColdFusion, the web service must have one of the following sets of options:
rpcas the SOAP binding style andencodingas the encodingStyle
documentas the SOAP binding style andliteralas the encodingStyle
Is there any work around available?
Reference: http://ift.tt/1eRLJBJ
Aucun commentaire:
Enregistrer un commentaire