| Thread | Last Post | Replies |
|
| Calling a web service from a web service | 20 Aug 2003 19:51 GMT | 1 |
Hi there, I am working on an application that will expose a Web Service using VS.NET. Internally, the web service will make calls to another web service, will apply certain business rules to the responses and modify the returned XML accordingly.
|
| error when passing XML doc to web service | 20 Aug 2003 15:30 GMT | 1 |
I built a web service that accepts an XML document of type System.XML.XMLDocument and returns an XML document of the same type. But when I pass the XML document to the web service from a client app it throws an
|
| Error - Need Desperate Help | 20 Aug 2003 13:32 GMT | 2 |
Server Error in '/TempService' Application. ----------------------------------------------------------- --------------------- Path 'POST' is forbidden.
|
| How to create wsdl from dll in commandline? | 19 Aug 2003 16:41 GMT | 1 |
Is it possible to create .wsdl from given assembly dll in commandline? I have written MathService.cs file and then compiled it to SoapTest.dll file. Then I used soapsuds to generate a wsdl from the given dll file. I did get something, but it does not have any methods in it and ...
|
| The underlying connection was closed: An unexpected error occurred on a send | 19 Aug 2003 16:34 GMT | 1 |
I know this has been done many times before but I think I have a more unique case. I am using an XML-RPC wrapper (http://www.xml-rpc.net/) to call a webservice which I connect to using SSL and client certificates. I
|
| Deploy web service behind an ISA firewall | 19 Aug 2003 05:53 GMT | 1 |
I am having problems deploying web service on our production server behind an ISA firewall. I am able to access the web service within our intranet environment, but unable to access from outside the firewall. After some checking, I notice
|
| Calling a Managed C++ library which uses a load library function from a WS | 18 Aug 2003 23:52 GMT | 1 |
Good Day! Im trying to call a managed c++ library from a web service using c# but when i go trough the code the was'nt able to load the library.
|
| Asynchronous webservice call, UI thread issue in asp.net | 18 Aug 2003 21:07 GMT | 1 |
I am calling a webmethod asynchronously using a callback delegate. I have implemented begin and end webmethods inside my webservice class. When I step into my client-side callback delegate, I see
|
| Error 413: Request Entity Too Large while send a file | 18 Aug 2003 10:45 GMT | 1 |
I have a .NET Web Service in Windows 2003 with IIS6.0 . When I try to send a large file (+1MB) via https, I receive the error : 413 Request Entity Too Large. But the same service via http goes OK. I have modified the IIS6 Metabase.xml file with IIS6 Toolkit:
|
| change Web References from web.config (or another solution?) | 18 Aug 2003 05:00 GMT | 1 |
It's any solution to change the Web References when the application is "moved" from "test" to "production" without a new compilation? I mean to use one "set" of webservices when is running on "test" and another "set" when is running on "production" without a recompilation.
|
| HTTP GET not enabled in test form | 15 Aug 2003 07:23 GMT | 2 |
I have installed .NET framework 1.1. I am using the test form to test the web service remotely and in the machine.config, I have enabled the HTTP GET and HTTP POST protocols for web service. However, when I run the test form, unlike the test form in .NET framework 1.0 that uses HTTP ...
|
| Can web service take a variable? | 14 Aug 2003 18:31 GMT | 2 |
I am developing a Win apps which have a login form. The login form asks user which database he/she want to connect through web service. Can I pass a parameter to web service to determine which database to connect? Thanks,
|
| toolbox is disabled | 14 Aug 2003 15:58 GMT | 1 |
I have opened an asp.net The treeview control in the toolbox is disabled. what can be done ?
|
| Why are the System.Net.CredentialCache.DefaultCredentials always empty in and ASP application? | 14 Aug 2003 14:01 GMT | 2 |
We have an anonymous web application trying to talk to a windows authenticated webservice. This is currently failing with 401 Access Denied errors. We have found that we can get this to work by writing the following code in
|
| Access .NET DIME Service from COM SOAP Toolkit 3 client | 13 Aug 2003 21:55 GMT | 1 |
I have created a .NET web service that can be requested to deliver binary data using DIME attachments. I also have created the client part using .NET without too many problems.
|