Could someone tell me what the XSD should look like for a payload that looks
like this -

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  <soap:Body>
    <isWebServiceAvailableResponse
xmlns="http://company.com/";>true</isWebServiceAvailableResponse>
  </soap:Body>
</soap:Envelope>

But for the namespaces, I know what the XSD should look like. It is the need
for the parent element to be part of the SOAP namespace and the children to
be part of my own namespace that is making it a bit difficult for me.
Thanks.
-- 
View this message in context: 
http://www.nabble.com/XSD-for-this-XML-payload-tp19785715p19785715.html
Sent from the Apache XML - General mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to