...
Codeblock | ||||
---|---|---|---|---|
| ||||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.eforms.jaxfront.com/"> <soapenv:Header> <ws:token>b86d157d-491f-4af0-b0ad-0141c8fe480c</ws:token> </soapenv:Header> <soapenv:Body> <ws:getForms> <formId>ZIP</formId> <countTotal>true</countTotal> <pageSize>10</pageSize> <offset>5329</offset> </ws:getForms> </soapenv:Body> </soapenv:Envelope> |
Codeblock | ||||
---|---|---|---|---|
| ||||
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"> <S:Body> <ns2:getFormsResponse xmlns:ns2="http://ws.eforms.jaxfront.com/"> <result> <info> <hasNext>false</hasNext> <offset>5329</offset> <pageSize>10</pageSize> <size>2</size> <totalSize>5331</totalSize> </info> <row> <field id="ID">105</field> <field id="TYP">80</field> <field id="PLZ">1000</field> <field id="PLZ_ZUS">01</field> <field id="PLACE_SHORT"Name">Lausanne 1 Dépôt</field> <field id="Name">Lausanne 1 Dépôt<PLZ">1000</field> <field id="Canton">VD</field> </row> <row> <field id="IDName">104<>Lausanne</field> <field id="TYP">20</field> <field id="PLZ">1000</field> <field id="PLZ_ZUS">00</field> <field id="PLACE_SHORT">Lausanne</field> <field id="Name">Lausanne</field> <field id="Canton">VD</field> </row> </result> </ns2:getFormsResponse> </S:Body> </S:Envelope> |
...