09-15-04 10:49 PM
You need to implement IStaticAdapterConfig or IDynamicAdapterConfig only if
your adapter supports importing of schemas and generation of port/message
types in orchestration (same way as SQL adapter does for example). If you
do not need this functionality then do not use any of those interfaces.
--------------------
Thread-Topic: Problem when deploying a custom adapter
thread-index: AcSa87ndJXCxVV3pRUCH4DnmykLIGg==
X-WBNR-Posting-Host: 61.152.132.230
From: examnotes <Derick@discussions.microsoft.com>
References: <4500711C-2ED4-447E-8EBB-5C1C48B5F481@microsoft.com>
<#r8xWKllEHA.2892@tk2msftngp13.phx.gbl>
<#2uhnSqlEHA.748@TK2MSFTNGP15.phx.gbl>
Subject: Re: Problem when deploying a custom adapter
Date: Wed, 15 Sep 2004 00:15:05 -0700
Lines: 44
Message-ID: <E7F5282E-90C6-4FF7-80AA-09B4F24AB7CD@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.biztalk.framework
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.framework:3173
X-Tomcat-NG: microsoft.public.biztalk.framework
I've solved the problem, that's jsut because I made some mistake when
writting the reg file by myself(Later I got the registry wizard).
But there's one more question, I just don't understand why we have to
create
a xml file and a wsdl file to describe some service information. If I don't
inherit the IStaticAdapterConfig or IDynamicAdapterConfig interface, though
I
don't need these two files any more(cause I don't need to implement
GetServiceDescription and GetServiceOrganization method), I can not see my
custom adapter when I try to add it in a BizTalk project.
Thanks,
Derick
"Christof [MVP]" wrote:
> Make sure your DLL is available on the exact location specified in the reg
> settings. It might help if you provide me with more information.
>
> Best regards,
> Christof
>
> "Arthur Nesterovsky" <arthur_NO_SPAM_PLEASE_@nesterovsky-bros.com> schreef
> in bericht news:#r8xWKllEHA.2892@tk2msftngp13.phx.gbl...
and[vbcol=seagreen]
>
>
>
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
[ Post a follow-up to this message ]
|