johvargas / sfdc-wsc

Automatically exported from code.google.com/p/sfdc-wsc
0 stars 0 forks source link

verifyEnterpriseEndpoint will not work with XML gateway, requires "/services/Soap/c/" #80

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Change endpoint to "https://webservices.test.com"
2.Execute callout

What is the expected output? What do you see instead?
Expect SOAP message to be passed to endpoint, get error: 
"com.sforce.ws.ConnectionException: Check authEndpoint. It must contain 
'/services/Soap/c/'."

What version of the product are you using? On what operating system?
29.0, error is consistent across Windows 7, Linux and OSX.

Please provide any additional information below.
Login service works correctly with endpoint like 
https://webservices.test.com/login in SOAPUI, which gateway transforms to 
https://test.salesforce.com/services/Soap/c/29.0/xxxxxxxxxxx.

Original issue reported on code.google.com by ghamil...@acumensolutions.com on 12 Mar 2014 at 4:13