XSD for this XML payload

View: New views
1 Messages — Rating Filter:   Alert me  

XSD for this XML payload

by kpalania :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.