it appears that the only way to import a schema and be able to reference the elements from a WSDL message and remain Basic Profile compliant is as follows: """ <wsdl:types> <xs:schema> <xs:import namespace="http://example.com/schema" schemaLocation="schema.xsd"/> </xs:schema> </wsdl:types> """ That is, you have to use a chameleon schema which the Basic Patterns document preculudes due to known interoper issues with tools. Is this constrained pattern well enough supported by tools to be included in the "Basic" document? PaulReceived on Tuesday, 12 December 2006 11:24:56 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 19:43:04 UTC