Actually I have changed the CCSID into 1208 in a compute node before HTTP Request but it doesn't help . I don't know how I can solve this problem . Do you have any solution or idea ?
Posted: Sun Jul 08, 2007 10:29 pm Post subject: solved
Apprentice
Joined: 16 Feb 2006 Posts: 25 Location: Germany
HI all,
i have seen that there is a SOAP SupportPAC which includes two SOAP nodes to extract Body and create Envelope automatically. I've implemented two new nodes in my WS Caller flow and runs everything OK .
have a nice week.. _________________ *************************
Your trace output shows that you have created an HTTPRequestHeader AFTER your XMLNSC parser. Therefore, this is being sent as the body of the message from the HTTPRequest Node. The Request Node always treats the "last child of root" as the "body" of the message to be sent on the wire. You need to re-order your code (ESQL or Java) to create the HTTPRequestHeader before the XMLNSC body that you are trying to send...
Regards, _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions.
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