LoginSignup
0
0

Platform API Basics

Last updated at Posted at 2023-12-15

Use SOAP API

image.png

image.png

Ok, so the thing is, the instruction is missleading.

First, we should save the URI from the login response.

Than later it says: " The endpoint URI looks something like this: https://MyDomainName.trailblaze.develop.my.salesforce.com/services/Soap/c/36.0."

As I was trying to use what I got during the login, and using this format of my URI:

https://mindful-unicorn-81efjx-deved.trailblaze.my.salesforce.com/services/Soap/c/59.0, I got errors all the time.

Then I was super annoied, and simply copied my URL from the browser, and added the "/services/Soap/c/59.0" part to the end. It looked like this:

https://mindful-unicorn-81efjx-dev-ed.trailblaze.lightning.force.com/services/Soap/c/59.0

問題は、その指示が誤解を招くということです。

まず、ログイン応答から URI を保存する必要があります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0