Posted: Mon Feb 12, 2007 11:12 pm Post subject: HTTP Request + Web service
Novice
Joined: 12 Feb 2007 Posts: 15
I am very new to webservice and MB.
My requirement is, HTTP Request node has to invoke a webservice by passing SOAP XML as input and the web service should send a different SOAP output back to HTTP Request node.
Actually first part is done means invoking webservice from HTTP Request. I am not
sure how to send the response from webservice to HTTP Request
Wire the output terminal of your HTTPRequest node into a Trace node and Trace ${Root} to a file.
You should find that the message tree is the response to your HTTP get/post performed by the HTTPRequest node. _________________ Regards
John
The pain of low quaility far outlasts the joy of low price.
1. Connect HTTPRequest Out terminal to Compute node to pass response to the Compute node.
2. Inside the compute node extract and save the SOAP header into the global environment
3.Subsequently connect the C.N to the mapping node. Do the required transformation here. Ofcourse you need a message sets here,
4. Again pass the output of the Mappuing node to the new C.N.
5. Add the SOAP header from global env to the transformed response message.
4. Atlast conenct the out terminal of the new C.N node to HTTPReply node.
Regards,
Amit Upadhyaya _________________ Regards,
au@kosa
IBM Certified SOA Solution Designer/Associate
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum