236
Views
3
Comments
[Salesforce Connector] Getting Error Message: The URI Is Empty
Question
salesforce-connector
Web icon
Forge asset by Vera Tiago
In trying to use the salesforce logon component we get the following error:
Invalid URI: The UIR is Empty

We are using the followinf for the Server Url "https://test.salesforce.com"
2016-11-21 23-23-05
Gonçalo Borrêga
Try setting this URL instead:

https://test.salesforce.com/services/Soap/u/25.0

The server URL must include the full endpoint for the service which is being used underneath, so after your URL always add "/services/Soap/u/25.0". The extension is not adding this by default to what comes in from the Site property.

Some more details on the URL structure for accessing SFDC: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_basics_about_uri.htm

UserImage.jpg
Abhi
Hi,

Having same problem here. How to get the full URL? 

The one which I have used is "https://na30.salesforce.com/" 

Please suggest if there is a way to know the service version so that I can use the full URL. 

I am looking for the Resource address and 
Bulk API version and the salesforce that I am using is the trial version. 

Thanks !!
2018-01-05 02-53-30
Grayson Udstrand

Abhi wrote:

Hi,

Having same problem here. How to get the full URL?

The one which I have used is "https://na30.salesforce.com/" 

Please suggest if there is a way to know the service version so that I can use the full URL.

I am looking for the Resource address and 
Bulk API version and the salesforce that I am using is the trial version. 

Thanks !!

Abhi, you can generate a WSDL for your organization and the information will be contained at the bottom of the generated WSDL. You can follow the instructions in this forum post to do that and get your Soap endpoint.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.