POST xml to HTTP host

Formally known as "Mercator Inside Integrator 6.7", DataStage TX enables high-volume, complex transactions without the need for additional coding.

Moderators: chulett, rschirm

Post Reply
dstxeai
Participant
Posts: 2
Joined: Mon Mar 10, 2008 1:23 am

POST xml to HTTP host

Post by dstxeai »

Hi All,

I want to pass a XML file to a HTTP host. I tried all the ways and I could not able to succeed on this.

I am able to send the text as a parameter to the URL as mentioned below.

GET("HTTP" , "-METHOD POST -TYPE text/xml -URL http://localhost:8080/WebContent/upload ... HelloWorld")

Is it passible to send data to http not just as part of the URL.

I would appreciate any help in this regards.

Regards
DSTXEAI
Post Reply