SOAP API - createWorkListView
The table summarizes the SOAP API - createWorkListView.
| Request | Uses the createWorkListViewelement (from the WorkListService schema) |
| Parameter notes |
|
|
|
| Response | Returns a createWorkListViewResponseelement (from the WorkListService schema) |
| Example | Request:soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.brm.n2.tibco.com">
<soapenv:Header/>
<soapenv:Body>
<api:createWorkListView name="test" >
</api:createWorkListView>
</soapenv:Body>
</soapenv:Envelope>
|
Response:<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<createWorkListViewResponse workListViewID="13" xmlns="http://api.brm.n2.tibco.com"/>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|