Author |
Message
|
venky4creative |
Posted: Wed Jul 11, 2012 9:35 pm Post subject: Which one is better http nodes or soap nodes? |
|
|
 Newbie
Joined: 11 Jul 2012 Posts: 4 Location: Hyderabad,INDIA
|
Hi friends,
while desinging a message flow in Websphere Message Broker V7, i am converting the text message to cobol copybook then i can send that message to web services .But http nodes and soap nodes both are used for web services only, so in that case which one is better in terms of performance, and may i know the differences between them?
please any one help on this one..... |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Jul 11, 2012 10:20 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
I know it is early in the morning (here in the UK) and my brain hasn't fully received its caffene kick yet but I am puzzled as to how you are going to do this:-
Quote: |
text message to cobol copybook then i can send that message to web services
|
Webservices (SOAP of HTTP) in general use structured messages. This means IMHO XML/HTML or possibly JSON. These data formats are most certainly not in any shape or form similar to a Cobol Copybook
Could you please elaborate a little more on exactly what you are trying to do? _________________ 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 |
|
 |
venky4creative |
Posted: Wed Jul 11, 2012 10:55 pm Post subject: |
|
|
 Newbie
Joined: 11 Jul 2012 Posts: 4 Location: Hyderabad,INDIA
|
smdavies99 wrote: |
I know it is early in the morning (here in the UK) and my brain hasn't fully received its caffene kick yet but I am puzzled as to how you are going to do this:-
Quote: |
text message to cobol copybook then i can send that message to web services
|
Webservices (SOAP of HTTP) in general use structured messages. This means IMHO XML/HTML or possibly JSON. These data formats are most certainly not in any shape or form similar to a Cobol Copybook
Could you please elaborate a little more on exactly what you are trying to do? |
Hi,
Actually after converting into cobol copybook i converted that mesaage to XML format then i will send to web services. If u know the difference between http and soap nodes please explain me and also tell me which one is give better performance |
|
Back to top |
|
 |
MBMQDeveloper |
Posted: Wed Jul 11, 2012 11:11 pm Post subject: |
|
|
Novice
Joined: 02 Jul 2012 Posts: 19
|
So I presume your question is to compare HTTPRequest Node with SOAPRequest Node.
in SOAP Node you can configure the destination wsdl to which the outbound request needs to adhere to. Other than that the features are more or less.
As far as I see there should not be a significant difference from the performance perspective. I faintly remember some kind of serialization that happens with SOAP nodes which "might" result in very slight performance impact though. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Jul 12, 2012 7:05 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
|