| Thread | Last Post | Replies |
|
| How to invoke a web service through UDDI | 13 Dec 2004 20:56 GMT | 1 |
I have creat test web service in losthost, and register it on the http://test.uddi.microsoft.com. Then how can I use a web application to invoke this web service? Could some one give me a sample code? :) Thanks! P.S.
|
| building dynamic controls in asp.net...test hierarchy...please hel | 13 Dec 2004 20:44 GMT | 1 |
Hello People, I would appreciate your responses on this. I am writing an asp.net web-application involving C#. I am actually building a test hierarchy at the moment, which involves producing dynamic controls,
|
| Cannot connect to WebService | 13 Dec 2004 20:41 GMT | 1 |
I am running Visual Studio 2000, on Windows 2000 with .NET Framework 1.0 and 1.1. When i try to connect to different WebServices from C# i get the following error: Method not found: Boolean
|
| Accessing WebService indirectly | 13 Dec 2004 20:40 GMT | 1 |
Hallo everybody, I have programmed an ASP.NET site which communicates with the database using a WebService. Anyways the client wants to prevent that asp server from communicate
|
| dumb question | 13 Dec 2004 20:15 GMT | 1 |
I'm new to web services so please bear with me. Basically, I want to create a web service that listens on port and requires authentication. After authentication users can select data from a database by passign the TSQL statement in the URL, they can also update and insert data. ...
|
| xml-stylesheets and web-service | 13 Dec 2004 20:10 GMT | 5 |
I have a .net webservice, developed with c++ managed extensions. The websrvice returns an xml-document with a reference to a server side xml-stylesheet in the format <?xml-stylesheet href = 'StyleSheet.xsl' type = 'text/xsl'?>
|
| Oracle connection pooling | 13 Dec 2004 19:55 GMT | 1 |
I am getting issues that Oracle collecting opened sessions (connections) from my webservice using regular System.Data.OleDb.OleDbConnection object. I am guessing that this is connection pooling issue. Is there is any way to disable connection pooling for one particular .net ...
|
| Could not establish secure channel for SSL/TLS ERROR | 13 Dec 2004 19:31 GMT | 1 |
I am interfacing with another company using web services (they are a java shop). We've been doing this for over 2 years, but a couple months age we started getting this error randomly. It started getting more frequent, so I re-wrote the code from ASP to ASP.Net. The problem ...
|
| problem setting up the security on my test web service | 13 Dec 2004 19:25 GMT | 2 |
Please note: I have cross posted this from Newsgroup: microsoft.public.dotnet.framework.aspnet.webservices with a few minor changes... I am having a simple problem setting up the security on my test web
|
| How to pass a class as a parameter to a web service ? | 13 Dec 2004 19:19 GMT | 3 |
I have a Entity class defined in a assembly. I then have a web service in the same solution, which takes an object of this class as a parameter. It expects me to give the fully qualified name of this parameter (complete namespace and class in the proxy), - so we have to go and ...
|
| Need for programmatic config:timeToleranceInSeconds, MaxRequestLen | 13 Dec 2004 18:29 GMT | 4 |
In another thread I have documented my struggle and success at finding a way to programmatically alter the read only property MaxRequestLengthInBytes (Microsoft.Web.Services2.Configuration.WebServicesConfiguration.MessagingConfiguration.MaxRequestLengthInBytes) using reflection ...
|
| Need Help with 'Page can not be displayed' form my web service | 13 Dec 2004 16:19 GMT | 6 |
I have a web service(C#) which involves processing lot of information thru a third party component. I have couple of issues with my web service. Issue 1: My web service calls a third party component. The whole operation including
|
| SSL with SOAPToolkit over Win2003 | 13 Dec 2004 12:50 GMT | 1 |
Hi!! I have created a web service over SSL, (.NET 1.1 SP1 and Windows 2003 Server) and try to consume it from an ASP page (SoapToolkit 3.0). If the ASP page is in other server (Windows 2000 o XP) it works fine, but if
|
| WS-Notification | 13 Dec 2004 09:35 GMT | 2 |
Can someone please tell me Microsoft .NET's position on this WS-Notification specification that includes the pub/sub model? Is there something in the pipeline or already available as part of the .NET or WSE?
|
| Estrange performance calling WEB Service outside Visual Studio IDE | 13 Dec 2004 08:58 GMT | 2 |
Dear friends, I am amazed with this estrange behaviour. Hope you believe this is happening to me. The case: 1. A simple Web Service with a single method returning a constant
|