Skip to content

Instantly share code, notes, and snippets.

@xeago
Created September 19, 2011 07:23
Show Gist options
  • Save xeago/1226101 to your computer and use it in GitHub Desktop.
Save xeago/1226101 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:soapenc="http://www.w3.org/2003/05/soap-encoding" xmlns:tns="http://www.infosupport.com/Modules/Geneesmiddelen" xmlns:types="http://www.infosupport.com/Modules/Geneesmiddelen" xmlns:rpc="http://www.w3.org/2003/05/soap-rpc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<types:GetMedicinesByCriteriumResponse>
<rpc:result xmlns="">GetMedicinesByCriteriumResult</rpc:result>
<GetMedicinesByCriteriumResult soapenc:id="id1" soapenc:itemType="types:GeneesmiddelSlimItem" soapenc:arraySize="31">
<Item soapenc:id="id2">
<GeneesmiddelId xsi:type="xsd:int">658</GeneesmiddelId>
<WerkzameStof xsi:type="xsd:string">Acebutolol</WerkzameStof>
</Item>
<Item soapenc:id="id31">
<GeneesmiddelId xsi:type="xsd:int">588</GeneesmiddelId>
<WerkzameStof xsi:type="xsd:string">Timolol met travoprost oogdruppels</WerkzameStof>
</Item>
<Item soapenc:id="id32">
<GeneesmiddelId xsi:type="xsd:int">2487</GeneesmiddelId>
<WerkzameStof xsi:type="xsd:string">Timolol oogdruppels</WerkzameStof>
</Item>
</GetMedicinesByCriteriumResult>
</types:GetMedicinesByCriteriumResponse>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment