0:30 SOAP API in ServiceNow 0:54 SoapUI application used to test SOAP API 3:05 Test commands from SoapUI 4:30 How can we test SOAP API from Postman 5:50 In UiPath Studio you need to install Web.Activities 7:30 SOAP Request activity 9:30 Create a New Service inside of Library 11:10 RAW approach to SOAP API command 13:30 How we build a simple XML 15:00 Run the process that builds XML to see the result 15:20 Create a complex XML 16:30 Step by Step XML creation 20:10 Main element creation that also includes attributes 23:00 Test the complex XML creation 23:50 Deserialize XML 25:15 How to extract Data from XML Nodes 27:40 How to extract Data from XML Attributes
Your tutorials are so informative and to the point. Whenever I have any doubts I first visit your channel and I always find the solution.. Thank you so much..
EP1 Start UiPath Process from Postman Cloud | OnPrem | Modern Folder ua-cam.com/video/tLN_p8swHS4/v-deo.html EP2 Configure Salesforce to work with UiPath ua-cam.com/video/TwP5dcs4K2g/v-deo.html EP3 Deserialize JSON in UiPath ua-cam.com/video/Tn5X-7kxzhs/v-deo.html EP4 Work with CSV files in UiPath (ODBC database) ua-cam.com/video/CaCKlINqrRs/v-deo.html EP5 Create JSON in UiPath Studio using VB.NET ua-cam.com/video/cojORhYrBsQ/v-deo.html EP6 UiPath delete files and folders | 6 use-case ua-cam.com/video/DrU4WDOKojA/v-deo.html EP7 UiPath Studio upload files using VB.NET | Form-data ua-cam.com/video/kpH5pIZk-N4/v-deo.html EP8 UiPath download files via VB.NET code ua-cam.com/video/FX9oBEVhnrY/v-deo.html EP9 Gmail configuration for UiPath email automation ua-cam.com/video/iIPFpe127JM/v-deo.html Ep10 Outlook filters for UiPath automation ua-cam.com/video/9OgAaEoTFA8/v-deo.html Ep11 Regex in UiPath simple presentation ua-cam.com/video/mesRfWjNycQ/v-deo.html Ep12 6 use-cases of using LINQ in UiPath Studio ua-cam.com/video/uibImumRGGM/v-deo.html Ep13 Initialize Lists and DataTables in UiPath ua-cam.com/video/OP3-87nWpZM/v-deo.html Ep14 Try Catch and throw/rethrow in UiPath Studio ua-cam.com/video/CvdP8aCwLNY/v-deo.html Ep15 Dynamic selectors in UiPath with a variable inside ua-cam.com/video/6dy36HpnR6o/v-deo.html
where can i get the source code for this? I am also using the same kind of WSDL to consume it is throwing exception. In this wsdl,where i have custome define tag like get task tag in this example.
@@CristianNegulescu I got same kind of requirement to use WSDL which contains tag as value When I use soap request in Uipath, it is asking the method Venky and the data type is Venky. Not sure how to do it Could you guide
@@verispl This guy says that this is the solution forum.uipath.com/t/authenticating-http-request-using-ws-security-username-extension/152107/3 If you have a problem with implementation in activities I will send tomorrow a picture steps of the activities but first I need to build this.
I am getting "Write Line: Object reference not set to an instance of an object." while extracting value xmlResult.Element(soapenv + "Envelope").Element(soapenv + "Body").Element("CreatePurchaseLogResponse").Element("CreatePurchaseLogResult").Element("PurchaseLogUniqueID").Value xmlResult.Element( soapenv + "Envelope").Attribute(XNamespace.Xmlns + "soapenv").Attribute(XNamespace.Xmlns + "soapenv").Value
Hello Masroor, In my view, you need to be very careful with variable soapenv. You need to define soap variable with type XNamespace and then initialize with string value that you have here and you don't provide xmlns:soap="" Thanks, Cristian Negulescu
0:30 SOAP API in ServiceNow
0:54 SoapUI application used to test SOAP API
3:05 Test commands from SoapUI
4:30 How can we test SOAP API from Postman
5:50 In UiPath Studio you need to install Web.Activities
7:30 SOAP Request activity
9:30 Create a New Service inside of Library
11:10 RAW approach to SOAP API command
13:30 How we build a simple XML
15:00 Run the process that builds XML to see the result
15:20 Create a complex XML
16:30 Step by Step XML creation
20:10 Main element creation that also includes attributes
23:00 Test the complex XML creation
23:50 Deserialize XML
25:15 How to extract Data from XML Nodes
27:40 How to extract Data from XML Attributes
Your tutorials are so informative and to the point. Whenever I have any doubts I first visit your channel and I always find the solution.. Thank you so much..
My pleasure Swati
Thank you so much! Help me a lot to solved a problem with SOAP Request
Best youtuber ever! Thank you!!!
@@rafaelcarvalho280 Thanks Please Like Share and Subscribe
My pleasure Erick. Please Like Share and Subscribe
Cristian Negulescu, this video was really helpful!!
My pleasure Suhas
Great video for soapui + xml body
My pleasure 🙏 like share and subscribe
Thank you 😊
I have a question though, how can we set the values of XML dynamically using the values present in an Excel?
Watch the video from 13:45 when I build the XML instead of string you will get your data from Excel file with a for each loop.
EP1 Start UiPath Process from Postman Cloud | OnPrem | Modern Folder
ua-cam.com/video/tLN_p8swHS4/v-deo.html
EP2 Configure Salesforce to work with UiPath
ua-cam.com/video/TwP5dcs4K2g/v-deo.html
EP3 Deserialize JSON in UiPath
ua-cam.com/video/Tn5X-7kxzhs/v-deo.html
EP4 Work with CSV files in UiPath (ODBC database)
ua-cam.com/video/CaCKlINqrRs/v-deo.html
EP5 Create JSON in UiPath Studio using VB.NET
ua-cam.com/video/cojORhYrBsQ/v-deo.html
EP6 UiPath delete files and folders | 6 use-case
ua-cam.com/video/DrU4WDOKojA/v-deo.html
EP7 UiPath Studio upload files using VB.NET | Form-data
ua-cam.com/video/kpH5pIZk-N4/v-deo.html
EP8 UiPath download files via VB.NET code
ua-cam.com/video/FX9oBEVhnrY/v-deo.html
EP9 Gmail configuration for UiPath email automation
ua-cam.com/video/iIPFpe127JM/v-deo.html
Ep10 Outlook filters for UiPath automation
ua-cam.com/video/9OgAaEoTFA8/v-deo.html
Ep11 Regex in UiPath simple presentation
ua-cam.com/video/mesRfWjNycQ/v-deo.html
Ep12 6 use-cases of using LINQ in UiPath Studio
ua-cam.com/video/uibImumRGGM/v-deo.html
Ep13 Initialize Lists and DataTables in UiPath
ua-cam.com/video/OP3-87nWpZM/v-deo.html
Ep14 Try Catch and throw/rethrow in UiPath Studio
ua-cam.com/video/CvdP8aCwLNY/v-deo.html
Ep15 Dynamic selectors in UiPath with a variable inside
ua-cam.com/video/6dy36HpnR6o/v-deo.html
@26:29 soapenv? it seems like that is some variable, what does it contain? you didn't show that?
@16:21 the variable is init and is like this soapenv="schemas.xmlsoap.org/soap/envelope/"
where can i get the source code for this?
I am also using the same kind of WSDL to consume it is throwing exception. In this wsdl,where i have custome define tag like get task tag in this example.
To old I lost the code for this
@@CristianNegulescu
I got same kind of requirement to use WSDL which contains tag as
value
When I use soap request in Uipath, it is asking the method Venky and the data type is Venky.
Not sure how to do it
Could you guide
@@kirankumar-tn8om To be very fair all my knowledge is on this movie no other ideas try also UiPath Forum maybe you find additional stuff
How did you define the attribute??
all details here: ua-cam.com/video/3nUtbExwP6k/v-deo.html
Hi, How to pass WS-Security header with UsernameToken (password type: digest) and Timestamp in 'UiPath HTTP Request' just like in SoapUI?
Hello Adrian, I never did this so I will study and come back with some ideas.
@@CristianNegulescu Great! Thanks! Link to SoapUI documentation about WSS: www.soapui.org/docs/soapui-projects/ws-security/
@@verispl This guy says that this is the solution forum.uipath.com/t/authenticating-http-request-using-ws-security-username-extension/152107/3
If you have a problem with implementation in activities I will send tomorrow a picture steps of the activities but first I need to build this.
@@CristianNegulescu Thanks, I'll check it :)
Thank you, I need help can I connect with you?
Contact me on Linkedin
www.linkedin.com/in/cristian-negulescu/
Seems like i am the only one guy who is confused with this tutorial.
Try to see the movie step by step and ask some questions
I am getting "Write Line: Object reference not set to an instance of an object." while extracting value
xmlResult.Element(soapenv + "Envelope").Element(soapenv + "Body").Element("CreatePurchaseLogResponse").Element("CreatePurchaseLogResult").Element("PurchaseLogUniqueID").Value
xmlResult.Element( soapenv + "Envelope").Attribute(XNamespace.Xmlns + "soapenv").Attribute(XNamespace.Xmlns + "soapenv").Value
Success
Purchase Log submitted, card issued and credit limit updated successfully.
7abc
513
1234
324
2022-04-15T10:30:00
Hello Masroor,
In my view, you need to be very careful with variable soapenv. You need to define soap variable with type XNamespace and then initialize with string value that you have here and you don't provide xmlns:soap=""
Thanks,
Cristian Negulescu