cancel
Showing results for 
Search instead for 
Did you mean: 

WebService Call: javax.xml.rpc.soap.SOAPFaultExceptionDeserialisation

Former Member
0 Kudos

Hi,

I have enabled in R/3 a BAPI as a WebService. I generated my Web Dynpro WebService Model with the generated WSDL file from R/3.

When I call my WebService it seems to be executed on the backend. But I get an

class javax.xml.rpc.soap.SOAPFaultExceptionDeserialisation failed

That looks for me like the generated WebService model is buggy?

Any ideas?

Frank

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

go through this

/people/riyaz.sayyad/blog/2006/05/07/consuming-xi-web-services-using-web-dynpro-150-part-i

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Frank,

Check this link..here it explained how can u debug the webservice.Hope it will help u to get the exact problem.

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/900bbf94-a7a8-2910-e298-a651b4706c1e">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/900bbf94-a7a8-2910-e298-a651b4706c1e</a>

regards

Sumit

Former Member
0 Kudos

It looks like it has something to do with the used Data Types of the BAPI, that they cause problems...