| Thread | Last Post | Replies |
|
| server error when accessing webservice | 16 Feb 2005 13:40 GMT | 1 |
when i tried to access a simple webservice from a client program written in c#, i got the following error : Server Error in '/Application14' Application. --------------------------------------------------------------------------------
|
| webservices over wifi | 16 Feb 2005 10:10 GMT | 3 |
Part of our internal systems have been setup to run on PDA's over a webservices interface. The problem lies in that the parts of the building the connection is a little flaky and connections to the WAP get dropped. What im asking is what is the best way to deal with this and is ...
|
| Asynchronous web services | 16 Feb 2005 09:09 GMT | 2 |
I've been trying for the past two days to get an asynchronous web service to work. After understanding (thanks to an online tutorial and the Microsoft Web Services book) all the concepts (call back, async result etc...), I still haven't managed to get it to work. I am able ...
|
| WSE2.0 Installation Check! | 16 Feb 2005 05:35 GMT | 3 |
Can any one give me an advice how to check on users machine WSE2.0 Runtime exists? It would be nice if any one suggested some Registry key. Thanks in Advance
|
| Detecting availability of web service | 16 Feb 2005 05:19 GMT | 2 |
Are there any code samples out there which detect the presence of a web service..ie windows app on a laptop which is able to talk to web services. If the laptop is offline, detect that the service is unavailable and prevent actions which would call the web service.
|
| C# LDAP Connection | 16 Feb 2005 05:16 GMT | 1 |
Howzit. I am currenlty using .NET C# to connect to the normal eDirectory tree to auth users. My code is 3 lines long, using the Novell LDAP/C# API examples. The code work 100% and the users can auth on my system.
|
| Attributes in SOAP requests | 16 Feb 2005 05:06 GMT | 4 |
I'm starting to implement a solution using webservices and need some help. Is it possible to use XML attributes within a SOAP message. All examples on the web seem to only pass data within XML nodes Thanks
|
| stepping through web service hangs in VS | 16 Feb 2005 04:18 GMT | 2 |
I have a web service that has started exhibiting new/strange behavior when debugging. I start the web service from Visual Studio but when execution halts at the breakpoint, trying to single step from that point results in a hang. When I close the browser window that was opened ...
|
| serviced component to web services call not using COM+ app identit | 16 Feb 2005 04:13 GMT | 1 |
I want to be able to call a web service using integrated windows authentication from a serviced component? The COM+ application is configured to use a domain account, however, I get an access denied error message from the webservice unless I turn on the
|
| Redirecting web service. | 16 Feb 2005 02:47 GMT | 1 |
Is it possible to redirect a web service on some other URL using IIS Manager. Actually i have a web service whose source code is not available. I want to add some functionality to that web service. I mean i want to
|
| How can I see the raw data being sent to my webservice? | 15 Feb 2005 23:10 GMT | 3 |
I want to examine the raw "data/document" that is sent to my webservice. How do I go about it? I'm using Visual Studio 2003 and .Net Framework 1.1. Thanks in advance, Mike
|
| web service client i/o class generation | 15 Feb 2005 23:04 GMT | 2 |
I am using Visual Studio .NET 2003 and am adding a web reference to a web service. One of the fields in a web service method output classes is defined as: [System.Xml.Serialization.XmlArray("Sensitivities"),
|
| Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'. | 15 Feb 2005 23:00 GMT | 4 |
I'm trying to setup a webservice on a Windows 2003 server, however each time I call it I get the error: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'. The request failed with the error message
|
| I don't understand this error: File or assembly name l6v3q9ad.dll, or one of its dependencies, was not found. | 15 Feb 2005 22:56 GMT | 3 |
File or assembly name l6v3q9ad.dll, or one of its dependencies, was not found.I created a WebService project using the template in VS 2003 (.Net Framework 1.1).Each time that I refresh the page (F5) the DLL name changes, but the message surrounding it is the same.What's going ...
|
| Issue with redefined .Net custome type in the proxy class for a web service... | 15 Feb 2005 22:52 GMT | 7 |
I have web service which uses custom .Net types as parameter/return types. These custom types r defined in a seperate assembly and being refered in the web service using "using" directive for that assembly. Now when I Add a Web Reference to the client application which consumes ...
|