| Thread | Last Post | Replies |
|
| Publishing Web Service, Forbidden error? | 23 Feb 2006 09:57 GMT | 3 |
When I am trying to publish my Web Service using the "Publish Web Site" from VS.NET 2005 I am receiving the error: "Unable to open the Web 'xxxxxx'. Forbidden" The web server is Windows SBS 2003 Premium.
|
| Describing a webservice | 23 Feb 2006 09:36 GMT | 4 |
I want to be able to look at a soap webservice WSDL, Microsoft or Non-Microsoft, and describe the following to my users: 1. what operation the webservice support. 2. what parameters do those operations take
|
| WSE 3.0, MutualCertificate11Assertion and EstablishSecurityContext | 23 Feb 2006 08:39 GMT | 4 |
I make a simple "Hello World" Web service that works fine :) I implement to the project (Client and Server) WSE 3.0 MutualCertificate11 capabilities and it works fine too. I test with/without policy file and in mixed mode (file and code), with client
|
| Can NegotiateStream be used to authenticate a client using IE | 23 Feb 2006 07:13 GMT | 1 |
I have a need for a very simple web server that can authenticate clients using integrated windows authentication. I have been asked to propose a solution that doesn't use IIS. I know that HttpListener is a good option, but I need support for Win2K. I tried putting together a ...
|
| Unable to connect to database via webservce | 23 Feb 2006 05:55 GMT | 5 |
I have taken on a project from another developer and am experiencing some problems. To give some background, the application was running smoothly (client talks to web service, web service goes to database, web service returns data,
|
| SOAP::LITE | 22 Feb 2006 18:33 GMT | 1 |
I am new to web services but I need to creating a VB.NET Client from a SOAP::LITE server the only information that I have is the http://servername/namespace and port number. How can I add a reference to the web service to the application I don't think they have a WSDL document.
|
| What certificate to use | 22 Feb 2006 18:19 GMT | 2 |
I am Signing a SOAP Message by Using a User Name and Password and encrypting it with the x.509 certificate. I have a web service and a vp app that connects to the web servcie. Exactly which certificate do I need to get from Verisign to make this work
|
| Passing XML Document to WebService? | 22 Feb 2006 14:27 GMT | 2 |
How can you pass an entire XML Document to a webservice (do you do this with a SOAP envelope body?). Say a supplier sends or posts the entire updated product & price list to your webservice. Also, how to access or "grab" the Document within the webmethod? Is it just
|
| WSE 3 security exceptions | 22 Feb 2006 14:01 GMT | 11 |
I am using WSE 3 and I am using usernameForCertificateSecurity. I have added my custom UsernameTokenManager to provide password for the user. My question is I want to get notofication from the WSE runtime if username authentication fails. eg user has entered wrong password ...
|
| WSE works without authentication | 22 Feb 2006 13:01 GMT | 3 |
I use WSE 2.0 and everything works ok. But I tried to create another client application which dos not use the UsernameToken it calls the WebService directly. This application also works without authentication! Why? I suppose that some king of access error should appear but it does ...
|
| Centralised NameSpace for WSs | 22 Feb 2006 10:28 GMT | 3 |
I'm trying to clean my code a bit and I couldn't manage to centralise the location of my services' namespace. I tried that: [WebService(Namespace =
|
| SOAP Tunnel Monitor Software | 22 Feb 2006 10:05 GMT | 2 |
Does anyone have any good recommendations where to download a SOAP monitor program. I want to be able to monitor SOAP requests in a production environment. Cheers
|
| performance using UsernameTokenWithDatabase | 22 Feb 2006 09:43 GMT | 2 |
Hi,everybody look below code in page 119 of Web Service Security Scenarios, Patterns, and Implementation Guidance for Web Services Enhancements (WSE) 3.0:
|
| healthMonitoring | 22 Feb 2006 01:38 GMT | 4 |
I'm trying to set up health monitoring for web services and a web application. To start very simply, I want to turn on event logging for web requests. To do this I added the following markup to the <system.web> section of the web.config file in the service and application ...
|
| Can't use System.Runtime.Remoting.Channels.Http in WebService? | 21 Feb 2006 22:13 GMT | 2 |
I'm trying to use a Web Service to be a Remoting client of an existing .NET 2.0 server. But I get the following error when I try to use System.Runtime.Remoting.Channels.Http in my WebService. The same code works fine in a standalone app. I have inspected
|