HTTP node passing

Hi,
I am new to webMethods. I am facing some problem while trying to pass message from one IS to another IS through http.

I am using pub.client.http service. We are calling a service of another IS. The input of that service is of node.
So how can we pass the node to the other IS.
Before calling the http service we have the message as string type. And we are not aware of the input name of the destination service. We just know the service will be taking input as node.

Thanks in advance for your help.

Thanks,
Saugata

I believe you are in the right direction and if you are sending as string or bytes or variable named ($xmldata) make sure you set the content-type as text/xml in the (headers/content-type) and the receiving service input should be always (*node) object for XML data and the steps would be xmlnodetodocument and savepipelineToFile to see if the string received as expected

HTH,
RMG

Hi RMG,

Thank you for your help. Its working fine now :slight_smile:

Regards,
Saugata

Glad to hear :smiley: