cancel
Showing results for 
Search instead for 
Did you mean: 

send Multipart message in web service

Former Member
0 Kudos

Hi All,

I have configured IDoc-SOAP-File scenario successfully.

Now My sender and receiver structure is changed.

I mean in my Idoc i cn have node repeated number of times and so i have changed my occurace at wsdl file also, so tht for all web service will be call only once and response will also have 1-unbound occurance.

When i run sceanrio...i m able to send Idoc with multiple node in it and request is futher sent to web service.

But in response i m gettin response only for first one as web service is just sending/accepting (?) data for 1st occurance of node.

Please guide me for same tht how i can send multiline data to web service and accept multiline responce.

Regards,

Manisha

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

I got the answer for this

Receiver side code need to handle multipart data in web service.

It is received as an array at receiver side.

Finally done with this.

Thanks to all

Regards,

Manisha

Former Member
0 Kudos

Sorry to all.

Still problem exists.

Webservice is not able to receive multiple data at time.

Please need help.

Regards,

Manisha

Former Member
0 Kudos

There was problem at web service side.

Occurance for node is not maintained at receiver side (web service)

Regards,

Manisha

former_member200962
Active Contributor
0 Kudos

Check this note: https://service.sap.com/sap/support/notes/856597

Q: My web service expects a SOAP with multiple elements in the SOAP body. How can I create such SOAP message?

Check if you have done the setting as mentioned in the answer.

Regards,

Abhishek.