Hello All,
I was going through the examples listed in
wsdls, specifically the examples given under "Example 2. Alternative authoring style for the service in Example 1." section.
http://example.com/stockquote/stockquote.xsd
http://example.com/stockquote/stockquote.wsdl
Can the import element used above, import an xsd? I thought wsdl:import can only import another wsdl and XMLSchema import can only import another xsd and that to defined under wsdl:types?
But is the example given above (taken from www.w3.org) wrong? or did I misunderstand the specification ? Please advice.