| Thread | Last Post | Replies |
|
| Web services are not working on win2003 server Enterprise edition | 28 Oct 2003 17:10 GMT | 12 |
I have created a simple "Hello world" ASP.NET web service for tesing purpose. This runs well on windows2000 machines but if I deploy in the same way onto Windows 2003 server enterprise edition it does not work!!.
|
| Why two POST Operations? | 28 Oct 2003 12:27 GMT | 4 |
This is perhaps a bit of a newbie question, but I am using the Apache Axis tcpmon program to inspect xml-based web services messages with ASP .NET and IIS and have noticed that I am not observing the expected simple request-response MEP, but instead two POST operations.
|
| Web Services Authentication & Session Management | 28 Oct 2003 12:07 GMT | 7 |
Need some advice, I have a GUI client and a web service that performs various functions. I would be like to be able to log in a user once and create an authentication ticket for that session.
|
| Anybody know "dynamic Web Service" which has Plug & Play feature ??? | 28 Oct 2003 10:15 GMT | 1 |
Any one here knows anything about so called Dynamic Web Service (or human-facing Web Service)? The dynamic Web Service just means human-facing Web Service (IBM term), which can be used via plug & play. Different with those Data-oriented Web
|
| Dynamic Web References | 27 Oct 2003 22:47 GMT | 1 |
We would like to know the steps involved in accessing a web service dynamically. Presently we are accessing a web service which has been given to us for development purposes. We would have to change the reference to
|
| Opening pop up window | 27 Oct 2003 18:05 GMT | 1 |
I would like to create a pop up window from a Page_load event but I am not sure how to do it. My code will be like: If exists then
|
| C#, webservice | 27 Oct 2003 13:57 GMT | 1 |
Hello I am new to webservice and what like some basic information on how I go about creating a web service using C#. Thank You
|
| Auto-Updating Web Service | 27 Oct 2003 13:39 GMT | 1 |
What will be the best strategy to design a (web) service for a bunch of applications to update themselves automatically? There seems to be a few ways to do it: 1) use BITS (Background Intelligent Transfer Service) to
|
| No Touch Deployment and Web Services. | 27 Oct 2003 09:11 GMT | 10 |
No Touch Deployment and Web Services. How do you programatically configure wich server to access? My environment:
|
| Webmethods in sorted order | 26 Oct 2003 18:29 GMT | 1 |
can some one please let me know how to list WebMethods in a sorted order(or in a custom order) when I browse to the .asmx page. for eg. i have a webservice (srvc1.asmx) and it contains webmethods A(), B(), HelloWorld() in that order.
|
| Web Service headache | 25 Oct 2003 15:09 GMT | 1 |
I am working on a web service, which was going fine until this morning. Both it and my test client app (a simple web app) are running locally and written in c#. The web service project compiles ok, but if I try to add a web reference to it in the client app I get the folllowing ...
|
| No Touch Deployment and Web Services. | 25 Oct 2003 00:37 GMT | 7 |
No Touch Deployment and Web Services. How do you programatically configure wich server to access? My environment:
|
| No HTTP-GET method available for calling a WEB SERVICE | 24 Oct 2003 04:01 GMT | 1 |
I just made a web service with a very simple member function. When I browse to the asmx file to check it, there is not HTTP-GET available for calling the service (only HTTP-POST and HTTP-SOAP). I really need to call the web service via HTTP-GET, since it's going to be
|
| Interesting Problem using Excel in a VB .NET Web Service | 24 Oct 2003 00:33 GMT | 1 |
I've a problem with a VB .NET web service. After writing code (see below) I run the webservice & invoke the method - it works but when I look at Task Manager, EXCEL.EXE still hangs around!!! (ie. each time
|
| HOW TO CALL C# WEB WERVICE FROM ASP | 23 Oct 2003 13:56 GMT | 1 |
I want to know how to call c# web service(asmx) from ASP, PHP, AND OTHER.
|