as2

Hi Friends…

Greetings!!!

I have to send xml data through as2. Need help how to proceed.

Like whether we need to convert the xml to some other format and route it via as2 or anyother logic need to be applied.

Please advice!

Thanks!

Regards,
Ponmalar.

Yes,you can send XML data via AS2 protocol.

Before routing convert the xmldata to stream and set content-type=Application/XML in the EDIINT:send routing service.

HTH,
RMG

Thanks RMG:) !!

I have another query…

I need to send the xml data to an url.
How that will be retrieved from the deliverymethods of the profile and sent via as2?

As i don have much idea about this, don mind my question if its silly:crazy: .

Thanks!

Regards,
PM

Read the TN and EDI documentation (the EDI docs have AS2 info).

You need to create a processing rule specifying delivery method of https for AS2 url which you set in the profile.So when you route the XML document to TN the processing rule will get kicked based on the delivery method(HTTP/S) you set there it will be send to your external partner.

Also check the webMethodsEDIINT,TN Userguide it explains the inbound/outbound flow.

HTH,
RMG