Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You can easily specify the Soap envelope itself in the payload mediator and call your service</p> <p>for example</p> <pre><code> &lt;payloadFactory media-type="xml"&gt; &lt;format&gt; &lt;p:insert_persons_operation xmlns:p="http://ws.wso2.org/dataservice"&gt; &lt;xs:P_Id xmlns:xs="http://ws.wso2.org/dataservice"&gt;$1&lt;/xs:P_Id&gt; &lt;xs:LastName xmlns:xs="http://ws.wso2.org/dataservice"&gt;$2&lt;/xs:LastName&gt; &lt;xs:FirstName xmlns:xs="http://ws.wso2.org/dataservice"&gt;$3&lt;/xs:FirstName&gt; &lt;xs:City xmlns:xs="http://ws.wso2.org/dataservice"&gt;$4&lt;/xs:City&gt; &lt;xs:Country xmlns:xs="http://ws.wso2.org/dataservice"&gt;$5&lt;/xs:Country&gt; &lt;xs:Phone xmlns:xs="http://ws.wso2.org/dataservice"&gt;$6&lt;/xs:Phone&gt; &lt;xs:Email xmlns:xs="http://ws.wso2.org/dataservice"&gt;$7&lt;/xs:Email&gt; &lt;/p:insert_persons_operation&gt; &lt;/format&gt; &lt;args&gt; &lt;arg xmlns:m="http://ws.wso2.org/dataservice" evaluator="xml" expression="//m:P_Id/text()"/&gt; &lt;arg xmlns:m="http://ws.wso2.org/dataservice" evaluator="xml" expression="//m:LastName/text()"/&gt; &lt;arg xmlns:m="http://ws.wso2.org/dataservice" evaluator="xml" expression="//m:FirstName/text()"/&gt; &lt;arg xmlns:m="http://ws.wso2.org/dataservice" evaluator="xml" expression="//m:City/text()"/&gt; &lt;arg xmlns:m="http://ws.wso2.org/dataservice" evaluator="xml" expression="//m:Country/text()"/&gt; &lt;arg xmlns:m="http://ws.wso2.org/dataservice" evaluator="xml" expression="//m:Phone/text()"/&gt; &lt;arg xmlns:m="http://ws.wso2.org/dataservice" evaluator="xml" expression="//m:Country/text()"/&gt; &lt;/args&gt; &lt;/payloadFactory&gt; &lt;send&gt; &lt;endpoint&gt; &lt;address uri="http://localhost:9764/services/MyPostgreDS/"/&gt; &lt;/endpoint&gt; &lt;/send&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload