Hi experts,
I am using SOAP UI to test some operations, in this case I am passing a sessionId and a queryString and it's working using the SOAP UI.
Now my requirement is to get these values using HCI. For that I :
1 - Imported the WSDL
2 - Generated an XSD file from the XML
3 - Added a mapping before the Request-Reply and passed the values as constants
4 - Called the SOAP WS with the following parameters :
-----------------------
I get this error :
Error = java.lang.IllegalArgumentException: The PayLoad elements cannot fit with the message parts of the BindingOperation. Please check the BindingOperation and PayLoadMessage.
-------------------------
Any idea about how to solve this ?
BR.
Mohammed Amine.