Hi,
I am trying to build a graph with webservice client to send a getList operation request to a WSDL end point.
An error is thrown - WSDL document does not support document style.
The webservice depolyed has RPC style.
Is there a way or any option that I could use to read RPC style WSDL and send my request.
Thank you
Ramprasad
I am trying to build a graph with webservice client to send a getList operation request to a WSDL end point.
An error is thrown - WSDL document does not support document style.
The webservice depolyed has RPC style.
Is there a way or any option that I could use to read RPC style WSDL and send my request.
Thank you
Ramprasad
-
Hello Ramprasad,
Unfortunately WebServiceClient supports document/literal styles only. To read a RPC style WSDL you would need to write a new component (see Creating a Custom Component).
Please sign in to leave a comment.
Comments 1