Re: Dynamically Connect to Web Service?
Tech-Archive recommends: Fix windows errors by optimizing your registry
Have you looked into UDDI? Using UDDI you can programtically figure out
which web service to call.
Start here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnuddi/html/runtimeuddi1.asp
-Keith
T-Man wrote:
Hello,
I have an application in C# that makes calls to a web service and the app
currently contains a reference to a WSDL.
Since the server technology is a commercial product, some customers have
their own servers, etc.
I was wondering if it is possible to dynamically point the application to
any appropriate WSDL which would allow the C# code to continue to make the
simple method calls, etc.?
Regards,
Todd
.
Relevant Pages
- Re: WSDL.exe vs. "Add Web Reference"
... For example this complexType: ... I them created a WSDL using the XSD. ... Then I placed this file in an "Empty Web Project", added a Web Service, made ... If I do all these steps correctly the client should ... (microsoft.public.dotnet.framework.webservices) - Re: .NET based SOAP client inter-op issue with Apache Axis based w
... I've developed a web service using Apache Axis 1.4 (WSDL shown at the ... defining a ServiceDescriptor array in the WSDL (without the ServiceList ... (microsoft.public.dotnet.framework.webservices) - RE: Two questions for gurus about using strongly typed DataSet in Web
... > CustomerDataSet) in WSDL instead of using the WSDL <import ... > Apparently, if I include CustomerDataSet schema definition in WSDL types, it ... How to send a strongly typed DataSet over SOAP without the XSD? ... > typed DataSet between Web service server and client. ... (microsoft.public.dotnet.framework.adonet) - RE: .NET based SOAP client inter-op issue with Apache Axis based web service
... I've developed a web service using Apache Axis 1.4 (WSDL shown at the bottom ... as I can tell the SOAP response emitted by Axis looks ok. ... (microsoft.public.dotnet.framework.webservices) - Re: Reading a Java webservice with VB.NET
... My client created a very simple "Hello World" web service. ... Using the wsdl.exe program on the actual wsdl still did not work. ... > you mentioned an Apache server, but if you are referring to Apache HTTPD, ... (microsoft.public.dotnet.framework.webservices) |
|