In theory, the content of a WSDL is written to standard, but it appears that there is a standard and a Microsoft standard!
I’ve created a (simple) Web Service with a WSDL that SOAP UI understands and works.
Unfortunately, the developers are using .NET which cannot understand the WSDL! It sees the XML schemas, but cannot import them without namespace issues.
Has anyone else had similar problems?
I’m assuming that the Cloverleaf WSDL tools adhere to the standard, is this so?
Thanks.