| Thread | Last Post | Replies |
|
| ProtocolError? | 18 Dec 2004 05:49 GMT | 5 |
I recently converted to Windows 2003 and I am not sure if this has a bearing on my problem or not. I am getting a WebException now: WebException: 'The request failed with HTTP status 401: Unauthorized.' Status: 'ProtocolError'
|
| Message Service Style | 17 Dec 2004 18:55 GMT | 1 |
I implemented WS-Eventing for the Apache Axis Framework and now i want to build a small prototyp client in .Net (cause a whole WS-Eventing impl. is not possible with .Net, cause it dous not support latest WS-Addressing spec)
|
| Web Server running ASP.NET 1.0 | 17 Dec 2004 15:01 GMT | 6 |
I have tried this and am still getting an error trying to open a ASp .NET application in Visual Studio .NET. I still get an error: "VS.NEt has detected the Web Server is running a version 1.0 of ASp.NET"
|
| Microsoft.WSDK dll download | 17 Dec 2004 02:30 GMT | 2 |
Iam trying to download the Microsoft.WSDK dll as my application needs to refernce it. I searched MSDN and other releveant places to downlaod the dll but of no avail.
|
| .NET should move documentation from the WSDL to the generated code | 17 Dec 2004 01:06 GMT | 5 |
When I have a WSDL that is documented like: <?xml version="1.0" encoding="UTF-8"?> <!-- edited by Sebastien Tardif (Anacomp) --> <wsdl:definitions xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" ...
|
| Executing ASMX files without IIS ? | 16 Dec 2004 23:41 GMT | 4 |
Is it possible to host ASP.NET web services files without IIS ? Thanks in advance and regards Navin
|
| Web Service Problem | 16 Dec 2004 23:21 GMT | 3 |
I have written a Web Service which is called from ASPX file(Web Form). It works fine on the local machine. On the local machine I am using the following command wsdl.exe /l:cs http://localhost/ReturnEvents/Service1.asmx?wsdl
|
| badly formed XML when calling a web service | 16 Dec 2004 20:41 GMT | 3 |
AI am trying to call a third-party web service. this service expects an XML fragment that contains the request plus other parameter. adding the web reference created the syntax below(reference.vb). I changed the data type for the structure that contains the XML data from
|
| HttpModule not able to access SoapEnvelope | 16 Dec 2004 20:13 GMT | 5 |
I want to ensure that my wSE 2.0 web service is being called with at least one security token. I have a function that validates that using the RequestContext.Security.Tokens collection.
|
| create SOAP sample messages | 16 Dec 2004 19:51 GMT | 1 |
I would like to be able to create string representation of SOAP message something like browsing with IE to ASMX page and trying to invoke some methods. There you can see (at the bottom, you know what I mean) sample request and response messages with placeholders instead of actual ...
|
| The request failed with HTTP status 401: Access Denied. | 16 Dec 2004 19:42 GMT | 1 |
I have created a simple web service in VC# that adds two numbers. It returns an integer value to the client once invoked. I used Visual Studio .NET 2003, Windows XP Pro and .NET 1.1. I created a Windows form client. While debugging I get the following error :
|
| Webservices on Smartphoe problem | 16 Dec 2004 19:39 GMT | 1 |
I have written a webservice which I am using in my smartphone applicaiton. I have tried the webservice with a WinForms client and it works time and time again perfectly. When I include it in my smartphone application, it will work the first time and return ther query set, ...
|
| Avoiding De-Serialization | 16 Dec 2004 19:29 GMT | 7 |
I've got what i think is a tough question. I hope someone can help me. We have data entering our software through a Web Service. It is then directly (without any processing whatsoever) forwarded to a Windows Service through remoting. The problem is this: when lots of data is
|
| HTTP status 405: Method not allowed | 16 Dec 2004 19:06 GMT | 3 |
Yes, I've seen many posts about this type of error, and none of the solutions people applied worked for me. So please read this one carefully and help me if you can. I have a web service application installed in a Windows 2000 SP4 Domain
|
| Launching Windows Forms Window from Web Services call | 16 Dec 2004 18:52 GMT | 1 |
Is there a reason why I can't launch a WinForm Window from within a Web Services method invocation? Thanks, -Andy
|