Thopapde
8 years agoNew Contributor
Import different WSDL's having same port name into one project
Hello,
our project use several WSDL's for providing different services. Some of them use the port type name, but with different opertion names.
From the W3C specification for a WSDL, the port type name must be only unique within the enclosing WSDL.
If I import the first WSDL (using add WSDL) into a SOAP project, everything works find. If I now want to second WSDL (where the port name is the same as from the first wsdl), i get a promt:
Interface [....] already exists in project, update instead?
If i press "yes", the previous service get overridden. If i press "no", nothing happens (similar to pressing "cancel")
Is this a known limitation of Soapui?
From my understanding it would be much better if "no" create the service and just append a "_2" or something to the interface name.
Thank you,
Thomas