all groups > asp.net webservices > april 2007 > threads for april 22 - 28, 2007
Filter by week: 1 2 3 4 5
setting a timeout when consuming a WS
Posted by GaryDean at 4/27/2007 5:40:42 PM
how can I deal with a web service that my not respond or my respond beyond
my, say 30 second, tollerance?
thanks
Gary
... more >>
Developing a webservice simulator
Posted by Sinex at 4/25/2007 11:44:09 PM
Hardcoding and sending soap responses...
--------------------------------------------------------------------------------
Hi,
I need to develop a simulator for my webservice. This simulator will
be used by the clients development team.
Client has given me a wsdl file. My simulator has to be... more >>
Creating multiple namespaces on proxy
Posted by nyathancha NO[at]SPAM hotmail.com at 4/25/2007 9:21:25 PM
Hi,
I am creating some SOAP web services in .net 2.0. The services (and
classes) on the server side live in different namespaces. I was
wondering if there was anyway to preserve the namespace seperation on
the client side (the wsdl proxy thats generated by the microsoft
wsdl.exe tool) and still... more >>
Email Validation inside webservice.
Posted by Srini at 4/25/2007 5:39:49 PM
Hi all,
Im getting user information in webservice and storing in DB. In the
email address field, i do want to validate the email address.
like xyz@abc.com is give properly r not. (@ .) these things i wanna
check inside the webservice.
Please help me.
Any help vud be app... more >>
WebService Credentials
Posted by mail747097 NO[at]SPAM fificorp.net at 4/25/2007 4:38:02 AM
I'm trying to access a web service with another user running under the
built in web server in VS.NET 2005. I have the following code to
access the web service:
MyWebService webService = new MyWebService.MyClass();
webService.Credentials = new NetworkCredential("MyDomain\
\SomeoneElse", "HisPa... more >>
WebService Authentication
Posted by mail747097 NO[at]SPAM fificorp.net at 4/25/2007 2:45:52 AM
I'm trying to call a web service with a different user than the one I
have logged in with. I'm using the web server built into VS.NET 2005.
I have the following code to call the web service using a proxy class:
MyWebService webService = new MyWebService.MyClass();
webService.Credentials = new ... more >>
How to enable my webservice to use https?
Posted by Sinex at 4/25/2007 12:00:00 AM
Hi. I need to write a simulated web service to give to my clients'
development team. For the simulated service the client doesnt want any
authentication...but they want to use https anyways. How do I proceed? An
initial search tells me that I'll need a certificate. Guess I can make
myself a cert... more >>
|