| Thread | Last Post | Replies |
|
| Am i hardcoding the web service ? | 19 Dec 2003 06:32 GMT | 2 |
I have a C# webservice file, which i compile , make a corresponding .asmx file, then create a proxy .cs file using WSDL, compile this proxy, and consume it from a windows form, which is hosted in an IE browser. Now, the proxy file refers to http ...
|
| Alternate Webservice BIN Directory | 19 Dec 2003 03:35 GMT | 3 |
Is it possible to change the BIN directory to be something else on the PC? Namely, we're using single directory deployment for a base app. The web services allow other clients to get data from the client on my PC.
|
| Strange behaviour in WS-Proxy generation | 18 Dec 2003 21:14 GMT | 1 |
I am trying to return an ArrayList from a Web Service: public ArrayList GetYearList() { int RangeStart =
|
| Debugging SOAP Extensions | 18 Dec 2003 15:57 GMT | 3 |
Trying to debug a soap extension. I have been unable to get the debugger to stop in the soap extension code I have tried this using a soap extension in a seperate class library as well as an extension coded within the same web site as the test page that uses a web services method ...
|
| Problem accessing webservices | 18 Dec 2003 13:50 GMT | 9 |
Hi All, We have problems in accessing a WebService which is running on a remote server from a ASPX application. It gives us Un Authorized Exception. The Webservice is
|
| Web Service Health and Status | 18 Dec 2003 07:01 GMT | 1 |
We have a customer who desires a health and status meter for the web services we are developing. We are reluctant to add a custom method that a client calls that essentially does nothing but tell the client we are
|
| WebException, HTTP 404 | 18 Dec 2003 05:57 GMT | 1 |
I have an application with a couple of aspx-sites in a frame.aspx, consuming two web-services. (three projects in the same solution) I install this in a tree structure as follows:
|
| Accessing Data | 17 Dec 2003 20:57 GMT | 1 |
Hi Friends, Is there a way to access data from a website that displays its data from a database. For example if i visit
|
| beginner: add webreference at runtime | 17 Dec 2003 20:54 GMT | 1 |
I want to build some functionality in my ASP.NET app and do not know where to start, so just asking for some basic advice... Here is what I want to do: 1. Store webreferences and methods as strings in my sql server database
|
| Keep-Alive Connections... | 17 Dec 2003 20:23 GMT | 4 |
It seems that by default, Web Services connections are kept alive (i.e. Keep-Alive header). when a connection is kept open, if the backend web server hosting the web service suddenly goes down, my (winforms) app will throw a low level socket exception.
|
| (KeepAlive = false) == 401 ACCESS DENIED!! | 17 Dec 2003 20:13 GMT | 3 |
We are building a consumer product that relies heavily on Web Webservices. To eleimate the 'Error Ocurred On Send/Receive' error, we overode the GetWebRequest() method of the Reference.cs class for our WebService. This worked great!!
|
| Hosting windows forms control in IE | 17 Dec 2003 10:37 GMT | 2 |
I have a windows forms control, (a user control actually), hosted in IE, so it downloads over HTTP. The form accepts data, but am unable to save the data back to the server. Any ideas ? Would a web-service help ? Chak.
|
| Not all code paths return a value? | 17 Dec 2003 06:45 GMT | 6 |
The intent of my web service is an RSS feed from a blog. Originally I used a StringBuilder to make the XML and returned a string from the webmethod. But this doesn't display properly in IE. So now I'm trying an XmlTextWriter instead.
|
| OO WebService | 17 Dec 2003 01:46 GMT | 9 |
I'm having trouble getting classes inside my webservice class to be seen and instantiated like I can with tradiational exe based classes. Am I missing something or is that an asmx file can only be associated with one class? I want to be able to write private ProductSupport.Customer ...
|
| Custom object as input parameter | 16 Dec 2003 23:33 GMT | 1 |
I'm implementing a simple .NET(C#) web service. The experiment is to pass custom object or complex data type as the input parameter to my web service. I have created a custom class:
|