I am am guessing that most of the users of this group know this, but XML =
schema can require that the XML nodes be in a specific order. That was =
my problem here. After looking at the schema, I placed the Protocol =
node in the correct place and all was well.
Hope this helps someone in the future.
Scot
[quoted text, click to view] "Scot NS Curry" <scot.no.spam.curry@btopenworld.com> wrote in message =
news:Ot3e21udEHA.228@TK2MSFTNGP11.phx.gbl...
Thank you for getting me moving forward. I am now struggling with a =
schema validation error when I try to add the Protocols node as a child =
of the NotificationServicesInstance node. The validation error is that =
it is an invalid child, even though intellisense brings it up. =20
Thanks again for your help.
Scot Curry
[quoted text, click to view] "Joe Webb" <joew@webbtechsolutions.com> wrote in message =
news:OaAY8nVdEHA.1152@TK2MSFTNGP09.phx.gbl...
> Hi Scot -
>=20
> The protocols defined in the NotificationClass node of the ADF map =
back=20
> to protocols defined in the Config file. Its in the Config file that =
you=20
> define the assembly that contains the class.
>=20
> For example, you may have an SMS protocol defined in the Config =
file.
> <Protocol>
> <ProtocolName>JoeSMS</ProtocolName>
> <ClassName>JoeProtocols.SMSProtocol</ClassName>
> <AssemblyName>JoeProtocols.dll</AssemblyName>
> </Protocol>
>=20
> Then you could reference it in the ADF as
>=20
> <Protocols>
> <Protocol>
> <ProtocolName>JoeSMS</ProtocolName>
> ...
> ...
> </Protocol>
> </Protocols>
>=20
> HTH...
> Joe Webb
>=20
> Scot NS Curry wrote:
>=20
> > I am not clear on how to document the IDeliveryChannel assembly. =
With the
> > Event classes, there is the very obvious AssemblyName and =
ClassName nodes
> > that do the trick. Could someone please enlighten me on how to =
document
> > that information. I am very tired of looking at the generic SMTP
> > implementation.
> >=20
> > TIA.
> > Scot Curry
> >=20