cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC TO SOAP

former_member237514
Participant
0 Kudos

Hi all,

My Scenario is IDOC TO SOAP mat_stock_update.

when I test this scenario I am getting below error .

Plz help me to resolve this issue

Thanks

Kavitha

Accepted Solutions (0)

Answers (3)

Answers (3)

GauravKant
Contributor
0 Kudos

Hi,

There could be datatype mismatch or wrong data in payload. Please cross check once.

Regards,

Gaurav

former_member182412
Active Contributor
0 Kudos

Hi Kavitha,

I think you are passing one of the field is more than what is expecting, if the field length is 10 if you send more than 10 characters and you will get this error. Check the field values according to their lengths.

Check the actual response from web service as per below blog.

Regards,

Praveen.

manoj_khavatkopp
Active Contributor
0 Kudos

Kavitha,

This is due to invalid data which you are sending for the webservice.

if possible test with SOAP UI.

br,

Manoj

former_member237514
Participant
0 Kudos

Hi Manoj,

How to insert test data in SOAPUI tool.

Thanks

Kavitha

former_member186851
Active Contributor
0 Kudos

Hello Kavitha,

check the below link

https://www.soapui.org/tutorials/web-service-sample-project.html

Get the XML from SAP PI and load it.