Ask a Question related to ASP.NET General, Design and Development.
-
Sham Ramakrishnan #1
SOAP remote method calls? the best bet?
guys... I have a SOAP service at my clients that I have to use to call the
exposed methods... well... there are supposedly 3 ways in which I can look
at doing it...
1. Create a proxy for the SOAP service using the WSDL.exe utility and use
the proxy directly by creating instances of the proxy class like a SOAP
Client.
2. Create a proxy for the SOAP service using the WSDL.exe utility, compile
it into an assembly and use the resulting library like the SOAP Client. (the
proxy DLL here)
3. Use a MS SOAP toolkit and create a SOAP client using the wsdl available
for the service to make the remote method calls.
Now, I was wondering as to which would be the best way of achieving it here?
the best bet in the 3 options put in here... or is there a 4th option? and
is there a serviced component that i can use to create SOAP clients? MS SOAP
toolkit is a COM component and using a Serviced component in place of it
would only help..
Thanks
Sham
Sham Ramakrishnan Guest
-
Concurrent Method Calls
All, If I were to instantiate a component in the Application scope, how many concurrent calls to the same method of that component could... -
SOAP calls to a server from a Windows Forms app
Hello All, I'm building a COM object using C# and I need to communicate with a server via SOAP. Unfortunately, all of the samples that I've... -
In-Process Soap Calls
I am in the process of adopting SOA as an architecture at my organization. We are running a POC to prove some concepts. The POC is a fat client... -
Performance of web method calls
Hi I have been timing a client application's response time when invoking a simple web method (it simply returns). A single test client invokes... -
Simplifying Soap Web Services calls for client code
Hi, I am trying to figure out how to create an architechture for client code to make calls to a web service but do some common operations in the...



Reply With Quote

