| Thread | Last Post | Replies |
|
| How can I list web services on local machine? | 26 Apr 2005 07:44 GMT | 1 |
I try to listing all web services on local machine like a Microsoft Visual Studio does in "Add Web Reference" window. Thanks, Thanapol R.
|
| Deploying webservice | 25 Apr 2005 23:39 GMT | 1 |
I just created my first .net web service and now I want to create an installation program for it. That's why I added a WebSetup project to my current solution and added the primary output of my web service project to it. But when I run this setup on a different computer (with IIS ...
|
| Web Service XML and Session | 25 Apr 2005 22:17 GMT | 2 |
I am looking to have an xml stream post to a web service, parse it and set the information from it into Session Variables. What is the best way to approach this? For example, Posting stream:
|
| Change Max number of thread in threadpool | 25 Apr 2005 21:41 GMT | 1 |
Hi, Is it possible to set the max number of thread a Threadpool can handle in code ? thks
|
| Hosting a web service with out IIS | 25 Apr 2005 21:19 GMT | 2 |
Is there a way to host a ,NET web service without using IIS? Looking for a small process that could be started that can host a local web service that does not require an IIS installation. Tony
|
| request exceeds the limit | 25 Apr 2005 17:05 GMT | 8 |
I was trying to call the webservice of MS Project server (ProjectCreate interface of PDS) to create a new project. It works fine when the input XML is small with a few task and allocations. It gives an error " The size of the request exceeds the limit allowed by the server " when ...
|
| WSE 2.0 SP3 Certificate Tool with Securing the Username Token with | 25 Apr 2005 11:04 GMT | 1 |
Hi ive installed wse 2.0 SP3 and was running throught the demo downlaoded on the Securing the Username Token with WSE 2.0 page the Securing the Username Token with WSE 2.0. Im spose to change the access type for "SYSTEM and "ASPNET" to "READ" for
|
| ASP Net 1.1? | 25 Apr 2005 05:40 GMT | 1 |
Hi,. I use VS .NET 2003 to create a webservice for ASP NET. When I choice the template (Project -> new -> Webservice ASP net ...), then VS NET tell me, that my webserver is not running ASP . NET version 1.1, I
|
| Web Reference Question | 24 Apr 2005 20:41 GMT | 1 |
When I add the reference of my web service to my web site, the reference.vb contains 2 classes. One with a prefix of WSE and one without. Am I suppose to remove the 2nd class? Thanks
|
| Accessing Java Web Service | 24 Apr 2005 20:39 GMT | 1 |
I am trying to access Web Service of a Vendor. Its built using Java on Weblogic. Connection is restricted to users with client certificate provided by them and
|
| Calling webservice using proxy authentication | 24 Apr 2005 20:28 GMT | 1 |
I have written a .NET client which calls a webservice. I've added functionality in which allows authentication through a proxy. When sending a GET request this works but when I do a POST I get a connection time out. I've run a trace and the authentication side of
|
| Modifying the http/soap/xml after WS has created it, before it is | 24 Apr 2005 20:26 GMT | 3 |
I wish to intercept the http/soap/xml message being send back from a web service - is this possible? I've been asked to make a simple front to mimic business systems to enable test of the client side. Correct responses already have been created in text
|
| Programmatically add / remove web reference in C# | 23 Apr 2005 18:04 GMT | 2 |
I have winforms app that accesses a webservice and the WSDL is referenced dynamically. I was wondering 2 things: First, if one parses the .config file and changes the URL pointing to the
|
| My WebService Seems to be Loading Everytime it is invoked | 23 Apr 2005 15:57 GMT | 2 |
I'm coming from an ISAPI background and migrating code to Webservices. In the ISAPI world, there are sections of code that are invoked only once when the DLL is loaded by IIS. It's a place where you can do time-consuming resource loading once and only once.
|
| Long running async request/response operations from client perspec | 23 Apr 2005 15:14 GMT | 3 |
What type of client patterns should be concidered when consuming a long running async request/response messages. Ones in which to response may be hours or days later? For instance, if the initial request is from a web application, should I concider a Windows Service as the ...
|