hi paul,

i think the scenarion could look like this:

the WS implements the following unfction

int  getStockNumber(articleId, outletId)

this webservice is deployed on some warehouse application servers
which all implement the same ws interface e..g warehouse 1-10

according to a mapping table which is very simple due to structure
outletId first outlet that is connected to first warehous would be
010001 or 2nd outlet of third warehous would be 030002 the mediator
could decide easilly which webservice on which application server
should be called.

now my question is:

1)  is this just redirection/routing for a call or is it real mediation?
2) how could this be implemented easilly with synapse?

regards chris

On 7/1/06, Paul Fremantle <[EMAIL PROTECTED]> wrote:
Hi Christian

Absolutely. How exactly do you decide where to route the message? Can
you give an example?

Paul

On 7/1/06, Christian Brennsteiner <[EMAIL PROTECTED]> wrote:
> hi *,
>
> we have got the following problem / requirement:
>
> we should create a ws for asking stock quotes.
> internally there are 7 ws implemented which have all the same WSDL
> signature but are based on locally seperated servers.
>
> can synapse route a ws that is centrally called onto the synapse
> server and mediate between the 7 service provider and act as one
> service provider? the decision where to put the request should be made
> out of the request parameters itself!
>
> if yes .... where can i find more info how to do this?
>
>
> regards chris
>
> --
> -----------------
> Christian Brennsteiner
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
[EMAIL PROTECTED]

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
-----------------
Christian Brennsteiner

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to