Re: [Soaplab-users] Soaplab2, WSDLs and third-party clients
Brought to you by:
marsenger
From: Mahmut U. <ul...@eb...> - 2008-06-05 16:14:46
|
> However, what I really need to do is ensure that I can consume Soaplab2 > services in other clients. So I got the WSDL files in src/etc/wsdl and edited > them to have > > http://localhost:8080/soaplab2/services > > instead of REPLACE_WITH_ACTUAL_URL. if I look at how jaxws replaces the same string in the dynamic wsdl it generates http://localhost:8080/soaplab2/services/list?wsdl i found it is replaced by "http://localhost:8080/soaplab2/services/list" you may try appending "/list" to your replacement url Regards, Mahmut |