• shinmn
  • NEWBIE
  • 0 Points
  • Member since 2009

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

Hello,

 

I am using the current partner WSDL (C#/VS2008)

 

 

<!-- Salesforce.com Partner Web Services API Version 15.0 Generated on 2009-05-14 18:45:10 +0000. Copyright 1999-2009 salesforce.com, inc. All Rights Reserved -->

 

 

 

 to query for some basic Account, Contact, & Opportunity, etc. information.

Within the results, the <sf:Id> tag is repeated as excerpted below.  I searched but was not sucessful in determining if this is a known issue.

 

<records xsi:type="sf:sObject" xmlns="urn:partner.soap.sforce.com"> <sf:type>Contact</sf:type> <sf:Id>0038000000TrjoBAAR</sf:Id> <sf:Id>0038000000TrjoBAAR</sf:Id> <sf:FirstName>Edna</sf:FirstName> <sf:LastName>Frank</sf:LastName> </records> <records xsi:type="sf:sObject" xmlns="urn:partner.soap.sforce.com"> <sf:type>Opportunity</sf:type> <sf:Id>0068000000LOVjkAAH</sf:Id> <sf:Id>0068000000LOVjkAAH</sf:Id> <sf:Name>GenePoint Standby Generator</sf:Name> <sf:Description xsi:nil="true" /> </records>

 

Is this a known/fixed issue?  Thanks.

Hello,

 

I am using the current partner WSDL (C#/VS2008)

 

 

<!-- Salesforce.com Partner Web Services API Version 15.0 Generated on 2009-05-14 18:45:10 +0000. Copyright 1999-2009 salesforce.com, inc. All Rights Reserved -->

 

 

 

 to query for some basic Account, Contact, & Opportunity, etc. information.

Within the results, the <sf:Id> tag is repeated as excerpted below.  I searched but was not sucessful in determining if this is a known issue.

 

<records xsi:type="sf:sObject" xmlns="urn:partner.soap.sforce.com"> <sf:type>Contact</sf:type> <sf:Id>0038000000TrjoBAAR</sf:Id> <sf:Id>0038000000TrjoBAAR</sf:Id> <sf:FirstName>Edna</sf:FirstName> <sf:LastName>Frank</sf:LastName> </records> <records xsi:type="sf:sObject" xmlns="urn:partner.soap.sforce.com"> <sf:type>Opportunity</sf:type> <sf:Id>0068000000LOVjkAAH</sf:Id> <sf:Id>0068000000LOVjkAAH</sf:Id> <sf:Name>GenePoint Standby Generator</sf:Name> <sf:Description xsi:nil="true" /> </records>

 

Is this a known/fixed issue?  Thanks.