Integrating with Salesforce using SOAP API | Enterprise & Partner WSDL | DAY 9 Part 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ส.ค. 2024
  • External Service Call to Salesforce, Salesforce Vs Apex REST, SOAP Call using Web Methods,
    WSDL - Enterprise & Partner
    Check blog post here www.apexhours.com/integrating-...
    0:00 SOAP Api
    2:00 WSDL Structure
    2:57 WSDL Structure- Binding
    3:20 WSDL Structure- PortType
    3:47 WSDL Structure- Message
    4:57 SOAP Message
    5:33 Demo SOAP callout
    10:00 Enterprise & Partner WSDL
    12:47 SOAP vs REST
    15:08 Demo SOAP API
    25:24 Salesforce Limit
    28:55 Integration Patterns
    30:49 Assignment
    32:18 Q&A
    #SOAP #WSDL #Enterprise #Partner #SOAPvsREST

ความคิดเห็น • 36

  • @rohitsrirama
    @rohitsrirama 4 ปีที่แล้ว +2

    Fantastic stuff. Well explained the SOAP and rest concepts with callouts. Really helpful !!

    • @apexhours
      @apexhours  4 ปีที่แล้ว

      Glad you enjoyed it!

  • @mrcrazylearner2005
    @mrcrazylearner2005 4 ปีที่แล้ว +1

    Please post the content. One day it will become the no1 channel for salesforce reference

    • @apexhours
      @apexhours  4 ปีที่แล้ว

      Thanks for your kind words. Please blog post www.apexhours.com/integrating-with-salesforce-part-2/

  • @RamRam27128
    @RamRam27128 4 ปีที่แล้ว +1

    Thanks Guys. Very helpful session.

    • @apexhours
      @apexhours  4 ปีที่แล้ว

      Glad you liked it. Dont forget to check blog post as well www.apexhours.com/integrating-with-salesforce-part-2/

  • @chinmayarath8271
    @chinmayarath8271 4 ปีที่แล้ว

    Hello,
    thanks for the detailed explanation
    I have a query here like - Do we use Remote site setting and Connected App while we are doing integration using SOAP Web service ?
    I have seen in your videos that while integrating Salesforce with some other app using REST web service, we use Remote site setting (if it is an outbound) and Connected app (if is an inbound).
    But while integrating using SOAP we haven't used Remote site setting and Connected app.
    Please can you explain this ?

  • @jagadeeshsajjan642
    @jagadeeshsajjan642 3 ปีที่แล้ว +1

    Thanks a lot for the video :)...very good content

    • @apexhours
      @apexhours  3 ปีที่แล้ว

      Glad you liked it!

  • @revaraut6894
    @revaraut6894 4 ปีที่แล้ว +1

    Thank you for this information. I have one doubt,, when salesforce consume external system WSDL, that time how is authentication is handled? when external system access salesforce soap service for authentication we provide partner wsdl?
    Let me know if i am wrong? Because in ur example to call bycountry method of parkservice class u havenot done any authentication to external system

  • @esmadfer
    @esmadfer 3 ปีที่แล้ว

    Can you show how you generate the other project on soap ui, I referf to custom class, i had several errors and I had to copy some data type from enterprise wsdl, but I wan to see how you completed that part please!

  • @abhimanyumandal9303
    @abhimanyumandal9303 หลายเดือนก่อน

    is there any way we can set request time out in soap callouts. If yes how can we do? Thanks in advance

  • @jasleenkaur2928
    @jasleenkaur2928 2 ปีที่แล้ว

    I am trying to parse a WSDL file but it fails everytime. It looks like the tag PortType is missing. Could you pls help me know what this portType and Binding tags is for?

  • @chetanpawar725
    @chetanpawar725 ปีที่แล้ว

    it is great video , i have some question?
    From where u have taken username and password for standard ?
    from where u have got case contain ?

  • @SanjogJain
    @SanjogJain ปีที่แล้ว

    Need help!!
    I have a SOAP API. I have set the body for it. But I want to send attachment file along with the request. But the document file that needs to be sent needs to be sent as attachment and not in any tag from the request. Can Someone please help here?

  • @chetanpawar725
    @chetanpawar725 ปีที่แล้ว

    when u have created the SOPAAPIClass?
    How you create SOAPAPIClass in SoapUI?

  • @abhichauhan9328
    @abhichauhan9328 3 ปีที่แล้ว +1

    what is the difference between partner and customer....? suppose i want to integrate salesforce with a endsystem to update the account object..which type of wsdl should be used.?

    • @apexhours
      @apexhours  3 ปีที่แล้ว

      Check this document www.apexhours.com/salesforce-integration-with-external-system-interview/

  • @bosuaandcarot
    @bosuaandcarot 2 ปีที่แล้ว

    Great explanation. But might be time passed the things also changed. Nowadays, REST API is used in distributed environments more than SOAP. REST API less security? might not be any more; many payment services are using REST API together with cryptography to make it firmly secure.

  • @aslambagwan6032
    @aslambagwan6032 2 ปีที่แล้ว +1

    Thanks

  • @bhavaninetyam1718
    @bhavaninetyam1718 4 ปีที่แล้ว +1

    Hi There,Really informative ..Thank you so much for all the effort.Just a quick question...how did you write that code to create the case within tags.Any reference would be great...thanks in advance:-)

    • @apexhours
      @apexhours  4 ปีที่แล้ว +2

      Check your blog post for more detail

  • @vaibhavchauhan8504
    @vaibhavchauhan8504 2 ปีที่แล้ว +1

    Can we have use case when not to use partner WSDL?

    • @apexhours
      @apexhours  2 ปีที่แล้ว

      We will create new session soon

  • @prema-7173
    @prema-7173 4 ปีที่แล้ว +1

    How it's getting authenticated??

    • @apexhours
      @apexhours  4 ปีที่แล้ว

      Can you please explain your question ?

    • @prema-7173
      @prema-7173 4 ปีที่แล้ว

      @@apexhours generally when we do rest API request we send the username password or bearer token for authentication. But in this video there's no authentication. So I wanted to know how to authenticate the soap API method which looks something like this weservicecallout invoke(request_x, etc)

    • @prema-7173
      @prema-7173 4 ปีที่แล้ว +1

      Actually I had got the wsdl file from workday but I'm not seeing any login XML in their wsdl but only I can see there is a method in subclass similar to your video tutorial where there was an invoke method. So I did the same through dev console like you did but I'm getting proxy tunnel service unavailable error. I don't know why it's causing this issue if you could help me or little guidance Willbe really appreciated. Thanks alot in advance.