Author |
Message
|
mbsa |
Posted: Wed May 15, 2013 4:37 pm Post subject: soapInput,Httprequest and soapreply node in a single flow |
|
|
Apprentice
Joined: 04 Mar 2013 Posts: 41
|
soapInput,Httprequest and soapreply node in a single flow is possible?
If yes what additional considerations are required. |
|
Back to top |
|
 |
Vitor |
Posted: Wed May 15, 2013 4:39 pm Post subject: Re: soapInput,Httprequest and soapreply node in a single flo |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mbsa wrote: |
If yes what additional considerations are required. |
You have to account for all the combinations?
I don't understand the question _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mbsa |
Posted: Wed May 15, 2013 4:50 pm Post subject: |
|
|
Apprentice
Joined: 04 Mar 2013 Posts: 41
|
I want to use soapinput node and soap reply as a webservice provider and httprequest node as webservice consumer in the same flow.The soap message come to soapinput node and using that message as request i will hit the url in httprequest and using the response from httprequest reply back to saopreply node.
By Additional considerations i mean what node properties or headers do i need to add? |
|
Back to top |
|
 |
praj1740 |
Posted: Wed May 15, 2013 6:22 pm Post subject: |
|
|
 Apprentice
Joined: 05 Feb 2013 Posts: 29 Location: INDIA
|
you cant use a http request node.For better validation of the message use a soap request node for invoking the service provider |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed May 15, 2013 10:06 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
praj1740 wrote: |
you cant use a http request node.For better validation of the message use a soap request node for invoking the service provider |
The OP CAN use an HTTP Request Node for their stated purpose provided that the message is formatted correctly first.
After all SOAP in most WebServices situations uses HTTP as its transport does it not?
So when can you use an HTTP Node for a WebService Call?
Here's one that comes to mind.
When there is no published(or accurate) WSDL for the endpoint you are using.
I had to do just that a few months ago to talk to a PLC.
your comment about validation is correct though. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
praj1740 |
Posted: Wed May 15, 2013 11:04 pm Post subject: |
|
|
 Apprentice
Joined: 05 Feb 2013 Posts: 29 Location: INDIA
|
I agree with u smdavies, a http request node is used to invoke a webservice.I thought a wsdl is provided for him and for better validation of request i suggested him using a soap request node.Im sorry if am wrong |
|
Back to top |
|
 |
RAJASHEKAR REDDY |
Posted: Wed May 15, 2013 11:44 pm Post subject: |
|
|
Novice
Joined: 09 May 2013 Posts: 13
|
Hi All,
We can use HTTPRequest node with Soap Nodes no issues is there in that.....only one thing is We cant validate the message , but we no need to validate request's when projects in live or production.
Thanks,
Rajashekar Reddy |
|
Back to top |
|
 |
|