Ask a Question related to ASP.NET Web Services, Design and Development.
-
Stephen Ahn #1
using soap extension on client side
Hello,
The standard way of making a soap extension run on the
client side, is to modify the autogenerated web reference file,
and add the extension's corresponding attribute to the
proxy method.
Is there a way of making a soap extension run on the client
side for a proxy method *without* modifying the autogenerated
proxy file ?
TIA,
Stephen
Stephen Ahn Guest
-
Client side SOAP extension for non WEB application
Need instrucitons on how to setup SOAP extension in windows forms client. I have managed to create Server side extensions but I'm confused about... -
Writing a HTML/ASP SOAP client for a SOAP::Lite destination
How would I go about writing a SOAP client in either HTML or classic asp? The SOAP "listener" was written in Perl with SOAP::Lite in Unix and I am... -
Controls with a client side onLoad function or seting a cursor server side
Is there any way to create a web control that calls a client side onLoad function? Its diffucilt since you are not able to access the form or... -
catching soap exception on the client side (vb dll)
Hi My VB program (dll) calls certain web services (using soap tool kit). The web services throws SoapExceptions when an exception/error occurs. I... -
How to configure a SOAP extension to run on the client side?
Hi, this is actually quite simple. The best and easiest approach is to configure it in the application's .config file. Just like this:...



Reply With Quote

