| Thread | Last Post | Replies |
|
| Load Data from Web Services Incrementally? | 12 Aug 2004 09:06 GMT | 1 |
My VB.NET application will call a remote Web Service function that returns lots of data for reporting purpose. The data is finally binding to a DataGrid. It does take time! Is there any ways to load data from web services incrementally?
|
| EncryptedKey in WSE 2.0 -> "Referenced security token could not be retrieved" | 11 Aug 2004 23:34 GMT | 1 |
I wrote a .net client using WSE 2.0 to talk to a web service. The client signs the request. The response signs the response. So far so good.
|
| WS-Security with soap.tcp | 11 Aug 2004 23:30 GMT | 9 |
I'm just getting started with all this wse 2.0 stuff so hopefully I'm not too lost with terminology. First, I created a console app derived from SoapServer that has a soap.tcp endpoint. I then created a second console app derived from SoapClient that will connect to the ...
|
| Update page without postback | 11 Aug 2004 19:22 GMT | 6 |
I?ve heard about someone that used webservice to get around postback everytime a button or something is pushed. Someone who have tried this out? Or maybe know anything else about this. /Marre
|
| restrict access to Web Service to certain client applications | 11 Aug 2004 17:30 GMT | 2 |
I have a web service, say the name MyWebService. This service is only for MyClient application which means MyWebService should only serve MyClient application. Is there a way to do this?
|
| Web service client not understanding response | 11 Aug 2004 14:16 GMT | 3 |
I am using a web service in VS2003 (the service itself is a dll - I think it is made in Delphi). When calling it, I get an InvalidOperationException: "There is an error in XML document (2, 5587)", with an inner exception: "The referenced element
|
| WebService and Windows2003 | 11 Aug 2004 03:07 GMT | 1 |
I've deployed and run a WebService on Windows2000 without problem. The same one installed on WinServer2003 expect an authentication. Everything I've done don't run (changing autentication method, impersonate user, ...)
|
| XP SP 2; SLOW Web Service | 10 Aug 2004 23:05 GMT | 1 |
I've been creating a windows application that communicates with a web service. Prior to XP SP 2, things were pretty fast, but now calls that used to be instant are taking 5-10 seconds. Anyone have any ideas?
|
| Unmanaged DLL and ADO | 10 Aug 2004 22:48 GMT | 3 |
I have a C# written webservice that calls an unmanaged DLL. The DLL uses ADO to access SQL database. I can call the DLL with no problem from a C# Winforms app, but it freezes when calling from the WebService app.
|
| Difference Between the Web Service and XML Web Service | 10 Aug 2004 18:33 GMT | 2 |
Hi Can any body tell me the difference between the normal Web Service and XML Web Service. Regard
|
| PDA Support | 10 Aug 2004 16:42 GMT | 1 |
Really quick question. Is WSE 2.0 supported on PDA (pocket pc) if not are there plans for this? I mean a PDA as the client, not the server!! thanks Gravy
|
| Production server | 10 Aug 2004 15:19 GMT | 1 |
Hi I have a production server running IIS 5.0 . ASP application runs fine on this system. When I try to run a .net application it fails. Do I have to make any cofigurations in IIS to run my .net application thanks
|
| Global Function & Sub | 10 Aug 2004 14:50 GMT | 3 |
i'm new in this Forum and in programming ASP Pages. My Invironment - Win2003 Server IIS6 asp enabled I'll use an functions.asp file to put global Vars Functions an Sub routine
|
| Error reading web service | 10 Aug 2004 04:22 GMT | 1 |
I am getting the following error when getting a dataset from a web method; Unhandled Exception: System.InvalidOperationException: There is an error in XML document (1, 138437). ---> System.IO.IOException: Unable to read data from the transport connection.
|
| Question for all of you EXPERT.NET architects | 09 Aug 2004 23:41 GMT | 6 |
Question: How do you develop a web service that uses unknown types? The ideas is that my web service performs a generic function. I want anyone to be able to consume it, but I can't know what type of objects they are going to pass to in (like I said it performs some generic
|