Author |
Message
|
KIT_INC |
Posted: Sun Sep 30, 2007 9:06 pm Post subject: SOAP header |
|
|
Knight
Joined: 25 Aug 2006 Posts: 589
|
I am using WMB V6 on windows. I am learning how to send WS request from WMB. I tried to use Nettool to examine the http data sent by the borker. I ran the WS sample from the sample gallary. The sample works. But I don't seem to see the SOAP header on Nettool.
Am I missing something ? I believe httprequest node will generate the necessary soap header for WS. Am I right ? |
|
Back to top |
|
 |
AkankshA |
Posted: Sun Sep 30, 2007 10:52 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
are you trying to use nettool to receive msgs from broker....
i have used nettool only to send the message to broker long ago and in that scenerio it adds the soap header on its own, if my memory has not lost .... _________________ Cheers |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Oct 01, 2007 2:46 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The HTTPRequest node will not generate anything to do with SOAP.
HTTPRequest only does HTTP.
You need to pass it a properly formatted SOAP message. And if you need to set any HTTP Headers, you need to set those in HTTPRequestHeader on LocalEnvironment (I think?). _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
KIT_INC |
Posted: Mon Oct 01, 2007 5:26 am Post subject: |
|
|
Knight
Joined: 25 Aug 2006 Posts: 589
|
Hi jefflowrey, I was tracing the WS sample from the sample gallary, so I expect to see the SOAP header there. I was told that in MB V5 the SOAP support was not complete. So we have to use IA81 supportPAc. But in V6 SOAP support is completed. So I expect the SOAP header to be generated by V6. If I still have to build the SOAP header, what is the enhancement between V5 and V6 in the WS support aread ? |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Oct 01, 2007 11:23 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
There are a number of enhancements in the v6 Tooling to support SOAP messaging.
In addition there is IA90, which only runs on Toolkit 6.0.2.x or later, and will create or remove SOAP Envelopes.
I am not aware of any changes to the HTTP nodes that make them act like anything other than HTTP nodes. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|