Last step :
One last thing to do before we make the request. Change the endpoint to specify your org’s instance rather than login, and remove the package version from the end of the URI. The endpoint URI looks something like this: https://MyDomainName.my.salesforce.com/services/Soap/c/36.0.
My version is 53.0 so do i need to add
https://MyDomainName.my.salesforce.com/services/Soap/c/53.0 for the above mentioned step?
Though my endpoint URI looks like this rn:
https://login.salesforce.com/services/Soap/c/53.0/0DF5j000000GoEK
Or do I need to get my domain name in place of "MyDomainName" in https://MyDomainName.my.salesforce.com/services/Soap/c/53.0
Output expected is screenshot 2227 but i m getting screenshot 2228. screenshot 2229 shows the error i m getting.
The description in this trail is still confusing in 2023 ("...remove the package version ...").
The correct create() URL goes like:
https://yourDomainName.trailblaze.my.salesforce.com/services/Soap/c/XX.X
with XX.X being the current SOAP Version you installed or are using along with the SOAP UI App so it's not removing, but replacing.