NuSphere Forums Forum Index
NuSphere Forums


Mon Mar 08, 2004 6:23 am
Replies: 5
Views: 11757
The code above works fine, but the geniuses at salesforce have decided that after you login the endpoint URL changes to the value returned from the login and you have to set a session.

However it a ...

Sun Mar 07, 2004 8:51 am
Replies: 5
Views: 11757
why don't you do like this ?

$this->soapclient = new soapclient('partner.wsdl','wsdl');
$proxy = $this->soapclient->getProxy();
$result = $proxy->login($username ...

Sun Mar 07, 2004 5:31 am
Replies: 5
Views: 11757
Hi,

I am having problems logging onto the salesforce.com API. I have got the partner.wsdl file and that seems to load OK, however the username and password being passed to the login function seems ...
Page 1 of 1
All times are GMT - 5 Hours