transport url different than wsa:to field

2008-11-13 Thread Lori Kettel
We need to be able to send a webservice call to a different url than what is set in the wsa:to field.I've looked at the proxy stuff but that looks to only allow you to specify a different host and port but not the rest of the url. How can I specify a different transport address or is that

Re: transport url different than wsa:to field

2008-11-13 Thread Dinesh Premalal
Hi, Lori Kettel [EMAIL PROTECTED] writes: We need to be able to send a webservice call to a different url than what is set in the wsa:to field.I've looked at the proxy stuff but that looks to only allow you to specify a different host and port but not the rest of the url. How can I

Re: transport url different than wsa:to field

2008-11-13 Thread Lori Kettel
Thanks for the quick reply but how would using the wsa:replyto address help in this case? It still needs to reply back to the same location but the proxy filter it is going through needs to have a completely different url than the wsa:to address, which the proxy will then route to. In axis2

Re: transport url different than wsa:to field

2008-11-13 Thread Samisa Abeysinghe
Lori Kettel wrote: Thanks for the quick reply but how would using the wsa:replyto address help in this case? It still needs to reply back to the same location but the proxy filter it is going through needs to have a completely different url than the wsa:to address, which the proxy will then

Re: transport url different than wsa:to field

2008-11-13 Thread Dinesh Premalal
Lori Kettel [EMAIL PROTECTED] writes: Thanks for the quick reply but how would using the wsa:replyto address help in this case? wsa:replyto use to get a response to an endpoint than to address. Basically server will send response to replyto address. It still needs to reply back to the same