Skip to content

Instantly share code, notes, and snippets.

@anpieber
Created April 26, 2011 13:08
Show Gist options
  • Select an option

  • Save anpieber/942226 to your computer and use it in GitHub Desktop.

Select an option

Save anpieber/942226 to your computer and use it in GitHub Desktop.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.ports.openengsb.org/">
<soapenv:Header/>
<soapenv:Body>
<ws:receive>
<arg0>{"callId":"1233","answer":true,"classes":["java.util.List","java.lang.String","java.lang.String","java.lang.String","java.lang.String"],"methodName":"lock","metaData":{"serviceId":"lockService", "contextId":"foo"},"args":[["egal1","egal2"],"a","b","c","d"]}</arg0>
</ws:receive>
</soapenv:Body>
</soapenv:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:receiveResponse xmlns:ns2="http://ws.ports.openengsb.org/">
<return>{"className":null,"type":"Object","metaData":null,"arg":{"locked":true,"locks":[{"resource":"egal1","objectId":"a","workstationId":"c","applicationId":"b","userId":"d","locked":1303823070493},{"resource":"egal2","objectId":"a","workstationId":"c","applicationId":"b","userId":"d","locked":1303823070493}]}}</return>
</ns2:receiveResponse>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment