Author |
Message
|
nab054371 |
Posted: Sun Mar 11, 2007 8:04 am Post subject: fundamental question bout webservices and WBIMB 5.0 |
|
|
Disciple
Joined: 15 Nov 2006 Posts: 173
|
Hi,
I have a fundamental question bout using WBIMB as a webservice router in 5.0.
I have apache axis configured on BOX A.
I got my wsdl and soap xml to work.
I guess I am trying to figure out,as to how can I send across my soap message to HTTPInput node on my broker from BOX B. Do I need to have axis on BOX B or can I wrap my SOAP message inside of HTML page invoking HTTPInput node?
Appreciate your help |
|
Back to top |
|
|
marcin.kasinski |
Posted: Sun Mar 11, 2007 9:26 am Post subject: Re: fundamental question bout webservices and WBIMB 5.0 |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
nab054371 wrote: |
Hi,
I have a fundamental question bout using WBIMB as a webservice router in 5.0.
I have apache axis configured on BOX A.
I got my wsdl and soap xml to work.
I guess I am trying to figure out,as to how can I send across my soap message to HTTPInput node on my broker from BOX B. Do I need to have axis on BOX B or can I wrap my SOAP message inside of HTML page invoking HTTPInput node?
Appreciate your help |
First I dont know if I understand your question....
You have wsdl working on BOX A
Now you would like to "install" this wsdl on broker.
You dont need any additional things like axis on broker machine.
If you would like to use MRM you have to create MRM from your wsdl and configure HTTPInput to use your nw MRM.
Now you can access this broker HTTP service in many ways, WebService clint, native TCP/IP.
Marcin |
|
Back to top |
|
|
nab054371 |
Posted: Sun Mar 11, 2007 9:47 am Post subject: |
|
|
Disciple
Joined: 15 Nov 2006 Posts: 173
|
I have WSDL working on BOX A.
I am using broker ad a webservice router,I do not need any validations.So I am using XMLNSC parser.
I am trying to figure out a way to get my SOAP XML request over HTTP transport,to my broker HTTPInput node.
thanks |
|
Back to top |
|
|
marcin.kasinski |
Posted: Sun Mar 11, 2007 11:24 am Post subject: |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
nab054371 wrote: |
I have WSDL working on BOX A.
I am using broker ad a webservice router,I do not need any validations.So I am using XMLNSC parser.
I am trying to figure out a way to get my SOAP XML request over HTTP transport,to my broker HTTPInput node.
thanks |
Hm.
How can I say it.
I imagine you have:
- Web Service client which sends SOAP requst to BOX A
- Web Service gateway BOX B flows which waits for requst and dispatch SOAP requst to BOX A
Now in you client you have to only change URL location from BOX A URL to broker flow URL.
Is it anwser for your question ?
Marcin |
|
Back to top |
|
|
vsr |
Posted: Mon Mar 12, 2007 4:36 am Post subject: |
|
|
Centurion
Joined: 04 Apr 2006 Posts: 104
|
|
Back to top |
|
|
nab054371 |
Posted: Tue Mar 20, 2007 5:25 am Post subject: |
|
|
Disciple
Joined: 15 Nov 2006 Posts: 173
|
VSR - thanks for your response,I ave already ready through those books,they dont seem to answer my question.
Marcin - yes you are right.However,I wanna know how do i actually get the request to the broker with the SOAP message itself?I guess you are talking bout changing HTTP URL on post right?Again how do i get the SOAP message to get to the broker along with my HTTP request? |
|
Back to top |
|
|
jefflowrey |
Posted: Tue Mar 20, 2007 6:41 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Your SOAP message is your HTTP Request!
Write down a list of all of the steps that need to be done, like 1) client builds soap message, 2) client sends soap message, and etc.
Then write down next to it each "piece" that needs to be used or built to accomplish that step. Like 1) client builds soap message - write code to create XML data, 2) client sends soap message - write code to perform HTTP PUT, and etc.
This is programming 101. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
|
nab054371 |
Posted: Tue Mar 20, 2007 7:28 am Post subject: |
|
|
Disciple
Joined: 15 Nov 2006 Posts: 173
|
thanks Jeff
As I mentioned earlier,I am new to web services,so this really is 101 for me.Thanks for bringing it to my notice though |
|
Back to top |
|
|
|