Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with webservices

Former Member
0 Likes
556

Hi Friends,

I am having a problem with my webservice . I am facing this problem after a copy back from production to quality. When our quality system was refreshed with the production data .

When i am trying to test my service i am getting an error as -

Unallowed RFC-XML Tag (SOAP_EINVALDOC)

Also i see now that when i am manualy testing it it is asking for a user id and password. When i give my user id it is not accepting it and is agin asking for user id.After that it displays the error as below -

<CODECONTEXT>http://www.sap.com/xml_errorcodes</CODECONTEXT>

<CODE>SOAP:111</CODE>

<ERRORTEXT>Unallowed RFC-XML Tag (SOAP_EINVALDOC)</ERRORTEXT>

<LANGUAGE />

</CX_AI_SYSTEM_FAULT>

</cls:CX_AI_SYSTEM_FAULT>

</asx:heap>

</asx:abap>

Can anybody help me with this as i m not having any idea of webservices. this was working before the copy back.

Thanks

ROhit

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
526

A new/separate user id and password need to be generated to execute it, as you said its a the efect of recent refresh of Q with PRD data.... the user id and the roles attached to it might have been active in PRD and not in Q... check with your basis team and let them check the Hash attached to the web service and create a similar UID and Pswd with necessary roles attached to test in Q..

Read only

0 Likes
526

Well the basis did got the back up of all the userids and rfc details , so after the copy back they uploaded al those old details

I couldnt understand what you meant by Hash attached with webservice. Can you pls let me know this .

Thanks

Rohit

Read only

Former Member
0 Likes
526

Didnt needed to do anything