Web Services adapter request and response for Poll Asynchronous Response


You must use Poll Asynchronous Response when you invoke a service operation asynchronously. You can poll the returned response to obtain the results of the operation.

The following table describes the element for the Web Services adapter request for Poll Asynchronous Response.


 Elements for Web Services adapter request with Poll Asynchronous Response

The following figure shows an XML sample of the Web Services adapter request with Poll Asynchronous Response. Use the adapter request XML when you create a custom process by using the Call Adapter activity in BMC Atrium Orchestrator Development Studio.

XML sample of the Web Services adapter request with Poll Asynchronous Response


<soap-rpc-request>
   <request-name>MESSAGE-REQUEST-4</request-name>
</soap-rpc-request>


  The following figure illustrates an XML sample of the Web Services adapter response with Poll Asynchronous Response.

XML sample of the Web Services adapter response with Poll Asynchronous Response


<soap-response>
 <metadata>
   <status>success</status>
 </metadata>
 <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Header />
   <S:Body>
     <ns1:getProcessDescriptionResponse xmlns:ns1="http://bmc.com/ao/xsd/2008/09/soa">
       <ns1:Description>
         <ns1:Name>:Test_Module:Test</ns1:Name>
         <ns1:PeerLocation>ANY</ns1:PeerLocation>
         <ns1:Description>This is description for test process.</ns1:Description>
         <ns1:Parameters>
           <ns1:Output>
             <ns1:Parameter>
               <ns1:Name required="false">output</ns1:Name>
               <ns1:Description>This is description for test process.</ns1:Description>
             </ns1:Parameter>
           </ns1:Output>
         </ns1:Parameters>
       </ns1:Description>
     </ns1:getProcessDescriptionResponse>
   </S:Body>
 </S:Envelope>
</soap-response>

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

(archive) BMC Atrium Orchestrator Base Adapters 20.12.02