A
aaa.aaa
Hello,
I wonder whether with the DotNet framework 2.0, it would be possible to
write a windows application service which incorporated a server HTTTP
"embedded" (via code) without using IIS locally.
The purpose of the application is to consume SOAP messages over HTTP
containing objects (described in a blueprint XSD) and return reply
containing objects serialisé with xml (via their XSD schema)
XML-based messaging protocols have messages (requests) that travel in
both directions, this means that each end entity is both a SOAP client
and a SOAP server.
Implementations MUST be able to function as both a SOAP client and a
SOAP server
I do not want to have to install IIS and go through web services as in
the messages SAOP there would be no description of methods, but the
description of objects.
Let me know namespaces and classes.
As one example of code, or link on the web.
Thanks
I wonder whether with the DotNet framework 2.0, it would be possible to
write a windows application service which incorporated a server HTTTP
"embedded" (via code) without using IIS locally.
The purpose of the application is to consume SOAP messages over HTTP
containing objects (described in a blueprint XSD) and return reply
containing objects serialisé with xml (via their XSD schema)
XML-based messaging protocols have messages (requests) that travel in
both directions, this means that each end entity is both a SOAP client
and a SOAP server.
Implementations MUST be able to function as both a SOAP client and a
SOAP server
I do not want to have to install IIS and go through web services as in
the messages SAOP there would be no description of methods, but the
description of objects.
Let me know namespaces and classes.
As one example of code, or link on the web.
Thanks