cancel
Showing results for 
Search instead for 
Did you mean: 

Deserialization Failed error when calling a SAP Webservice

Former Member
0 Kudos

Hello,

I'm trying to call an SAP Webservice from a .NET Mobile application, this particular BAPI expects an array of objects and when I make the call I get a deserialization problems. I have tried make the array size to 0 but no luck, I have couple of other function modules which are working fine but have a problem with this BAPI BAPI_ALM_ORDEROPER_GET_LIST.

any help is greatly appriciated.

Thanks

Vinay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This is a problem with interportability of WS between MS and other vendors., there are bunch of solution for this problem posted in this site and also in XI site, please go through

Thanks

Former Member
0 Kudos

Dear Vinay,

Does your other FM are also using arrays.?

Deserialization problem comes when xml parser is not able to convert XML schema or values to language specific elements.

And this problem normally comes if you are using complex data types.

Can you check once again and reply.

Regards,

Piyush