function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Salesforce Support 10Salesforce Support 10 

Biztalk and Salesforce - Apex API

I'm trying to use Enterprise WSDL from salesforce in the Biz talk Service Bus Service and I'm querying Salesforce "Select FirstName, LastName from Contact". The ‘queryResponse’ message it returned was: <records xsi:type="sf:Contact" xmlns:xsi="w3.org/2001/XMLSchema-instance"><sf:Id xsi:nil="true" xmlns:sf="urn:sobject.enterprise.soap.sforce.com" /> <sf:FirstName xmlns:sf="urn:sobject.enterprise.soap.sforce.com">Colin</sf:FirstName> </records>
BizTalk 2010 validates this response against the schema’s referenced in the same message.  The error is comes back with is:
Its showing error as : The value 'sf:Contact' is invalid according to its schema type 'w3.org/2001/XMLSchema:QName'; - 'sf' is an undeclared prefix.                

Thanks & Regards,
Colin
ShashankShashank (Salesforce Developers) 
I see that you raised a support case for this issue and the issue is resolved now. Please let me know if you need anything else.