cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL bindings

Former Member
0 Kudos

Hi Experts,

I would like to use the following bindings in WSDL.

1. HTTP GET/POST

2. MIME

Usually we can do the SOAP binding through our XI's Integration Directory.

Could you please tell me, from where we can do the HTTP GET/POST and MIME bindings?

Regards

Sara

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Sara

The XI cannot send out-of-the-box multipart/form-data. In fact the HTTP adapter cannot deal with MIME type multipart at all.

Maybe you can add the required data to the prolog and epilog parameters when you know the exact HTTP stream that the server requires.

refer the below links ....

http://help.sap.com/saphelp_nw04/helpdata/en/23/c093409c663228e10000000a1550b0/content.htm

Thanks !