• mjkstk
  • NEWBIE
  • 0 Points
  • Member since 2004

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 6
    Replies

I have a sample of Lotus Notes Integration working with Salesforce.com using the MS Soap 3.0 client working.  If anyone needs further info, feel free to contact me.

Mike Kinder
mike.kinder@plantemoran.com

  • April 01, 2004
  • Like
  • 0

I have many features working using MS Soap 3.0, but having difficulty with update.

I have tried many different SOAP messages, but never get success.  I believe the issue is related to the <sObjects> portion.  I essentially send:

 

<update xmlns="urn:enterprise.soap.sforce.com">

 

  • March 24, 2004
  • Like
  • 0

I have many features working using MS Soap 3.0, but having difficulty with update.

I have tried many different SOAP messages, but never get success.  I believe the issue is related to the <sObjects> portion.  I essentially send:

 

<update xmlns="urn:enterprise.soap.sforce.com">

 

  • March 24, 2004
  • Like
  • 0

I know a similar question like this has been posted, but I did not see a final answer.

We are trying to integrate SalesForce.com and a Lotus Notes Application.  The simplest way for us to do this appears to be SOAP using the MS Soap 3.0 client.  However, I am running into issues with the login.

1)  If I reference our enterprise WSDL file, I get errors

2) If I reference the WSDL on your servers, no errors importing the WSDL but I get 1 of 2 different errors:

                  a)  Error 1112 that the username or password is incorrect (thought it is)

                  b)  An error that says login must be Boolean.

I really need help on this.  New to the whole sForce API.

Mike Kinder

Message Edited by mjkstk on 03-12-2004 12:45 PM

  • March 12, 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

I have many features working using MS Soap 3.0, but having difficulty with update.

I have tried many different SOAP messages, but never get success.  I believe the issue is related to the <sObjects> portion.  I essentially send:

 

<update xmlns="urn:enterprise.soap.sforce.com">

 

  • March 24, 2004
  • Like
  • 0

I know a similar question like this has been posted, but I did not see a final answer.

We are trying to integrate SalesForce.com and a Lotus Notes Application.  The simplest way for us to do this appears to be SOAP using the MS Soap 3.0 client.  However, I am running into issues with the login.

1)  If I reference our enterprise WSDL file, I get errors

2) If I reference the WSDL on your servers, no errors importing the WSDL but I get 1 of 2 different errors:

                  a)  Error 1112 that the username or password is incorrect (thought it is)

                  b)  An error that says login must be Boolean.

I really need help on this.  New to the whole sForce API.

Mike Kinder

Message Edited by mjkstk on 03-12-2004 12:45 PM

  • March 12, 2004
  • Like
  • 0