| Thread | Last Post | Replies |
|
| WebService Credentials | 26 Apr 2007 06:55 GMT | 1 |
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();
|
| Email Validation inside webservice. | 25 Apr 2007 15:59 GMT | 3 |
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.
|
| WSE2218: | 25 Apr 2007 15:16 GMT | 1 |
Hello... I got a question about wse 3.0 with vs 2005. Trying to get a RequestSecurityTokenResponse using this line of code: RequestSecurityTokenResponse rstr = this.RequestSecurityToken(rst,
|
| How to enable my webservice to use https? | 25 Apr 2007 14:50 GMT | 1 |
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
|
| Email Validation inside webservice. | 25 Apr 2007 14:25 GMT | 1 |
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.
|
| SOAP only? | 25 Apr 2007 13:22 GMT | 1 |
Is there any way to make a webservice only work with SOAP? Also, is there a way to disable that generic ASP.NET created test page and just return the WSDL instead? thanks!
|
| Access Forbidden 403 | 25 Apr 2007 11:20 GMT | 3 |
Hi to all, I have a web service that is hosted on IIS 5.1. I have found that the web service works as expected but after about 20 mins of no calls to the web service, a call that worked earlier gives the error "Access forbidden 403".
|
| whats new in .NET 2.0? | 25 Apr 2007 03:44 GMT | 2 |
Is there a site or article anywhere that lists whats new or changed in Web services in .NET 2.0 from 1.1? thanks!
|
| How to Catch exceptions of webservices? Urgent please | 24 Apr 2007 17:07 GMT | 5 |
How to handle exceptions of webservices? I have a wsdl file which contains the exception classes. when i am adding that wsdl file in my asp application I am unable to view those classes.
|
| Two Classes in a same asmx page. | 24 Apr 2007 04:06 GMT | 6 |
I created a web service application using ASP. My question is : When i try to create an extra class in the same asmx file,At the time of consuming the web service,its showing me only the default class only.
|
| 2.0 framework calling WCF service | 23 Apr 2007 20:16 GMT | 5 |
I have just created a WCF service that is using WShttpbasic and all is good when another .net 3.0 application consumes it. However, I have legacy apps that must use this service and are running on .net 2.0 and are housed on Windows 2000 servers.
|
| Why does my web services client generate SOAP with blank namespace? | 21 Apr 2007 19:51 GMT | 7 |
I'm using Visual Studio 2005/C# to build a web client. The web server is something I've written in a different framework, which does not support generating wsdl, so I have hand-built a wsdl file, then created my proxy class by running wsdl.exe. The problem is that the
|
| long delay after invoking web service until SOAP message is sent | 21 Apr 2007 19:46 GMT | 2 |
I have built a web service consumer application by adding a web reference for a vendor-provided wsdl file. My client is interoperating with the server just fine, in terms of sending a request and receiving and properly parsing a response, but the problem
|
| How to expose a class in the Webservice. | 20 Apr 2007 19:54 GMT | 5 |
I have a webservice which uses a c# Dll,This Dll is a C# class library which contain few class[Class One, Class Two] . I am able to see the class when in the Web service but when i create a stubb class of the webservice using wsdl.exe then these classes are not
|
| How to generate WSDL form a .asmx WebService? | 20 Apr 2007 09:48 GMT | 5 |
I created a simple webservice .asmx on Visual Studio 2005. As I plan to deploy it to Sharepoint Portal 2003, I copied asmx to \web server extensions\60\ISAPI directory of the server, where all other general webservices reside. Everything is just fine - i can access the service ...
|