You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by kpalania <kp...@yahoo.com> on 2008/10/02 21:12:06 UTC

[Announce] XSD for this XML payload

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: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org