| Thread | Last Post | Replies |
|
| Web Service Versioning Question | 08 Sep 2003 14:07 GMT | 1 |
I have an existing web service A with one one method. It returns two parametrs A and B. This web service is deployed and used by Client X. Client Y now wants the same web service but they also want output parameter C. If the existing web service A is changed to include
|
| Problem with .NET generated SOAP client | 08 Sep 2003 13:21 GMT | 1 |
All, I'm having a problem with a VS.NET generated SOAP client that connects to an existing Web service. The problem is that the Web service is returning a single dimensional Array of strings,
|
| Date Web Service | 08 Sep 2003 10:22 GMT | 2 |
Has anybody seen a web service that can check the date. I wish to use this as a simple shut down for a software product. Instead of checking the computer's date, which can be changed by the user, I could require an Internet connection and check the real date with a web service. A ...
|
| WEb Services that gets the Interest Rate USA (Morgage rate) | 08 Sep 2003 06:03 GMT | 2 |
Is there any body know the sites which offers web services for interest rate of USA , mortgage rate and any other financial information through Web Service. Adnan
|
| Using PHP in a .Net environment? | 07 Sep 2003 10:10 GMT | 6 |
I am working on a project that needs to use an opensource code library written in PHP and uses MySQL. I dont want to have to rewrite the entire thing in C#. Are there any options available? Things I have thought of but either havent found examples of or am not
|
| Server Application Unavailable | 06 Sep 2003 15:01 GMT | 1 |
I get the following error msg when i try to access the webservices from my localhost: Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your ...
|
| can't create directory from web service | 04 Sep 2003 07:17 GMT | 1 |
Using the Directory object I issue a createdirectory command and get an exception: System.IO.DirectoryNotFoundException: Could not find a part of the path "V:\".
|
| Newbie: Download a file from a web service | 04 Sep 2003 00:26 GMT | 1 |
I have created a web service that on one function returns a dataset that should be saved as a file on the client?s side. How do I do that? If I cant use a dataset how should i proceed?
|
| Exposing COM+ as a Web Service | 03 Sep 2003 17:25 GMT | 1 |
I wish to configure a COM+ component to also be accessed as a web service. According to MSDN this is done by setting the "Use SOAP" check box in the Activation Tab of the COM+ component properties in the Component Services
|
| ASP 3.0 / COM+ / Web Service Issues | 03 Sep 2003 14:10 GMT | 1 |
Here is the scenario: We have an ASP 3.0 web page that calls a COM+ component. This component is written in VB.NET usng Enterprise Services. The component is working fine from a COM+ standpoint. The component is
|
| Problem with a DataSet | 02 Sep 2003 10:35 GMT | 2 |
I've made a simple WebService, which connects to a Access Database selects everything out of the table "KUNDE" and gives it as a DataSet back. Here is the Code:
|
| How to use own classes as WebMethod-Parameters? | 01 Sep 2003 13:53 GMT | 1 |
Is it possible to use self defined classes as parameters for a WebMethod? I thought of the following.... 1. Library-Project: "LibProj" Public Class ParamClass
|
| How to pass a user defined type to a Webservice? | 01 Sep 2003 13:40 GMT | 5 |
I know the webservice can have methods that take (some) .NET types as arguments, but is it possible to write a method that takes a user defnined class as a parameter? If yes, can someone please show me an example? Thanks in advance?
|
| Https Access Question | 01 Sep 2003 11:50 GMT | 1 |
Anyone knows if the following command is encrypted the very first time it is sent out? If so, 64 or 128 bit based? https://userid:password@someURL It is using SSL after the web site responds. But what about the first
|
| SoapException invalid SOAPAction | 01 Sep 2003 06:20 GMT | 1 |
I am trying to call a webmethod on a web server from an onther server. Doing this I get the following exception (German): System.Web.Services.Protocols.SoapException: Die Anforderung kann ohne g?ltigen action-Parameter nicht behandelt werden. Geben Sie eine g?ltige
|