Author |
Message
|
ravella |
Posted: Tue Sep 20, 2011 1:47 am Post subject: Nodes |
|
|
Newbie
Joined: 05 Sep 2011 Posts: 9
|
Can someone please let me know when we are supposed to use Soap Input node and Http IP Node... |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Sep 20, 2011 3:39 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
What do you think? _________________ 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 |
|
 |
lancelotlinc |
Posted: Tue Sep 20, 2011 4:33 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
If you attended the IBM-provided training (WM663 et. al.), you would know this and not have to ask it.
SOAPInput node is used when you wish to enforce XSD-style on a data payload. HTTPInput is used when you just want the payload and do not want to enforce conformance to a format.
This article gives a good introduction to the use of HTTPInput:
http://www.ibm.com/developerworks/websphere/library/techarticles/0608_braithwaite/0608_braithwaite.html
This article gives a good introduction to the use of SOAPInput:
http://www.ibm.com/developerworks/webservices/library/ws-soapnode3/
Quote: |
The expectation is that a message flow beginning with a SOAPInput node can handle all the operations in the binding, which was selected when the node was configured. Each portType is bound to a specific endpoint by a WSDL port. This endpoint information is used to dispatch requests to the node, and should, therefore, be unique. (If multiple SOAPInput nodes are associated with the same endpoint, then the broker can't tell which node to dispatch to.)
Each SOAPInput node is configured by a single WSDL file. If you need to implement several versions of the same WSDL, you can configure multiple SOAPInput nodes in the same flow as long as each node uses a different Uniform Resource Identifier (URI). The SOAPInput nodes can share a single SOAPReply node if required; this may improve the readability of the flow. Similarly, each SOAPInput node uses either HTTP or HTTPS, so ideally you shouldn't mix Secure Sockets Layer (SSL)-secured operations and non-SSL operations in the same portType. But if this is unavoidable, you can configure two separate SOAPInput nodes with the same WSDL, defining one to use HTTP and the other to use HTTPS.
|
Since I have graciously provided you with this information, please answer this question for me: Why have you not taken the IBM-provided training on Message Broker?
Answering the question is the least you can do, since I went to all this trouble googling for you. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Sep 20, 2011 4:57 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
lancelotlinc wrote: |
If you attended the IBM-provided training (WM663 et. al.), you would know this and not have to ask it.
SOAPInput node is used when you wish to enforce XSD-style on a data payload. HTTPInput is used when you just want the payload and do not want to enforce conformance to a format.
|
Aw shucks Lance you have given the game away... _________________ 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 |
|
 |
mqjeff |
Posted: Tue Sep 20, 2011 5:08 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
lancelotlinc wrote: |
SOAPInput node is used when you wish to enforce XSD-style on a data payload. |
Err.
SOAPInput node is used when you wish to initiate a message flow in response to a WebService call that is defined to use the SOAP messaging standard. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Sep 20, 2011 5:08 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Sounds like he is preparing for an interview. We wouldn't want him to miss out on the job, would we? After all, anyone can learn message broker in a few short weeks. Its alot like Java.
 _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Sep 20, 2011 5:14 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
ravella |
Posted: Wed Sep 21, 2011 2:43 am Post subject: |
|
|
Newbie
Joined: 05 Sep 2011 Posts: 9
|
Thanks a lot for helping me....
I do have attended some of the IBM tranings but i haven't worked on live projects to look into them deeply.... |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Sep 21, 2011 3:27 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
ravella wrote: |
Thanks a lot for helping me....
I do have attended some of the IBM tranings but i haven't worked on live projects to look into them deeply.... |
Well, you should spend more effort looking into them deeply before asking questions here.
This is a forum for busy professionals, not for providing free training. |
|
Back to top |
|
 |
|