I am developing an ABAP Proxy to SOAP interface.
I'm using an external definition with the wsdl for the service inbound interface and outbound interface for the determination, I was not allowed to use the definition as external error occurred while creating the abap proxy.
Thus, utilized a message type of structure to be sent, and a message maping.
However when I run the error message occurs:
/ Parsing / ADAPTER.SOAP_EXCEPTION - soap fault: No such operation 'mt_XXX_Request'.
Already confirmed URL of sending CC and left blank SOAP ACTION, however problem persists.
Already viewed this problem?