| Billiam 2007-01-09, 1:32 am |
| Hello All,
Has anyone gotten a profile query to work using BizTalk? I'm using the
schemas from the SDK but I continue to get an exception from the
CommerceServerProfilesQuery API with detail "The XML supplied does not
conform to the search clause schema." The offending message is
<CommerceServerProfilesQuery ProfileType="UserObject">
<CLAUSE OPER="equal">
<PROPERTY ID="last_name" MULTIVAL="false" TYPE="String">
</PROPERTY>
<IMMED-VAL TYPE="String">
<VALUE>Smith</VALUE>
</IMMED-VAL>
</CLAUSE>
</CommerceServerProfilesQuery>
I messed around with the schema to make it look more like the sample message
in the SDK, but still no luck: I continue to get this exception. I am using
BizTalk 2006 and Commerce Server 2007 Developer Edition. The schema looks
the same for the Standard Edition.
I'm going to workaround this with a SQL Adapter. But I have spent a bit of
time on this. I'd appreciate any available feedback.
Thanks,
Billiam
|