XML Adapter and HTTP Request/Reply

Hi:

has any one used the HTTP Request/Reply configured operation for XML adapter? I need to integrate with an exdternal system that needs to send an XML, and I wanted to have the HTTP GET operation pick up the XML and then perform other steps. Short of writing a broker client to invoke a event, or using the socket poll or socket write, can I acheive this with the HTTP option?

Thanks for your help,
Ashish

Ashish,

If you had the B2B Integration Server and Enterprise Bridge this would be easy. If not, you could create a servlet that your external system can use to send in the XML request. This servlet would then be a broker client.

Bob

Bob,

I am personally leaning towards using the B2B - A2A connectivity for this issue, sounds much cleaner.

Thanks,
Ashish