Re: Dynamically setting the SOAP server.

2003-10-23 Thread M Ludlow
Thanks for that. I was actually doing that in the first place just didn't pick up on it till you told me. The problem was that my token replaces weren't being done because the config file wasn't being replaced and so there were no tokens to replace. Thanks. Hi, If I understand your problem c

Re: Dynamically setting the SOAP server.

2003-10-22 Thread Chandrasegaram Jeyakumaran
Hi, If I understand your problem correctly then this is a way. You can specify the locator with the method locator.getPoint(URLPortaddress).(if the service interface is Point).This would be better solution for you. Regards, Jeyakumaran > I have an application which compiles using ant and uses th

Dynamically setting the SOAP server.

2003-10-22 Thread M Ludlow
I have an application which compiles using ant and uses the wsdl2java target to generate the classes required for communication to a service running remotely. This works fine as there is token replacement done on the WSDL file to set the port and host name giving it a dynamic quality depending