cancel
Showing results for 
Search instead for 
Did you mean: 

Output from Web Services

RaghavSapra1
Level 3
Hi, I am calling one SOAP based web service and output that I am getting is in form of XML string. I need to capture specific data from this web service and add in Queue. Please suggest if there is any inbuilt object that will convert this XML data into correct format and further can be added into Queue?   Thanks, Raghav
2 REPLIES 2

Denis__Dennehy
Level 15
Let me point you towards this previous forum thread: https://portal.blueprism.com/forums/technical-queries/faq-hints-tips/ut… and also the attached VBO (not certified so not supported by the product team - provided here ""as is"" as a starting point for your own work).

RaghavSapra1
Level 3
Hi Denis,   Within my XML data item fetched from web service, there are multiple ""attributes"" out of which many are not required, but only some are required. Usually the required appears at the end. Also I am not able to get the relevant data...Any hint on this?