res1st
Oct 23rd, 2007, 09:25 AM
Hi,
i need for testing purposes a quick fix for the
org.springframework.ws.transport.http.WsdlDefiniti onHandlerAdapter.
Right now, it places the "location" in WSDL-File with the server name of the HTTP request object. That was very well done, Arjen. :)
I need the feature which replaces a String with the currect context name. Example:
WSDL content:
location="http://localhost:8080/#CONTEXTNAME#/services"
Replaced at runtime with:
location="http://localhost:8080/aim1/services"
or
location="http://localhost:8080/aim2/services"
or
location="http://localhost:8080/aimPerfTest/services"
It is necessary to deploy more than 1 server version to one (tomcat) server.
I think that it should not be much work, but i don't understand how the
WsdlDefinitionHandlerAdapter works.
I think it is also interesting for other users.
What do you think Arjen?
Ingo
i need for testing purposes a quick fix for the
org.springframework.ws.transport.http.WsdlDefiniti onHandlerAdapter.
Right now, it places the "location" in WSDL-File with the server name of the HTTP request object. That was very well done, Arjen. :)
I need the feature which replaces a String with the currect context name. Example:
WSDL content:
location="http://localhost:8080/#CONTEXTNAME#/services"
Replaced at runtime with:
location="http://localhost:8080/aim1/services"
or
location="http://localhost:8080/aim2/services"
or
location="http://localhost:8080/aimPerfTest/services"
It is necessary to deploy more than 1 server version to one (tomcat) server.
I think that it should not be much work, but i don't understand how the
WsdlDefinitionHandlerAdapter works.
I think it is also interesting for other users.
What do you think Arjen?
Ingo