| Thread | Last Post | Replies |
|
| dynamically invoking web service methods, how? | 10 Feb 2005 00:51 GMT | 2 |
Is the only known way to do this is by using http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=35c47ebb- d806-4995-8797-a42251a8ace3 ? Should I hold my breath for .net 2.0?
|
| Very large file upload > 100 MB fails with WSE 2.0 SP1 as well as | 10 Feb 2005 00:50 GMT | 1 |
I am trying to upload files of size > 100MB using WSE 2.0 (SP1/SP2). My client is a .Net C# client which communicates with .Net ASP WebService running on IIS 5.0. I have configured web.config and app.config to allow maxRequestLength=1000000, which should equal 1GB. And I have ...
|
| Bypassing WSE to add web reference | 10 Feb 2005 00:48 GMT | 2 |
We have our own HttpModule and have implemented a Username token manager. Within the token manager we create our own user and assign it to the current context. In the HttpModule_PreRequestHandler we verify that the user can access the web method that they have requested.
|
| An unexpected error occurred on a send | 09 Feb 2005 19:21 GMT | 6 |
I'm trying consuming web services over SSL by an ASP .Net client without success. System Architecture: My Server side contains the following layers, starting from the client side:
|
| Newbie needs HELP!!! | 09 Feb 2005 17:30 GMT | 1 |
I am building my very first web service in VS .NET 2003, and when I try to compile my code, I am getting this error: Could not copy built outputs to the Web. Unable to add ''C:\Documents and
|
| Overriding a web service | 09 Feb 2005 17:25 GMT | 1 |
I am using windows RMS software which is based on .NET Web Service. Well it provides lot of functionality exposed in form of Web SERVICES. I want to know whether i can override the web service. The source code of the web service is not available i am not aware of the methods
|
| Web service server-side timeout | 09 Feb 2005 17:15 GMT | 5 |
Where I can change Web service server side timeout ? Because my service time out and I set WebClientProtocol.Timeout to infinite. (According to help://MS.VSCC.2003/MS.MSDNQTR.2004OCT.1033/cpref/html/frlrfSystemWebServicesProtocolsWebClientProtocolClassTimeoutTopic.htm)
|
| webservice permissions | 09 Feb 2005 16:54 GMT | 5 |
I have a client who is trying to deploy a webservice I wrote. The web service reads a file on a file server and delivers information about it. The file needs to be inaccessible to the user of the webservice because it is intellectual property.
|
| Why can't .NET generate wrappers for exceptions (WSDL faults) | 09 Feb 2005 10:04 GMT | 1 |
Why can't .NET generate stubs to correspond to the exceptions that are thrown by a webservice? The exceptions that are thrown by an API are just as importantant as the return objects, etc. Apache Axis automatically generates client stubs for
|
| Example of WebService file transfer | 09 Feb 2005 01:42 GMT | 1 |
Can you point me to a simple example of how to transfer files using a web service. Bob
|
| management state with SOAP Header | 09 Feb 2005 01:36 GMT | 1 |
Hi colleague, I have to developer a Web service (C#) and i need to maintain state during multiples calls to it, The Web service go to be consumed from c application. I look for information for doing it in the www and books,
|
| A little help | 08 Feb 2005 20:19 GMT | 4 |
Up until now I have used MS Web Services which are fairly straight-forward. Now I am being asked to use some third party web services which I do not find nearly as intuitive. Questions:
|
| How to automatically add class definition to proxy | 08 Feb 2005 19:01 GMT | 3 |
I defined two typis in asmx file (.Net/C#/WebService): Class Parent { }
|
| Error 403-Error 403-Error 403 | 08 Feb 2005 18:47 GMT | 1 |
My application is a .net web-application. I did everything the text book told me to do. When I try and enter my own website I get the following message: You are not authorized to view this page
|
| how to use a form of latebinding with webservices ??? and a .net client | 08 Feb 2005 17:46 GMT | 2 |
scenario : I had a remoting server , now this remoting server needed the ability to comunicate with a Delphi 5 client, so i got the advise to switch to webservices
|