I've just found that Geronimo (2.1) caches (?) wsdl. I have two WS-clients
(one local, and another-remote) that call to my service. 

If first call to get wsdl is made by local client - using address
localhost:8080/.... - the wsdl served by webserver are being fullfilled with
soap:address location="http://localhost:8080...";. Then remote client which
uses url to wsdl like any.remote.machine:8080 gets wsdl with the same
address location as local client = "http://localhost:8080"; so it cannot
invoke any method on WebService.

Is there any way to force geronimo to fill address location on each request
?

-----
thanks
Beniamin
-- 
View this message in context: 
http://www.nabble.com/Strange-wsdl-cache-%28-%29-tp19433259s134p19433259.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Reply via email to