Hello,
I have seen plenty of threads with this issue, but none of them helped me to resolve this. Hence posting.
Basically I am trying to consume an external webservice in ABAP.
I created Proxy service consumer classes based on the webservice wsdl file, and also created logical port successfully.
I have cross checked that Ping also is successful for the logical port created.
However, when I try to execute, the service consumer proxy giving the SOAP request XML using transaction se80. I get the below error
SOAP:14 - Unexpected element -el=definitions ns=http://schemas.xmlsoap.org/
And I do not get any response.
Appreciate for any inputs to resolve this issue.
A detailed error in SOMANAGER logs is as below.
A SOAP Runtime Core Exception occurred in method DESERIALIZE_HEADER of class CL_SOAP_MESSAGE_11 at position id 1 with internal error id 14 and error text Unexpected element -el=definitions ns=http://schemas.xmlsoap.org/wsdl/ (fault location is 2 )