Groups | Blog | Home


Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


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 >>



DevelopmentNow Blog