SOAP and XML Integration with UiPath - A Beginner's Guide

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 33

  • @CristianNegulescu
    @CristianNegulescu  3 роки тому +1

    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

  • @swatijadhav9402
    @swatijadhav9402 3 роки тому +1

    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..

  • @erickmazzocco8443
    @erickmazzocco8443 2 роки тому +2

    Thank you so much! Help me a lot to solved a problem with SOAP Request

  • @suhasmdeepu
    @suhasmdeepu 2 роки тому +1

    Cristian Negulescu, this video was really helpful!!

  • @sarutyeamrukchat6935
    @sarutyeamrukchat6935 2 роки тому +1

    Great video for soapui + xml body

  • @dipkanaghosh1742
    @dipkanaghosh1742 3 роки тому +1

    Thank you 😊
    I have a question though, how can we set the values of XML dynamically using the values present in an Excel?

    • @CristianNegulescu
      @CristianNegulescu  3 роки тому +1

      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.

  • @CristianNegulescu
    @CristianNegulescu  2 роки тому +1

    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

  • @marcr2204
    @marcr2204 Рік тому +1

    @26:29 soapenv? it seems like that is some variable, what does it contain? you didn't show that?

    • @CristianNegulescu
      @CristianNegulescu  Рік тому

      @16:21 the variable is init and is like this soapenv="schemas.xmlsoap.org/soap/envelope/"

  • @kirankumar-tn8om
    @kirankumar-tn8om Рік тому +1

    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
      @CristianNegulescu  Рік тому

      To old I lost the code for this

    • @kirankumar-tn8om
      @kirankumar-tn8om Рік тому +1

      @@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

    • @CristianNegulescu
      @CristianNegulescu  Рік тому

      @@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

  • @sagarsompura
    @sagarsompura Рік тому +1

    How did you define the attribute??

  • @verispl
    @verispl 3 роки тому +1

    Hi, How to pass WS-Security header with UsernameToken (password type: digest) and Timestamp in 'UiPath HTTP Request' just like in SoapUI?

    • @CristianNegulescu
      @CristianNegulescu  3 роки тому +1

      Hello Adrian, I never did this so I will study and come back with some ideas.

    • @verispl
      @verispl 3 роки тому +1

      @@CristianNegulescu Great! Thanks! Link to SoapUI documentation about WSS: www.soapui.org/docs/soapui-projects/ws-security/

    • @CristianNegulescu
      @CristianNegulescu  3 роки тому +1

      @@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.

    • @verispl
      @verispl 3 роки тому +1

      @@CristianNegulescu Thanks, I'll check it :)

  • @mscoder9902
    @mscoder9902 3 роки тому +1

    Thank you, I need help can I connect with you?

    • @CristianNegulescu
      @CristianNegulescu  3 роки тому +1

      Contact me on Linkedin
      www.linkedin.com/in/cristian-negulescu/

  • @marcr2204
    @marcr2204 Рік тому +1

    Seems like i am the only one guy who is confused with this tutorial.

  • @masroorchandio4575
    @masroorchandio4575 3 роки тому +2

    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

    • @CristianNegulescu
      @CristianNegulescu  3 роки тому

      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