Quantcast
Channel: All Quality Center / ALM Practitioners Forum posts
Viewing all articles
Browse latest Browse all 14708

How to call a web service from QC ( alm ) workflow vbs

$
0
0

Hello,

I want to call a web service from QC workflow editor.

I search the forum and I found a link but I could not modified and used it.

 

Here the link:

http://h30499.www3.hp.com/t5/Quality-Center-Support-and-News/HP-ALM-Script-Editor-How-to-call-a-servlet-webservice-from-ALM/td-p/5360163

 

Here the web service provided me.

 

I will send a request ID from QC issues script on change of a value and get related information.

Can you help me to call this web service

 

http://root/TKZGNCWS_AX2/services/TurkuazWS.TurkuazWSHttpSoap11Endpoint/

 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:gen="http://generic.webservice.integration.maximo72.com">

   <soapenv:Header/>

   <soapenv:Body>

      <gen:callSelect>

         <!--Optional:-->

         <gen:sIntegKey>TESTTALEPID</gen:sIntegKey>

         <!--Optional:-->

         <gen:sXML>&lt;SELECT&gt;&lt;PPMTESTID&gt;212924&lt;/PPMTESTID&gt;/SELECT&gt;</gen:sXML>

      </gen:callSelect>

   </soapenv:Body>

</soapenv:Envelope>

 

 

Response

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

   <soapenv:Body>

      <ns:callSelectResponse xmlns:ns="http://generic.webservice.integration.maximo72.com">

         <ns:return xsi:type="ax21:ElnSOAPResponse" xmlns:ax21="http://generic.webservice.integration.maximo72.com/xsd" xmlns:ax22="http://result.generic.webservice.integration.maximo72.com/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

            <ax21:errorCode/>

            <ax21:errorDesc/>

            <ax21:recordKey/>

            <ax21:response>SUCCESSFUL</ax21:response>

            <ax21:resultSet xsi:type="ax22:ResultSetBean">

               <ax22:resultSet xsi:type="ax22:RecordBean">

                  <ax22:record xsi:type="ax22:RecordDetailBean">

                     <ax22:key>OWNER</ax22:key>

                     <ax22:value/>

                  </ax22:record>

                  <ax22:record xsi:type="ax22:RecordDetailBean">

                     <ax22:key>STATUS</ax22:key>

                     <ax22:value>APPR</ax22:value>

                  </ax22:record>

                  <ax22:record xsi:type="ax22:RecordDetailBean">

                     <ax22:key>REPORTEDBY</ax22:key>

                     <ax22:value>TTEKARANLIK</ax22:value>

                  </ax22:record>

                  <ax22:record xsi:type="ax22:RecordDetailBean">

                     <ax22:key>REPORTDATE</ax22:key>

                     <ax22:value>11.11.2013 15:50:09</ax22:value>

                  </ax22:record>

                  <ax22:record xsi:type="ax22:RecordDetailBean">

                     <ax22:key>OFL</ax22:key>

                     <ax22:value>TCVALTINDAG</ax22:value>

                  </ax22:record>

                  <ax22:record xsi:type="ax22:RecordDetailBean">

                     <ax22:key>OWNERGROUP</ax22:key>

                     <ax22:value>ICT-AO-BC-O</ax22:value>

                  </ax22:record>

                  <ax22:record xsi:type="ax22:RecordDetailBean">

                     <ax22:key>CHANGENUM</ax22:key>

                     <ax22:value>227189</ax22:value>

                  </ax22:record>

               </ax22:resultSet>

            </ax21:resultSet>

         </ns:return>

 


Viewing all articles
Browse latest Browse all 14708

Trending Articles