Interview Questions

SOAP Toolkit FAQ - What's the deal with XSD namespaces?

SOAP Interview Questions and Answers


(Continued from previous question...)

SOAP Toolkit FAQ - What's the deal with XSD namespaces?

You may encounter three versions of the XSD namespace in Soap applications: 1999, 2000/10, and 2001. The Soap Toolkit 2.0 will accept messages with any of these three as long as the namespace in the message matches the one in the WSDL file. WSDLGen has been modified to enable you to specify which of the three namespaces you wish to use. If you don't need to use 1999 or 2000 for compatibility with an older Soap implementation, we recommend you stay with the 2001 default. Note that several datatype names have changed in the 2001 spec. See the documentation for details.

(Continued on next question...)

Other Interview Questions