cancel
Showing results for 
Search instead for 
Did you mean: 

Deserialisation failed

Former Member
0 Kudos

Hi ,

I have create a WS for BW, and excute it in WSADMIN. Do the test in wsnavigator , when the data send to server,and post below message:

-


An error has occurred. Maybe the request is not accepted by the server:

Deserialisation failed

Request:

POST /sap/bc/srt/rfc/BIC/CFFLATDOCUMENT?sap-client=200 HTTP/1.1

Host: hqbd3.sinopec.com:8000

Content-Type: text/xml; charset=UTF-8

Connection: close

Authorization: <value is hidden>

Content-Length: 713

SOAPAction: ""

<?xml version="1.0" encoding="UTF-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Header><sapsess:Session xmlns:sapsess="http://www.sap.com/webas/630/soap/features/session/"><enableSession>true</enableSession></sapsess:Session></SOAP-ENV:Header><SOAP-ENV:Body><ns1:_-bic_-cfflatdocument xmlns:ns1='urn:sap-com:document:sap:soap:functions:mc-style'><Data><item><DocNumber>223323</DocNumber><DateKyf>232323</DateKyf><DocItems>2323.2</DocItems><Material>2323we</Material><Customer>wwr</Customer></item></Data></ns1:_-bic_-cfflatdocument></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

HTTP/1.1 500 Internal Server Error

Set-Cookie: <value is hidden>

Set-Cookie: <value is hidden>

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

content-length: 1034

sap-srt_id: 20080424/103748/v1.00_final_6.40/480F208057F9852C000000000A011309

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/WSS0080423074601643901</MainName><ProgName>/1BCDWB/WSS0080423074601643901</ProgName><Line>18 </Line><Valid>X</Valid><DeserialisationFault><DescriptionText>Im ST-Program /1BCDWB/WSS0080423074601643901 ist bei der Deserialisierung ein Fehler aufgetreten.</DescriptionText><DescriptionDetailText>Das Datum 232323 ist keine g&#30473;ltige Datumsangabe gem&#30450;&#33085; des XML-Format f&#30473;r ABAP.</DescriptionDetailText><TreePosition></TreePosition><ClassName>CX_SY_CONVERSION_NO_DATE_TIME</ClassName></DeserialisationFault><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>

AND our server already have SAPKB64009 as Note 830340 mention

How can I solve it?

Edited by: albert cao on Apr 24, 2008 11:26 AM

Accepted Solutions (1)

Accepted Solutions (1)

former_member185954
Active Contributor
0 Kudos

Hello,

Did you recently import a kernel patch ?

I think this error occurs after you import a kernel patch.

Check these notes:

Note 892944 - Deserialisation failed

Note 830340 - SOAP request - Deserialisation failed

Solution

In Releases 6.20 - 6.40, reactivate the virtual interface, or in Releases 6.40 and higher, reactivate the Service Definition of the Web Service. Then check if the error response still occurs.

Regards,

Siddhesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

The issue solved,

Thanks

Edited by: Cheney Cao on May 4, 2008 12:35 PM