...
Codeblock | ||
---|---|---|
| ||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.eforms.jaxfront.com/">
<soapenv:Header>
<ws:token>?</ws:token>
</soapenv:Header>
<soapenv:Body>
<ws:getForms>
<formId>?</formId>
<dbmResource>?</dbmResource>
<pageSize>?</pageSize>
<offset>?</offset>
<countTotal>?</countTotal>
<includeXML>?</includeXML>
<includePDF>?</includePDF>
<includeAttachment>?</includeAttachment>
<resultFields>?</resultFields>
<search>
<field id="?">
<condition>?</condition>
<orClauseGroup>?</orClauseGroup>
<sortOrder>?</sortOrder>
<value>?</value>
</field>
</search>
<update>
<state>?</state>
</update>
</ws:getForms>
</soapenv:Body>
</soapenv:Envelope> |
...
<getForms xmlns="http://ws.eforms.jaxfront.com/"> <formId xmlns="">[string?]</formId> <dbmResource xmlns="">[string?]</dbmResource> <pageSize xmlns="">[int?]</pageSize> <offset xmlns="">[int?]</offset> <countTotal xmlns="">[boolean?]</countTotal> <includeXML xmlns="">[boolean?]</includeXML> includeXML> <includePDF xmlns="">[boolean?]</includePDF> <includeAttachment xmlns="">[boolean?]</includeAttachment> <resultFields <resultFields xmlns="">[string?]</resultFields> <!-- Optional --> <search xmlns=""> <!-- Optional --> <field> <condition>[string?]</condition> <orClauseGroup>[string?]</orClauseGroup> <sortOrder>[string?]</sortOrder> <value>[string?]</value> </field> </search> <!-- Optional --> <update xmlns=""> <state>[string?]</state> </update> </getForms>