|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Soap action |
« View previous topic :: View next topic » |
Author |
Message
|
shubha_s |
Posted: Sun Mar 07, 2010 11:45 pm Post subject: Soap action |
|
|
Acolyte
Joined: 10 Mar 2009 Posts: 57
|
Hi,
I am invoking the webservice using the message flow. I have set the soap action in my ESQL code itself.
But the web service URL given has no soap action mentioned in it.
So when a request hits the URL how wil it know which action has to be performed as there is no action in the URL.
And giving the soap action in the ESQL, will this tell the which action is to be performed.
Can any1 suggest me regading this?
Thanks |
|
Back to top |
|
 |
indra |
Posted: Mon Mar 08, 2010 3:16 am Post subject: |
|
|
Newbie
Joined: 23 Apr 2009 Posts: 4
|
Hi
By using the same procedure as you mentioned we are able to call the webservice with giving soap action in ESQL.
eg:SET OutputRoot.HTTPRequestHeader.SOAPAction = '/executeSequence';
For testing we have given wrong soap action but its doesnt work. |
|
Back to top |
|
 |
shubha_s |
Posted: Mon Mar 08, 2010 3:26 am Post subject: Soap Action |
|
|
Acolyte
Joined: 10 Mar 2009 Posts: 57
|
indra wrote: |
Hi
By using the same procedure as you mentioned we are able to call the webservice with giving soap action in ESQL.
eg:SET OutputRoot.HTTPRequestHeader.SOAPAction = '/executeSequence';
For testing we have given wrong soap action but its doesnt work. |
Hi,
even i have used the same thing for other web services n its working.
My question is if the soapaction mentioned in the ESQL code is not in the URL of the web service, what is the result??
I thought that there is some problem in the URL so this has to be corrected at the other end. So before telling them I just wanted to confirm whether I am in the right path or not.
Thanks |
|
Back to top |
|
 |
Herbert |
Posted: Mon Mar 08, 2010 3:54 am Post subject: Re: Soap Action |
|
|
 Centurion
Joined: 05 Dec 2006 Posts: 146 Location: Leersum, The Netherlands
|
shubha_s wrote: |
My question is if the soapaction mentioned in the ESQL code is not in the URL of the web service, what is the result??
I thought that there is some problem in the URL so this has to be corrected at the other end. So before telling them I just wanted to confirm whether I am in the right path or not.
|
Nope, the soap action is not part of the URL, it is a separate HTTP header. It is also possible to add a XML element to the SOAP header (part of WS addressing). |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|