johvargas / sfdc-wsc

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

setCallOptions on GAE #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using wsc-18 on GAE, having problems connecting to a Professional Edition 
instance.  My app has passed the SFDC security review, and I'm trying to supply 
my client ID like so:

PartnerConnection connection = Connector.newConnection(config);
connection.setCallOptions("xxx/yyy/", null);

Unfortunately I still get a LoginFault 'INVALID_LOGIN' ('Invalid username, 
password, security token; or user locked out.').  I've checked the login, 
password, and security token several times, so I wanted to check and see if 
anyone else has confirmed that setCallOptions actually yields the proper SOAP 
output.  Is there some way I can capture that w/ a configuration change?

Original issue reported on code.google.com by jamesk...@gmail.com on 16 Oct 2010 at 12:29