cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Adapter

Former Member
0 Kudos

Hi,

Is it possible to configure scenario IDOC - XI - HTTP Adapter where output data are not a XML document but a first record with header field names and other records with a data itself separated by TAB ?

Something similar as a flat file (File Adapter) but output is a HTTP ?

Thank you.

Marian

Accepted Solutions (0)

Answers (3)

Answers (3)

stefan_grube
Active Contributor
0 Kudos

You can use the SOAP adapter in no-SOAP mode. Then you can transform the XML to flat structure with the adapter module <i>MessageTransformBean</i>.

Regards

Stefan

udo_martens
Active Contributor
0 Kudos

Hi Marian,

yes, the inbound interface will not be validated. Of course you cant use message mapping, take ABAP or Java.

Regards,

Udo

Former Member
0 Kudos

Hi,

thank you for your response. Have I understand it correctly when I put in outbound message something like this :

<complexType>

...something

</complexType>

and in runtime just send a stream in multipart-form data through it ?

Thanks for your response.

Marian

Former Member
0 Kudos

... and can I in ABAP mapping produce a non XML document but a stream in multipart-form data ?

Thanks Marian

Former Member
0 Kudos

Marian,

Could u please explain it more clearly?

-Naveen.

Former Member
0 Kudos

Hi,

now I have a better specification.

The goal is to upload a CCM catalog data from R/3 to CCM through XI.

In a documentation for CL /CCM/CL_UPLOAD_SERVICE class of SRM I read I need to post a stream similar as when HTML form is submitted in a multipart/form data mode. So a streem will be a bit more complicated.

Or does have anybody an experience with a uploading a catalog to SRM through XI ?

Thank you.

Marian