cancel
Showing results for 
Search instead for 
Did you mean: 

Error in consuming Webservice UNALLOWED RFC-XML TAG (SOAP_EINVALDOC)

former_member195709
Participant
0 Kudos

Hi,

I am consuming a Document type Webservice. After completing all the steps, Proxy generation,Port creation, I am getting following error in SE24/SE80 tests. I could see few messages regarding this subject including an OSS note. But none of them could solve this issue.

CODECONTEXT HTTP://WWW.SAP.COM/XML_ERRORCODES

CODE SOAP:111

ERRORTEXT UNALLOWED RFC-XML TAG (SOAP_EINVALDOC)

I could consume another external Webservice using similar method successfully. So how do we compare 3rd party wsdl's to find out the issue. As you work with non-SAP folks, it adds more difficulty.

I have used URL and HTTP options. The above error I am getting while HTTP in lpconfig callparameters.

SM21 gives same above message.

SM59 error is as follows:

Exception occurred in method XP_READ_TAG of class CL_SOAP_XP at

position id 1 with internal error id 111 and error text Unallowed

RFC-XML Tag (SOAP_EINVALDOC) (fault location is 1 ).

SMICM gives huge error log, but doesn't provide any specific error.

Could anyone provide a solution for this issue?

Thanks

Bala

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Bala

for this error CODECONTEXT HTTP://WWW.SAP.COM/XML_ERRORCODES

i think (the webservice is having problem)

for SM59 error Exception occurred in method XP_READ_TAG of class CL_SOAP_XP at

position id 1

check the reply of Anton at this thread

Regards

Abhishek

former_member195709
Participant
0 Kudos

I am not sure exactly both are same problem. My issue is related to consuming an external webservice. The issue described in your link is about an internal web service and test options.

Bala