M
mrosm
I have created a web service client in an application I am developing
using NetBeans IDE 1.5. I want to create a second web service client,
but when I do, the second client overwrites the first. I think this
occurs because the services have the same WSDL file names, server name
and port name. I think the only difference is the URLs in the address
location.
I want to use the NetBeans functionality to build the web service
clients. I have tried to change the name of the existing client by
editing and renaming the WSDL before creating the second, but have not
been successful. I don't think I can dynamically change the "address
location" URL in my program. I also note that NetBeans will not allow
me to change the name property for the existing client.
Is there a way I can do this?
Thanks
using NetBeans IDE 1.5. I want to create a second web service client,
but when I do, the second client overwrites the first. I think this
occurs because the services have the same WSDL file names, server name
and port name. I think the only difference is the URLs in the address
location.
I want to use the NetBeans functionality to build the web service
clients. I have tried to change the name of the existing client by
editing and renaming the WSDL before creating the second, but have not
been successful. I don't think I can dynamically change the "address
location" URL in my program. I also note that NetBeans will not allow
me to change the name property for the existing client.
Is there a way I can do this?
Thanks