I have a WSDL definition but no corresponding schema. Does anyone know if
these can be generated from the WSDL?
>I have a WSDL definition but no corresponding schema. Does anyone know if
>these can be generated from the WSDL?
Does the WSDL contain one or more schemas in the <wsdl:types> section?
Also, what sort of schema do you want? What elements do you want the schema
to describe?
John
John Wilmot - 26 Feb 2007 17:55 GMT
It contains multple schemas.
I would like all element types, including complex.
>>I have a WSDL definition but no corresponding schema. Does anyone know if
>>these can be generated from the WSDL?
[quoted text clipped - 5 lines]
>
> John
John Saunders - 27 Feb 2007 00:38 GMT
> It contains multple schemas.
>
> I would like all element types, including complex.
If the WSDL contains the schemas you want, then why not simply extract them
from the WSDL?
John