cancel
Showing results for 
Search instead for 
Did you mean: 

Problem while testing a BAPI Web Service

Former Member
0 Kudos

i face this problem in web service bapi when i am carrying out the test... so can anyone help me???

HTTP/1.1 500 Internal Server Error

Set-Cookie: <value is hidden>

content-type: text/xml; charset=utf-8

content-length: 803

sap-srt_id: 20080610/144609/v1.00_final_6.40/DD36B8E7DE44B5F19BA900145E6770F3

server: SAP Web Application Server (1.0;700)

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"><soap-env:Body><soap-env:Fault><faultcode>soap-env:Client</faultcode><faultstring xml:lang="en">Deserialisation failed</faultstring><detail><n0:SimpleTransformationFault xmlns:n0="http://www.sap.com/transformation-templates"><MainName>/1BCDWB/WSS0080610064309718000</MainName><ProgName>/1BCDWB/WSS0080610064309718000</ProgName><Line>128 </Line><Valid>X</Valid><ReferenceFault><DescriptionText>Error accessing the ref. node 'EMPLOYEENUMBER'</DescriptionText><RefName>EMPLOYEENUMBER</RefName></ReferenceFault><Caller><Class>CL_SRG_RFC_PROXY_CONTEXT</Class><Method>IF_SXML_PART~DECODE</Method><Positions>1 </Positions></Caller></n0:SimpleTransformationFault></detail></soap-env:Fault></soap-env:Body></soap-env:Envelope>

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

There is SAP Note no. 830340 addressing this issue.

https://websmp106.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=830340&_NLANG...

Pl try to apply that SupportPack and let us know the results after that.

Also pl reward points as appropriate.

Former Member
0 Kudos

i pass in the a valid employeenumber and it still give me the same error...

Former Member
0 Kudos

Hi Koh,

Please check the EMPLOYEENUMBER input your passing, this is system generated exception when operation is terminated. try passing some valid EMPLOYEENUMBER.

Venkat.