• Michael Lambert 9
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Hi Guys,

We would like to do automated data integration with SF. I'm using a platform that has SOAP capabilities.
We are trying to login using this URL: http://login.salesforce.com/services/Soap/c/38.0

then posting the following:
  <?xml version="1.0" encoding="UTF-8" ?> 
- <tns:login xmlns:tns="urn:enterprise.soap.sforce.com">
  <tns:username>myName@Company123.com</tns:username> 
  <tns:password>passwordToken</tns:password> 
  </tns:login>

But I get the below error:
   <sf:exceptionCode>UNKNOWN_EXCEPTION</sf:exceptionCode>
                    <sf:exceptionMessage>The processing instruction target matching &quot;[xX][mM][lL]&quot; is not allowed.</sf:exceptionMessage>

any suggestions?

Thanks.

 
Hi Guys,

We would like to do automated data integration with SF. I'm using a platform that has SOAP capabilities.
We are trying to login using this URL: http://login.salesforce.com/services/Soap/c/38.0

then posting the following:
  <?xml version="1.0" encoding="UTF-8" ?> 
- <tns:login xmlns:tns="urn:enterprise.soap.sforce.com">
  <tns:username>myName@Company123.com</tns:username> 
  <tns:password>passwordToken</tns:password> 
  </tns:login>

But I get the below error:
   <sf:exceptionCode>UNKNOWN_EXCEPTION</sf:exceptionCode>
                    <sf:exceptionMessage>The processing instruction target matching &quot;[xX][mM][lL]&quot; is not allowed.</sf:exceptionMessage>

any suggestions?

Thanks.