| Thread | Last Post | Replies |
|
| The request failed with HTTP status 401: Unauthorized | 10 Apr 2006 18:11 GMT | 7 |
I get the following eror when I try to call my WebService (on the local machine) using another Web application (on the local machine) System.Net.WebException: The request failed with HTTP status 401: Unauthorized Any insights on this would be helpful.
|
| WSE 3.0 and the Visual Studio 2005 Web Application Project Preview (Beta 2) | 10 Apr 2006 16:49 GMT | 2 |
I'm using the VS 2005 Web Application Project Preview (Beta 2), which can be found here http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/default.aspx. When enabling WSE 3.0, I find that WSE 3.0 tracing--though enabled via the
|
| Calling .NET web service from standard asp | 10 Apr 2006 11:16 GMT | 1 |
When attempting to use a web service that has NTFS permissions to the Domain Users group and Anonymous access turned off in IIS on a WinXP machine with the following classic ASP code: Dim oSoap
|
| load Xpath document | 09 Apr 2006 16:21 GMT | 4 |
I am a beginner to .NET XML, and I currently have a web service that returns a full XML document. I want to use an XPath statement to return a portion of the same XML file in a new function. I am trying to perform a SELECTNODES using a XPath statement from the
|
| Is it possible to create strongly typed Web Services? | 09 Apr 2006 09:46 GMT | 2 |
I am developing both a Web Service and a client application. It works Ok, but I would like the proxy generator to deserialize objects using the original class, and not the proxy-created class. Is it possible? How?
|
| Calling a .net Webservice from classic ASP | 09 Apr 2006 00:15 GMT | 1 |
Currently I use the MS Soap Toolkit to expose some 20 or so com objects for use by classic asp pages, this has to be replaced as support is ending. I have found two proposed solutions below and would appreciate any
|
| How to call a Web service from 'old' ASP? | 09 Apr 2006 00:10 GMT | 5 |
I am not sure if it is a proper group for my post. I would like to know if it is possible to call a webservice from "old" ASP? By "old" ASP I mean ASP, not ASP.NET. If it is possible, then how can it be done?
|
| String length | 08 Apr 2006 09:30 GMT | 1 |
Is there a maximum string length aside from the default .NET string data type maximum length that can be passed into a web service? Thanks. Mark
|
| WebProxy url : web method call intermittently failing | 07 Apr 2006 22:13 GMT | 3 |
I am always RAS'd into MS CorpNet VPN under my REDMOND account. I am always able to ping "itgproxy.redmond.corp.microsoft.com" I instantiate a System.Net.WebProxy object as follows: using System.Net;
|
| Refferencing a Webservice proxy class | 07 Apr 2006 20:18 GMT | 1 |
I'd like to invoke a web service from a Windows Forms client, without creating a web reference to the web service in the client project (VS.NET 2005). I created the proxy class using wsdl.exe, added it to the client project and
|
| Saving encrypted an signed information from incomming Messages in | 07 Apr 2006 18:29 GMT | 2 |
Saving encrypted and signed information from incomming Soap-Messages in a directory or database (C#-WebService) The Client sends his username/password and some other information to the
|
| config param : max # web service connections | 07 Apr 2006 17:21 GMT | 3 |
I am trying to determine the config parameter that sets the maximum number of open web service connections .... ( I believe the default value = 2 ) . I've looked in machine.config and web.config but don't see any parameter that would seem applicable.
|
| Files are locked after updating web reference | 07 Apr 2006 14:45 GMT | 1 |
I have configured a SchemaImporterExtension in machine.config, which, when I choose Add/Update Web Reference in Visual Studio 2005, iterate through all the referenced assemblies by the current project to resolve types defined in the wsdl. It works beautiful in our development ...
|
| Specifying correct XSD in WSDL | 07 Apr 2006 11:53 GMT | 1 |
I wondered if anyone can help. I have a web service which has a method similar to the following: DoSomething(MyObject) The MyObject was generated from a schema using XSD.EXE. The schema has
|
| Using Enum type as Webservice Parameter | 07 Apr 2006 04:20 GMT | 2 |
I want to use the following: Class Test ... Public Enum TestEnum as integer Enum1 = 128
|