Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Dear All,
My clinet is sending me XML file via HTTP Post. I created a service with the input (node). I am able to receive XML file via node input parameter. I also want to extract header informaiton. Your help is appreciated.
Regards, Faisal
Read the pub.flow:getTransportInfo documentation in the built-in services guide.
Thanks for your reply,
I have one more question regarding consumer getting http response from WM Service. At the end of this service I am sending back only either Success or Failure but my client is getting following, but I only want to transmitt above message.
Any advice please,
Populate a document containing only the information you want to return and clear the pipeline of all other values. You can also explicitly set the response using the pub.flow:setResponse built-in service.