Clarity

 View Only
Expand all | Collapse all

CA PPM: How to expose the third party SOAP URL ?

  • 1.  CA PPM: How to expose the third party SOAP URL ?

    Posted Apr 17, 2019 11:17 AM

    Hi Everyone,

     

    Is there any way we can expose the third party SOAP URL through process within CA PPM ? If yes, please provide a sample or input ?



  • 2.  Re: CA PPM: How to expose the third party SOAP URL ?
    Best Answer

    Posted Apr 22, 2019 08:50 AM

    Hi ArunAngusamy27 ,

     

    You can use soap tag of gel script,  i have placed template as below:

    <soap:invoke endpoint="${externalURL}" var="result">
         <soap:message>
              <soapenv:Envelope>
                   <soapenv:Header>
                        
                   </soapenv:Header>
                   <soapenv:Body>
                        <!-- Body XML here -->
                   </soapenv:Body>
              </soapenv:Envelope>
         </soap:message>
    </soap:invoke>