punter
8 years agoContributor
Same interface/wsdl is added twice in soap project
Hi All,
I have a requirement where i need to add the interface/url to a soap project.
But i am getting the endpoint added twice in project GlobalWeatherSoap12
Here is the code snippets
def project = currentProject
.getWorkspace()
.createProject(projectName, new File(projectName + ".xml"));
def iface=WsdlInterfaceFactory.importWsdl(project,"http://www.webservicex.com/globalweather.asmx?WSDL",true)[0]
Can anyone please me help on this ?
Regards
Pankaj
That should be correct because the binding for soap version 1.1 and 1.2 are different in this service.
You can see the version on the interface viewer - overview tab.