Hello (vCO Beginner),
I am using the SOAP Plugin and trying to figure out how to handle the response from the a SOAP host Here is the Log that I am getting from the SOAP response
[2014-05-09 12:53:43.124] [I] out parameters...
[2014-05-09 12:53:43.135] [I] out parameters available:
[2014-05-09 12:53:43.136] [I] + parameter name: 'GetRequestStatusResult', value: '<Response>
<OutputParameters>
<ServiceRequestID>SR138917 </ServiceRequestID>
<ServiceRequestStatus>DEPLOYING OS</ServiceRequestStatus>
<ServiceRequestCreated>5/9/2014 3:20:25 PM</ServiceRequestCreated>
<ServiceRequestCompleted></ServiceRequestCompleted>
<CurrentActivity>MA138921</CurrentActivity>
<CurrentActivityTitle>DEPLOYING OS</CurrentActivityTitle>
<ActivityStartUTC>05/09/2014 15:32</ActivityStartUTC>
<ActivityEndUTC></ActivityEndUTC>
<DurationTotalSeconds></DurationTotalSeconds>
<AverageDurationSeconds></AverageDurationSeconds>
<SecondsOffAverage></SecondsOffAverage>
<EstimatedCompletionUTC></EstimatedCompletionUTC>
</OutputParameters>
<Warnings></Warnings>
<Exceptions></Exceptions>
</Response>'
Will it be best to try and just parse the text or try and use another method with vCO