snsandeep
16 years agoOccasional Contributor
Adding multiple WSDLs with same interface name
Hi,
I have 3 WSDL URLs to be added in a project and used for running various tests.
ex: http://servername:8080/pwd/Interface1?wsdl
http://servername:8080/abc/Interface1?wsdl
http://servername:8080/jkl/Interface1?wsdl
I observe that since the interface names are same in all the 3 urls, the definitions get overwritten each time and the existing methods obviously gets replaced depending upon the new URL.
The workaround I used is to create a dummy project, add a WSDL and then clone the interface into the main project. I repeat this for the other 2 urls and I get 3 treeviews with the caption "Interface1Binding" for the parent node. Each tree view displays the methods under relevant URLs.
Is there any other workaround?
Regards
Sandeep
I have 3 WSDL URLs to be added in a project and used for running various tests.
ex: http://servername:8080/pwd/Interface1?wsdl
http://servername:8080/abc/Interface1?wsdl
http://servername:8080/jkl/Interface1?wsdl
I observe that since the interface names are same in all the 3 urls, the definitions get overwritten each time and the existing methods obviously gets replaced depending upon the new URL.
The workaround I used is to create a dummy project, add a WSDL and then clone the interface into the main project. I repeat this for the other 2 urls and I get 3 treeviews with the caption "Interface1Binding" for the parent node. Each tree view displays the methods under relevant URLs.
Is there any other workaround?
Regards
Sandeep