• TomC
  • NEWBIE
  • 0 Points
  • Member since 2004

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 5
    Replies

Does a Developer Account have the appropriate access rights for web services?  Assuming it does, I have attempted to send a SOAP login request, but I receive an error 1112 - username or password not valid.  The TCP Tunnel monitoring tool I'm using shows the following:

<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<ns1:login xmlns:ns1="urn:partner.soap.sforce.com" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<username xsi:type="xsd:string">**********</username>
<password xsi:type="xsd:string">**********</password>
</ns1:login>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

I replaced the username & password above with *********.  Is there a syntax error in the above SOAP envelope I'm generating?  Should there be quotes around the username & password.

Thanks for your help.

Tom

  • March 26, 2004
  • Like
  • 0

Does a Developer Account have the appropriate access rights for web services?  Assuming it does, I have attempted to send a SOAP login request, but I receive an error 1112 - username or password not valid.  The TCP Tunnel monitoring tool I'm using shows the following:

<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<ns1:login xmlns:ns1="urn:partner.soap.sforce.com" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<username xsi:type="xsd:string">**********</username>
<password xsi:type="xsd:string">**********</password>
</ns1:login>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

I replaced the username & password above with *********.  Is there a syntax error in the above SOAP envelope I'm generating?  Should there be quotes around the username & password.

Thanks for your help.

Tom

  • March 26, 2004
  • Like
  • 0