Re: BizTalk Custom Adapter
- From: "Umar Shareef" <UmarShareef.MohamedUsman@xxxxxxxxxx>
- Date: Wed, 20 Dec 2006 18:22:52 -0800
Thank you for your immediate responses.
I wasn't looking for a xml editor. Sorry I didn't mention exactly what I was
looking for.
I was looking for something like BizTalk Schema Editor which helps you build
these baf elements. For example in order to create adapter password
property, I was typing the following in notepad. Whether I type this in
notepad or XML Spy I still need to know what are the baf elements like
<baf:editor> <baf:converter> and assembly to invoke etc... So I was looking
for a Editor where I can pick this is "Password" property or a property
which has Enumurated values, then the Editor builds the XSD behind the
sceen.
<xs:element minOccurs="0" name="Password">
<xs:simpleType>
<xs:annotation>
<xs:appinfo>
<baf:designer xmlns:baf="BiztalkAdapterFramework.xsd">
<baf:displayname _locID="PasswordName">Edit this
field in the resource file</baf:displayname>
<baf:description _locID="PasswordDesc">Edit this
field in the resource file</baf:description>
<baf:editor assembly="%BTSROOT%\\Developer
Tools\\Microsoft.BizTalk.Adapter.Framework.dll">Microsoft.BizTalk.Adapter.Framework.ComponentModel.PasswordUITypeEditor</baf:editor>
<baf:converter assembly="%BTSROOT%\\Developer
Tools\\Microsoft.BizTalk.Adapter.Framework.dll">Microsoft.BizTalk.Adapter.Framework.ComponentModel.PasswordTypeConverter</baf:converter>
</baf:designer>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:element>
Thanks
-Umar Shareef
"Greg Forsythe" <greg.forsythe@xxxxxxxxx> wrote in message
news:epekf2IJHHA.5104@xxxxxxxxxxxxxxxxxxxxxxx
If you are looking for an MS tool VS2005 has other editors
Right click on the schema file in Biztalk project and Open With...
Xml Schema Editor
Xml Editor
You might like Xml Notepad 2007
http://www.microsoft.com/downloads/details.aspx?FamilyID=72d6aa49-787d-4118-ba5f-4f30fe913628&displaylang=en
Or third party tools:
Altova XmlSpy 2007 is popular
http://www.altova.com/downloadtrialxmlspy.html
Greg
"Umar Shareef" <UmarShareef.MohamedUsman@xxxxxxxxxx> wrote in message
news:%23qVItRHJHHA.1044@xxxxxxxxxxxxxxxxxxxxxxx
Thanks Greg.
That is exactly what I was looking for. It works really nice.
One another quick question.
I'm editing the schema in the Notepad to add <baf:designer> elements. It
works fine. Its just not user friendly. Is there any GUI editor to do
this since BizTalk editor is not displaying these <baf:designer>
elements.
Thank you.
-Umar Shareef
"Greg Forsythe" <greg.forsythe@xxxxxxxxx> wrote in message
news:eeiU2VBJHHA.4068@xxxxxxxxxxxxxxxxxxxxxxx
Check out example 3:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/BTS06CoreDocs/html/31b188de-9363-4f4c-b40a-149ff59ddf8d.asp
Greg
"Umar Shareef" <UmarShareef.MohamedUsman@xxxxxxxxxx> wrote in message
news:efaC7sAJHHA.1248@xxxxxxxxxxxxxxxxxxxxxxx
Hello
I'm working on a schema for a Custom Adapter. The Adapter has a
Password property. I'm wondering to how to define a schema node as a
password node, so that it doesn't display password when user enters it.
Thanks
-Umar Shareef
.
- References:
- BizTalk Custom Adapter
- From: Umar Shareef
- Re: BizTalk Custom Adapter
- From: Greg Forsythe
- Re: BizTalk Custom Adapter
- From: Umar Shareef
- Re: BizTalk Custom Adapter
- From: Greg Forsythe
- BizTalk Custom Adapter
- Prev by Date: Looking for advice/info on BizTalk
- Next by Date: Re: Looking for advice/info on BizTalk
- Previous by thread: Re: BizTalk Custom Adapter
- Next by thread: Microsoft BizTalk 2006 Rosettanet accelerator
- Index(es):
Relevant Pages
|