Configurable URL's for proxy services
--------------------------------------
Key: SYNAPSE-249
URL: https://issues.apache.org/jira/browse/SYNAPSE-249
Project: Synapse
Issue Type: Improvement
Affects Versions: 1.1
Environment: all
Reporter: John Bouck
Fix For: 1.2
Allow exact url's to be specified for proxy services. This can allow for url
versioning schemes for services like:
http://synserv/soap/2007-10-10/MyService -> version 1 of the service
http://synserv/soap/2008-01-10/MyService -> version 2 of the service
http://synserv/soap/2008-03-05/MyService -> version 3 of the service
some possible examples of how the configuration file could look:
<proxy name="blah">
<url="http://server.com/myurl/2008-09-09/service">
...
</proxy>
<proxy name="2008-09-09/service">
...
</proxy>
Don't forget that synapse can be deployed behind a proxy server and that there
may be a servername defined in the axis configuration. Also generated WSDL's
for the proxy service must also pick up the service URL.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]