-
how to forward the SOAP request from from one swrvice o other se (1 messages)
- Posted by: Jayaseelan Vaiyapuri
- Posted on: September 04 2009 05:15 EDT
Hi, I want to create one webservice. In that service, I want to forward the request receive from client to other application. I dont want to do any process on my webservice except forwarding the request. Is it possible? If yes how to to that? Very urgent. Can anyone pleaseThreaded Messages (1)
- Re: how to forward the SOAP request from from one swrvice o other se by Thomas Bayer on November 29 2009 11:20 EST
-
Re: how to forward the SOAP request from from one swrvice o other se[ Go to top ]
- Posted by: Thomas Bayer
- Posted on: November 29 2009 11:20 EST
- in response to Jayaseelan Vaiyapuri
Hi Jayaseelan, if you want to route SOAP requests through an intermediary that just routes,filters or logs than you can use Membrane SOA Router. It is written in pure Java, it is open source under ASF 2.0 license and has a very low footprint. The configuration of the router is rule based. See: http://membrane-soa.org/soap-router.htm