| Thread | Last Post | Replies |
|
| HTTP POST fails on 4 megabyte body | 09 Mar 2005 22:43 GMT | 2 |
My ASP.NET 1.1 web service written in Visual C+ 1.1 (2003) fails with an error 400 if the body of the HTTP post exceeds about 4 megabytes. (I don't know the actual threshold of failure; it works correctly at 2 megabytes and at smaller sizes). The service does nothing except create
|
| performance | 09 Mar 2005 22:34 GMT | 1 |
A few questions about internet bandewith if I may. Web services allows data to be uploaded as well as downloaded. Why is upload speed substantailly lower then dlownload speed? If a web service application is required to push a lot of data what are the options for greater ...
|
| WS-Security | 09 Mar 2005 20:25 GMT | 9 |
A short but important question. How can a Visual Basic 6.0 client consume a WS-Security enhanced (WSE2.0) .NET Web Service? Can "SOAP Toolkit 3.0" be used?
|
| Dynamic URL Failure | 09 Mar 2005 20:20 GMT | 5 |
I have an solution with several projects which call a web service for the data retrieval and updates. The main program is called DMS.exe. When I configure the webservice to use Dynamic URL and create entries in the app.config file of the following
|
| web service isn't called properly | 09 Mar 2005 20:04 GMT | 1 |
Newbie question. I have a VB.Net windows application which talks to database through a web service. This solution as a whole, works on my machine, works on the server (if I go to the server machine and run the exe from bin
|
| right way to do publish-subscribe pattern in SOA | 09 Mar 2005 19:57 GMT | 1 |
What is the best practices way to handle a publish-subscribe pattern with SOA? Say we have a application which is publishing messages that some event occurs. Now there are multiple consumers of these messages, and we want
|
| WebMethod works fine until it hits the closing braces - throws System.StackOverflowException | 09 Mar 2005 17:54 GMT | 2 |
I am getting System.StackOverflowException when calling a web method. The web method executes fine until it hits the closing braces that is when the following StackOverflowException is thrown. "An unhandled exception of type 'System.StackOverflowException'
|
| WSE Proxy Hides Responses from void [SoapMethod] operations? | 09 Mar 2005 17:51 GMT | 1 |
I have a SoapService operation that is declared as a void and I'm using the WSE-generated proxy to call it. If the server throws an exception, a response is sent, but the prxy doesn't seem to notice it. If I change the operation to return something (like an int), the proxy ...
|
| Temporatry File Name | 09 Mar 2005 13:08 GMT | 3 |
I have just finished an ASP.NET application that needs one (the last) remaining tweak. It writes two temporary files and then appends them to an SMTP message. ASP 3 had a function ...
|
| renaming iis host caused problems with web services accessing local database | 09 Mar 2005 10:01 GMT | 1 |
had a host running iis and web services, things were ok then renamed host and problems started... like web services not making the connection to a local database running under the IUSR and IWAM accounts...
|
| Serilization fails due to object in explicit operator | 09 Mar 2005 09:39 GMT | 2 |
I have an object that is marked as [serializable]. When I try to serilize the object it fails with the famous tempory file not found error : Error: File or assembly name xogis39n.dll, or one of its dependencies, was not found.
|
| Retrieve result from SqlCommand | 09 Mar 2005 09:11 GMT | 1 |
Dear developer, I'm developing a web service with VS .NET and using C#. And part of the webservice is to get data from database (by using SELECT), however, the result from the sql query i cannot parse it to string, how can i get the
|
| returning a picture from a webservice | 09 Mar 2005 07:28 GMT | 7 |
I was wondering if it is possible to code a webservice that returns a picture? If so, How? Thanks in advance, Ohad
|
| How to consume a web service method from standalone vbscript...?? | 09 Mar 2005 05:57 GMT | 2 |
I am trying to access a webservice method from a vbscript. I have a .cs file generated for my webservice. I am not sure how to proceed from this point onwards.... I have tried generating .dll from .cs file using csc /t:library....
|
| Checkout Error when consuming WSDL | 09 Mar 2005 04:54 GMT | 1 |
When attempting to consume a WSDL using the Visual Basic Beta Express, I get a Checkout Error with the error text "Failed to check out the file The service Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable
|