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:
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><SELECT><PPMTESTID>212924</PPMTESTID>/SELECT></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>