| Thread | Last Post | Replies |
|
| Distributing WSE enabled client | 29 Mar 2006 21:24 GMT | 2 |
I a have developed a client using WSE 2.0 SP3. And distributing it to clients by simply having the Microsoft.web.services.dll in the bin directory of the application and no WSE runtime installed. This works fine untill i use <microsoft.web.services2>
|
| WSE 3 > VB.Net > CreateClientOutputFilter | 29 Mar 2006 15:32 GMT | 3 |
I would like to add an UsernameToken to every outgoing wse request. I created a custom clientoutputfilter and put the assertion together with a Policy in my wse3Policycache. On the webservices server i have a custom usernametoken manager wich validates the message.
|
| debeug a web service | 29 Mar 2006 14:51 GMT | 5 |
I´m usinf Vs2005. I´ve a web service in file system but I need to debug it invoquing from PDA. for that I need to deply the service on my local IIS. in project options I checked user custom server with my local IIS but dosen´t work. and the web service are not deployed to the ...
|
| inter filter communication. Urgent - please help | 29 Mar 2006 12:14 GMT | 1 |
We are working with webservices clients which use WSE 2.0 We are writing a utility to monitor the web services client. The webservices clients are arbitrary 3rd party clients about which no assumptions can be made.
|
| WSDL shows wrong server name | 29 Mar 2006 07:29 GMT | 3 |
I am running a Web Services application on a Windows 2003 Server (specifically, SBS 2003, SP1). When I query the Web Service for a WSDL file, I find that the WSDL is advertising the wrong server name. The WSDL shows the address to be "HPServer" (which is the Windows networking ...
|
| Converting a VB.Net Console Application to a Web Service | 29 Mar 2006 06:29 GMT | 4 |
I wrote a sample application to extract the messages and attachments from a .pst file using VB.Net which is working fine. Now i am trying to web service enable this and when i added an operation in .asmx File <WebMethod(), System.Web.Services.Protocols.SoapRpcMethod()> _
|
| Web Services called directly not working | 28 Mar 2006 20:38 GMT | 2 |
I am playing with web Services and soap and in the article I am using I created a page: *********************************************************************** <%@ WebService Language="c#" Class="FirstWebService" %>
|
| SecureConversation using AES256 with WSE 2.0 | 28 Mar 2006 19:45 GMT | 2 |
Is there any way to configure SecurityContextTokenService in WSE 2.0 to issue security context tokens with AES256 symmetric keys? If so, how to get such tokens from the client side? Thanks,
|
| Axis Web Service, .Net Client - Interop issue with SOAP Header | 28 Mar 2006 08:02 GMT | 5 |
I have a Axis Web Service that sets the sessionid in the SOAP header for persisting the session. The client is a .Net client that processes the header as an Unknown Header. It sets the session id received from the Service request on subsequent requests to the service. However the ...
|
| Will VB6 handle overloaded methods of web services? | 28 Mar 2006 06:16 GMT | 1 |
I've asked whether or not a VB6 application could use a web service that I am writing in .NET 1.1, and I've learned that it can, using the SOAP toolkit. Right now I'm working on the web service, and I would like to overload some of the methods for different implementations. Of ...
|
| An error that I havnt encounterd | 27 Mar 2006 21:51 GMT | 1 |
The Below shown is the Error that i get when accessing a web service from an asp.net application.When i call a method of the web service it shows this error. System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.NullReferenceException: ...
|
| Architectual advice on Web Service. DataSet vs Business Objects? | 27 Mar 2006 21:43 GMT | 5 |
I am designing a new architecture for our application. The application consists of a Web Service which is providing data for an ASP.NET Web Application and a Windows Application. So now is the big question should I pass datasets or generic lists og
|
| Using LDAP in a web service | 27 Mar 2006 20:11 GMT | 2 |
I am attempting to use LDAP to retrieve a list of users from within a web service. When the FindAll() method is invoked, I receive the following exception: "The specified domain either does not exist or could not be contacted."
|
| App pool identity | 27 Mar 2006 16:40 GMT | 3 |
I want to run a web-service under a custom (least required priveleged, but with /some/ access) account -but all I get is service unavailable; I have * Created a new account
|
| WSE842: The service pipeline could not be created Error | 27 Mar 2006 14:58 GMT | 1 |
I am getting the following error while running an application in WSE 3.0. Does anyone encountered such an error : An unhandled exception of type 'System.Web.Services.Protocols.SoapHeaderException' occurred in
|