| Thread | Last Post | Replies |
|
| Map nework drive | 16 Mar 2006 15:00 GMT | 2 |
I want to acces à map network drive and/or a local drive from à web service. I was wondering if that was a possible thing to do and if so, where would I find documentation on that subjet.
|
| Failed to write to Access data in webserice | 16 Mar 2006 02:34 GMT | 1 |
Hi I use webservice to read/write data to Access database using System.Data.OleDb with a connection string = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source;User Id=admin;Password="
|
| Basic question: Keeping state in webservices | 15 Mar 2006 11:30 GMT | 2 |
Is Session object present in an webservice app? Is it possible to instantiate a class and expect that it is available between calls? (f.i: I have method1() and method2(). In method1 I create an object and I want to use it in the call of method2()).
|
| Best Practices for Error Handling | 15 Mar 2006 11:26 GMT | 1 |
In a WS, when the app try to delete a row but that broke a constraint, the framework reports a error. Very nice. But what's the best approach to return details about the error generated accross the WS to the final client? There's a official pattern from Microsoft for that?
|
| xml response from a web service | 15 Mar 2006 11:16 GMT | 1 |
I a new bie to web services.. I've requirment wherein I need to build the xml response I know the method of my web service and I know it's return values.... I need to know the kind of xml response it builds when I call the method
|
| problem reading an array returned from a service | 15 Mar 2006 11:10 GMT | 1 |
Using .NET 1.1 I trying to consume a web service that returns an integer and an array of type string which I declare and use line this Dim Results() As String Me.txtMain.Text = consumeWebService.GetPublishedDatabases("1.0",
|
| need help on xml web response. | 15 Mar 2006 11:06 GMT | 1 |
i'm a newbie to dotnet... I need help on xml responses received from a web service.. How to parse the xml response....sent by a web service.. I dont want to use the proxy object created .net when I add a web service..
|
| discocodegenerator unable to initialize my method is public | 15 Mar 2006 09:22 GMT | 1 |
I am using this link to create a web service to WSS Library http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_SP2003_ta/h tml/ODC_WritingCustomWebServicesforSPPT.asp The web service is register and can be found by a test web application. I use the wsdl and get
|
| Question on how to manage SQL Server connection string | 15 Mar 2006 03:00 GMT | 3 |
I'm developing a web services apllication using SQL Server in mixed mode. I'm also using WSE 3.0. For each user in the application there's a corresponding user on the database. The client always sends the username to the web service for
|
| Web Service, Development, Deployment | 15 Mar 2006 00:44 GMT | 1 |
I want to build a Web Service on one machine and deploy it on another machine. I would like to do this with an installation script to install the Web Services? Is this possible?
|
| WSE589: Cannot retrieve parent token reference for a derived key t | 14 Mar 2006 22:15 GMT | 3 |
I'm trying to see whether I can preserve some sort of backwards compatibility for WSE2 before we force people to upgrade to WSE3. I'm trying to compile our existing code for configuring the proxy with tokens, but I'm getting the following error when I call the WebMethod:
|
| WSE-Security with Windows Service hosted web service | 14 Mar 2006 20:58 GMT | 1 |
I have WSE3 working well in the samples and in a test project I enabled for WSE3. But these all used IIS to host the web service. I am trying to apply a "ServicePolicy" I defined in the WSE3 property pages and I have some questions:
|
| Parser Eror running Shoopservice.asmx on a browser | 14 Mar 2006 18:20 GMT | 3 |
Hi, I have problem testing my web service and which I would set a reference to a web application. I am using a Domain account, VS .Net 2002, and C#. When I typed the address: localhost\PracticeWebservice1\ShopService.asmx this is
|
| m_safeCertContext is an invalid handle | 14 Mar 2006 11:45 GMT | 1 |
I am trying to add a webreference to one of our webservices running on SSL. I got the following error : There was an error downloading 'https://server/mywebservices/myservice.asmx'.
|
| Encapsulating a webservice in an assembly | 14 Mar 2006 07:50 GMT | 2 |
Hi I was wondering if it was possible to completly enclose a webservice in an assembly and dynamically enable this webservice through an http handler of some sort ? this would mean not having the publicly accessible asmx file.
|