D
Daniel Bass
Hello,
Visual Studio .Net really does well in creating the client side proxy for a
web service that needs referencing. The one drawback of this approach is
that the host can't be change on the fly. Once you've built a application,
you're stuck with it singing only to the web services you designated at
design time.
I need to manually configure an application (c#.net) to do the serialisation
of a SOAP message, and posting via HTTP to the web service of my choice
manually, but haven't a clue as to where to start. Do I need to create a
project that doesn't "reference" my web service at all and do it all
manually, or do i use the bits that VS. Net generates?
I'm using an initialisation string on load up that tells the app the HTTP
location of the web service, and have a fixed WSDL for each web service
(apart from the <service / port / soap:address > tag...).
Any ideas on an implementation approach to this?
Thanks for your time.
Daniel.
Visual Studio .Net really does well in creating the client side proxy for a
web service that needs referencing. The one drawback of this approach is
that the host can't be change on the fly. Once you've built a application,
you're stuck with it singing only to the web services you designated at
design time.
I need to manually configure an application (c#.net) to do the serialisation
of a SOAP message, and posting via HTTP to the web service of my choice
manually, but haven't a clue as to where to start. Do I need to create a
project that doesn't "reference" my web service at all and do it all
manually, or do i use the bits that VS. Net generates?
I'm using an initialisation string on load up that tells the app the HTTP
location of the web service, and have a fixed WSDL for each web service
(apart from the <service / port / soap:address > tag...).
Any ideas on an implementation approach to this?
Thanks for your time.
Daniel.