I use Java and Axis to develop my website and WebService and I hava a problem:
I have 1 WS module and I have pluged it into some websites run on diferent servers.
And I have a program call WebServices, but I want to invoke specific WebService (belong to specific my website), so I nedd to change value of <wsdlsoap:address location="">
at runtime.
For example, sometime I want to get data from website A I can invoke WS with
<wsdlsoap:address location="http://www.siteA.com/services/getDataServices">
and sometime I want to get data from website B I can use
<wsdlsoap:address location="http://www.siteB.com/services/getDataServices">
without change wsdl file
Please help me !!! Thanks.