| Thread | Last Post | Replies |
|
| Binary files copy and execution paths ?? | 16 Mar 2007 14:01 GMT | 2 |
I don't understand something... First: I have a Web Site project that provide web services who use some other libraries projects. When I build my Web Site, bin folder is created
|
| problem using consumed web service | 15 Mar 2007 21:57 GMT | 1 |
I am attempting to use the web service located at: www.cmsmobilesuite.com:8080/axis2/services/CmsApi?wsdl using asp and c#. I have added this as a web reference to my project and am able to
|
| 404 when using System.Web.Hosting on windows service | 15 Mar 2007 19:57 GMT | 1 |
Hi all!!! I am trying to build a windows service that hosts a web service using the classes in System.Web.Hosting namespace. I have a class library called Digicard.WebServiceHost containing the code for hosting the web service and
|
| C# ASP .NET (VS2005) - how to obtain caller's IP address | 15 Mar 2007 19:12 GMT | 3 |
Can someone point me to an MSDN or other location where I can obtain the caller's IP Address? I'd like to put this in the "WebMethod" portion of the program. The intent is not so much for security, as it is for me to identify
|
| Accessing Oracle via Web Service and IIS | 15 Mar 2007 18:31 GMT | 8 |
I have been developing Web Services in VS2005. Usually I use the built in server in VS2005 to test and develop the Web Service. However I now want to make this Web Service available to other computers (and applications) in our local company network.
|
| Help with dynamically consuming a web service | 15 Mar 2007 16:53 GMT | 4 |
If someone can help me with this it would be greatly appreciated. I’m no web service expert but I don't think i'm trying to do anything too special. I think i must be missing something simple because i have been banging my head against a wall with this for a while now.
|
| WCF and null reference in Message contract | 15 Mar 2007 15:34 GMT | 1 |
I have defined a message contract (MsgRespData) and data contract(DataResponse) listed below. The data contract has two fields (System.String and System.Data.Dataset) and the message contract contains the data contract. The service contract has a single method that returns
|
| SoapExtension using ChainStream causes HTTP 400 bad request | 15 Mar 2007 09:51 GMT | 1 |
I am having trouble with using this SoapExtension. I wanting to to access the incoming xml to the webservice using it and this seems to work. However then I get the following error returned to the client of the WS: System.Net.WebException: The request failed with HTTP status
|
| Help requried on accessing Webservice. | 15 Mar 2007 08:20 GMT | 1 |
i have a webservice which is been exposed to this url: http://localhost:1299/SampleWebService/Service.asmx if the same webservice if i try to access from different machine by providing IP address like ,
|
| Client code w/wsdl.exe | 15 Mar 2007 03:34 GMT | 5 |
I use wsdl.exe to generate client code to call a web service. The actual web service is generated with the BizTalk Web Services Publishing Wizard. I'm not sure this is particular to the BizTalk code but the calls to web methods pass parameters by ref so that I have to call it like ...
|
| Webservice inheriting from interface | 14 Mar 2007 19:16 GMT | 1 |
Hi, I have a webservice which inherits additionally from an interface. This webservice provides implementation for the methods in the interface as well as provides addtiional methods.
|
| How to determine datatype returned from WCF method. | 14 Mar 2007 15:14 GMT | 4 |
I am a newbie to WCF so please forgive if this is an obvious question. I have the following. (Service contract) IEmployee [ServiceContract()]
|
| Updating web.config.ConnectionStrings at runtime | 14 Mar 2007 10:15 GMT | 2 |
I want to add a new connection string to my webservice web.config file at runtime : ConnectionStringSettings connStringsSettings = new ConnectionStringSettings("sys_connection_string", myConnString);
|
| Error consuming a web service in axis | 13 Mar 2007 00:48 GMT | 3 |
I've writtin a very simple web service in axis which returns an array of classes. I consume it in a .net app. When receiving the response, my .net app generates an error "Cannot assign object of type System.Object[] to an
|
| Accessing Web Service Response Header information on the client side | 13 Mar 2007 00:46 GMT | 3 |
We are building a web service for a client application that will need to send information in the Header of the web service responses. What's the best way to access this header information from the client application which is written in C#?
|