| Thread | Last Post | Replies |
|
| How can I get debug tracing from deserialization process? | 03 Apr 2007 16:33 GMT | 6 |
I am building a client which accesses a web service (HTTP/SOAP), and I think the response message is somehow not in agreement with my wsdl/ proxy class. I am able to access SOAP headers ok from the deserialized response, but not elements in the body of the response.
|
| Return listview item from webservices | 02 Apr 2007 17:58 GMT | 1 |
This is Govadhan, i am a begginer for web services using c#.net. I have written a small web service where in i have created a listview item in the web service method and added some data to the listview item. Now i have problem. I want this listview to be passed as a
|
| The underlying connection was closed: Unable to connect to the remote server | 02 Apr 2007 17:00 GMT | 3 |
Yes. My client has a proxy server. That much i know. In my application I make two kinds of calls that are affected by the proxy server I finally got the webservice call working.
|
| Web Reference Generated Class C# VS 2005 edit? | 02 Apr 2007 12:50 GMT | 1 |
I've run into an interesting set of problems. I need to override the HttpWebRequest that is used by the autogenerated class from add a web reference. I'm using C# in VS2005. I thought using a partial class would be the way to do this.
|
| Problem with invoking web method | 02 Apr 2007 12:17 GMT | 2 |
I am getting following error while a user is trying to execute web method from proxy class (proxy class inhertis from WebServicesClientProtocol class) System.Xml.XmlException: There is an unclosed literal string. Line 1, position 129.
|
| Consuming ColdFusion Web Service | 02 Apr 2007 04:58 GMT | 8 |
I've been writing Web services and assemblies that consume web services successfully for some time now. However, I need to consume a web service from a vendor that was written in Cold Fusion and it's not working... The Web Service reference gets created ok. It's name is ...
|
| broadband medic | 02 Apr 2007 01:09 GMT | 1 |
as ntlworld broadband has now been changed to virgin media, ive lost my home page [it just loads blank] also when i try to open broadband medic i just get the message javascript void. im really just a beginner, so im completly stuck can anyone help
|
| How to create a complete WebService project from wsdl | 01 Apr 2007 21:59 GMT | 1 |
I create an application in VS2005 C#. There is some data which I send to a WebService to a company X. In my project I've added a Web reference to their WebServices and everything works great. But now i have to create my own WebService which should works with requests
|
| 1.1 client to 2.0 web service | 01 Apr 2007 16:57 GMT | 12 |
I have some .net 1.1 web applications that connect to a .net 1.1 web service. I have generated the client proxy using the .net 1.1 wsdl tool and put it in the GAC. I now plan to upgrade the Web Service to .net 2.0, but still continue to leave the web applications in .net 1.1 for ...
|