| Thread | Last Post | Replies |
|
| how to make web service return response, and then keep processing the request | 12 Oct 2005 19:50 GMT | 5 |
How can I make a web service return a response, and then keep processing the request? For example, a client calls a WS to request the server do a time consuming calculation. The web service should return a response
|
| The request failed with the error message:Object moved to here | 12 Oct 2005 19:35 GMT | 1 |
I ran a Microsoft SQL report (Reporting Services), but I sometimes get the following error. I've searched in Google and MSDN, and they tell many symptoms of this error, therefore, I am not sure what going on. Please tell me the best way to fix this error.
|
| WSE1.0 TimeStamp fault: Message Expired | 12 Oct 2005 16:20 GMT | 1 |
I'm using WS-Attachments (WSE1.0) to download documents. I keep getting "MessageTimeStamp fault Message expired" irrespective of how long I set the Timestamp.Ttl. Here is my code Dim oreqContext As Microsoft.Web.Services.SoapContext
|
| Client trying to retrieve complete <soapenv:Fault> from Tomcat/Axi | 12 Oct 2005 14:41 GMT | 1 |
I'm writing a C# client which subscribes to a Tomcat/Axis service. Now this task has been relatively easy, up to this point and I’m hoping you might be able to provide some input, or a pointer to some input. Up to this point I've written Java code almost exclusively, hence my ...
|
| Using a WebService from VC++ | 12 Oct 2005 02:03 GMT | 5 |
I have a Visual C++ MFC program, and I am trying to use a webservice written in C#. When I add the webservice to my project using Add Web Reference the sproxy compiler complains about one of the object wanting to extend MarshalByRefObject object, and I get an error SDL1030.
|
| No touch deployment | 11 Oct 2005 20:24 GMT | 1 |
I have a web service and a windows form client of the web service. I have tested the windows form client locally using the web service. This scenario works successfully. When I attempt to run the windows form client using no-touch deployment, the
|
| WSE 3.0 MTOM tcp | 11 Oct 2005 18:58 GMT | 2 |
If I remember correctly I believe I read that with WSE 3.0 you could move away from using http/iis and use tcp instead. Is this possible when using MTOM? If so, that would increase speed alot. And another thing, how would I send the file without reading the whole file
|
| Updating Web References in .NET 2003 | 11 Oct 2005 17:50 GMT | 14 |
Our developers have experienced a problem with updating Web References in Visual Studio.NET 2003. Normally, when a web service class (.asmx) is created, updating the Web Reference will utilise the disco file to update the
|
| Web Service HTTP 401: Access Denied Problems | 11 Oct 2005 16:31 GMT | 2 |
We have an internal company WinForms application that makes some calls out to a intranet web service (once at application start-up for some configuration info and then periodically during the life of the application for specific functional requests).
|
| Troubleshooting WebService | 11 Oct 2005 15:35 GMT | 4 |
I have a Web servcie that works fine on my development machine, but I can't get it to work on a clean machine that I am trying to deploy it on. The development machine is running XP. The deployment machine is running Windows 2003 Server. The web service was built with visual studio ...
|
| Webservice | 11 Oct 2005 12:45 GMT | 1 |
How do i connect to a webservice through a proxy server. I tried modifying the general .net machine.config but with no success.
|
| Converting an application to support Web Services ... | 11 Oct 2005 12:21 GMT | 5 |
There are many books on how to create web service application from scratch however I haven't found any resource to explain how to convert an existing application to support web services.
|
| Object to hold settings | 11 Oct 2005 09:22 GMT | 4 |
I have a windows service that gets its settings from a webservice. So, when the windows service calls a method called GetSettings it needs to connect to a webservice, pass in 2 parameters (so the webservice knows who it is) and get back about 20 settings.
|
| WSDL generation of types in different CLR namespaces | 11 Oct 2005 07:43 GMT | 2 |
Feeling a bit frustrated here. Maybe I did not find the correct info yet, that's why I am asking you. I have "developed" a .NET 2.0 WebService and generated (using wsdl.exe) the WSDL for it.
|
| Web service calling a web service. | 10 Oct 2005 23:57 GMT | 3 |
This is a strange problem. I have some IIS backed web services. I have one machine (call it machine A) that acts as the server and listens for these web service calls. There is another machine (not .NET if it matters) that is a server for some web
|