| Thread | Last Post | Replies |
|
| Using WSE 3.0 Kerberos in a Web Farm | 04 Aug 2006 15:03 GMT | 2 |
I'm developing a WSE 3.0 based Web Service that will use Kerberos utilizing the WSE 3.0 policy framework. Are there any special considerations etc that I will need to take to make this work on a Server Farm? For example in the client policy file I have the following line (got ...
|
| Unable initialise the configuration file | 04 Aug 2006 14:49 GMT | 1 |
I have one common dll, which does most of my webservices. I have to use the same dll in another application where I need to reuse the same bussiness logic. The first program works fine. The second program though is not working. I copied the
|
| 2 Web Services and a Typed DataSet | 04 Aug 2006 14:33 GMT | 4 |
I am using Visual Studio 2005 Professional. I have one web service (DataRequester) that would like to get a strongly typed dataset from another web service (DataRetriever). The strongly typed dataset (TheDataSet) comes from a class library
|
| The methods M1 and M2 use the same SOAPAction '' | 04 Aug 2006 11:52 GMT | 2 |
I am developing a web service in VB.Net 2003 using a set of WSDL and XSD files provided by the customer. I use the WSDL utility to create the proxy class. I then create the web service. I test it by connecting with IE6 and it displays all the methods. I can select each method in ...
|
| Web config files and Security for Web Services | 04 Aug 2006 09:41 GMT | 6 |
So I have implemented a Web service which provides several Web Methods. Before the client can use the WebMethods they must first be authenticated and authorized i.e. they login, obtain a string 'ticket' and then must use this ticket to make subsequent calls to the Web Methods.
|
| VS2005 vs VS2003 Web Service Calls - The underlying connection was closed: An unexpected error occurred on a send. | 04 Aug 2006 07:35 GMT | 2 |
I have VB code in VS2003 which creates a HttpWebRequest and performs a POST operation to a remote URL (an https site), which runs fine and receives a valid response. However exactly the same code in VS2005 (to the same site with the same
|
| ASPNET user | 04 Aug 2006 00:49 GMT | 1 |
as we know The .NET Framework runs all ASP.NET processes under the local ASPNET account. is there anyw ay that I can change the user and instead of a local user use
|
| Can any one send me the whole tutorial for ASP.Net Webservices | 04 Aug 2006 00:43 GMT | 2 |
Hi i am new to web services so please Can any one send me the whole tutorial for ASP.Net Webservices
|
| WebService LocalSQLServer Help | 03 Aug 2006 18:57 GMT | 4 |
Dear Friends, How are you? I am stuck on a problem and I just can't figure it out: I have 1 ASP.NET/VB.NET 2.0 WebService that currently provides user registration and authentication using the Membership and Roles classes,
|
| Web Service Compression with .net 1.1 and gzip | 03 Aug 2006 17:46 GMT | 2 |
I'm currently working on an application that is heavily dependant on web services. The web services are being run on an Apache Service through Axis. We'll be using mod_gzip to get the server side of things to compress the response (given that the header request specfies that
|
| Root Element Missing Error (cannot get error message from webservice response) | 03 Aug 2006 14:54 GMT | 2 |
I am still having issues with getting Root Element Missing instead of the actual error that the webservice call is supposed to be returning. I'm using VB .Net 2003. Has anyone else been able to get around what seems like a bug in the
|
| WSE and AllowPartiallyTrustedCallersAttribute | 03 Aug 2006 11:08 GMT | 2 |
I'm trying to host a Windows Forms control in and HTML page in Internet Explorer. The control is using WSE3 to call back to a web service on the server the HTML page was loaded from. This works very well when running on my development computer but when I try
|
| Sending/receiving data | 03 Aug 2006 06:32 GMT | 1 |
We are in the process of evaluating a system that would allow us to receive data from third-parties and send data to partner companies. Our infrastructure includes Microsoft Navision, a SQL Server, and .NET 2.0. My idea would be to use web services with XML to fullfil the above ...
|
| friendly error messages for usernameForCertificateSecurity | 02 Aug 2006 20:53 GMT | 3 |
This has been asked several times on the web, but I have yet to see a solution. In short: Using usernameForCertificateSecurity, with a custom UsenameTokenManager, AuthenticateToken detects an error ( "Invalid user id or password", "account
|
| Web Service call fails after long time | 02 Aug 2006 15:02 GMT | 2 |
I have a web service that copies and archives a database. Depending on the size, it takes anywhere from 1 minute to 8 minutes to complete. So I call the method asynchronously, and have a callback. If the archive takes 4 minutes, it DOES call the callback routine, but
|