• Erik Forsberg
  • NEWBIE
  • 0 Points
  • Member since 2003

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

I'm getting a weird error doing a partner API update call. This is what I send and receive.

SOAP message sent:

http://schemas.xmlsoap.org/soap/envelope/"
                  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
   
      XXXXXXXXXX
   
 
 
   
     
        00T30000001Tlr5EAC
        escription>Pamtest modified on this device again.escription>
        In Progress
        00130000001LyMAAA0
        2004-01-19T00:00:00.000Z
     
   
 

SOAP response rcvd:

http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
 
   soapenv:Server.userException
   org.xml.sax.SAXException: Could not find deserializer for field: WhatId of type {urn:enterprise.soap.sforce.com}ID
  
 
 

If I leave out the WhatId field in the update message, the update is successful.

Any idea ?

 

Hi,

I want to do a select that uses apostrophes for example:

"select id from lead where Email = ' "+thisemail+" ' "

And am getting malformed query errors how can I avoid this?

Thanks,

Graham

I'm getting a weird error doing a partner API update call. This is what I send and receive.

SOAP message sent:

http://schemas.xmlsoap.org/soap/envelope/"
                  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
   
      XXXXXXXXXX
   
 
 
   
     
        00T30000001Tlr5EAC
        escription>Pamtest modified on this device again.escription>
        In Progress
        00130000001LyMAAA0
        2004-01-19T00:00:00.000Z
     
   
 

SOAP response rcvd:

http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
 
   soapenv:Server.userException
   org.xml.sax.SAXException: Could not find deserializer for field: WhatId of type {urn:enterprise.soap.sforce.com}ID
  
 
 

If I leave out the WhatId field in the update message, the update is successful.

Any idea ?

 

Hello

I can't login anymore on both my dev account and the account of our company

I'm targeting https://www.salesforce.com/services/Soap/u/2.5 with urn:partner.soap.sforce.com' as namespace