dimanche 28 juin 2015

Consuming .Net Generated Web Service from ColdFusion

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:

rpc as the SOAP binding style and encoding as the encodingStyle

document as the SOAP binding style and literal as the encodingStyle

Is there any work around available?

Reference: http://ift.tt/1eRLJBJ

Aucun commentaire:

Enregistrer un commentaire