BizTalk Server Framework - Unable to get baf:FileList to work for me :(

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Framework > September 2004 > Unable to get baf:FileList to work for me :(





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Unable to get baf:FileList to work for me :(
Newbie

2004-09-22, 9:56 pm

Hi,
I'm trying to declare a 'FileList' type field in my custom adapter's
design-time. Following is the code from location's XSD:

<xs:element name="ElementName" type="baf:FileList">
<xs:annotation>
<xs:appinfo>
<baf:designer>
<baf:displayname>Name here</baf:displayname>
<baf:description>Description here</baf:description>
<baf:category>Category here</baf:category>
</baf:designer>
</xs:appinfo>
</xs:annotation>
</xs:element>

At top it declare's baf as:
xmlns:baf="BiztalkAdapterFramework.xsd"

Whenever I try accessing the adapter properties - i get this error:
Invalid 'type' attribute: Namespace 'BizTalkAdapterFramework.xsd' is not
available to be referenced in this schema. An error occurred at ..........

Couldn't find any help from the documentation. Hope anybody can help...
thanks in advance...

Newbie.
Newbie

2004-09-22, 9:56 pm

Ok just figured it out...

Just added this line to the schema file:
<xs:import namespace="BiztalkAdapterFramework.xsd" />

and instead of using "baf:FileList" try using "baf:FileName" as the element
type.

dunno why the documentation mentions "baf:FileList" here:
http://msdn.microsoft.com/library/d...madapt_yxmx.asp

Newbie.

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com