‎2009 Mar 31 2:11 PM
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
‎2009 Mar 31 2:20 PM
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..
‎2009 Mar 31 2:49 PM
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
‎2009 Aug 07 8:58 AM