| Thread | Last Post | Replies |
|
| Timestamp error WSE 2.0 SP3 | 14 Mar 2006 06:53 GMT | 2 |
My web service is used by the client from the different time zone (+8 hours). Client receives the error: Microsoft.Web.Services2.Security.SecurityFault: An error was discovered processing the <Security> header ---> System.Exception: Creation time in the
|
| Logging Errors in Web Service? | 13 Mar 2006 21:50 GMT | 1 |
I have a web service in which I would like to log all errors to a custom error log (which is just a comma separated file) so that I don't have to write to the Event Logs. The idea is to have my application installed to a virtual directory and have everything live within that ...
|
| wse 3.0 and 1.1 clients | 13 Mar 2006 19:48 GMT | 2 |
this may be a terribly simple question, so apologies in advance. i have a web service written using the 2.0 framework. i have client applications which are still being developed using the 1.1 framework (their timetable for upgrading to 2.0 is not definitive). is my only choice for ...
|
| Publish/Subscribe Web Service? | 13 Mar 2006 18:52 GMT | 2 |
I am looking for a publish/subscribe mechanism for .Net/Atlas. Does this exist? I need to make web service callbacks to clients when specific events happen. It almost sounds like RSS, but I am not sure if there is a better fit?
|
| how to use Customer Soapextension in WSE | 13 Mar 2006 15:19 GMT | 1 |
i wrote a customer soapextension to compress and decompress the soap message, and now i wanna to enable WSE , but i got a faild, how can i implement Soap Message compress and decompress with WSE?
|
| Spec of TLSNego protocol | 13 Mar 2006 14:04 GMT | 2 |
I've been searching on the internet and basically on all the newsgroups I could find for a specification of TLSNego, but it seems that it doesn't exist. However this is extracted from the first RST sent by a client to a STS in the Federation sample of the February CTP:
|
| Passing data to a web page | 13 Mar 2006 00:12 GMT | 1 |
I am new to .NET and I'm trying to move data from a local database to a remote database. The only way to access the remote database is through a web server. What I want to do is pull the records I need from my local database and pass them to a web page which will loop through ...
|
| How can I abort asynchronous web service ? | 12 Mar 2006 23:57 GMT | 2 |
I use .NET framework 2.0, and I want to cancel async. web service. I tried to use "CancelAsync (object userstate)", but the web service is still running. This is my example code.
|
| Packaging Web Services | 12 Mar 2006 23:51 GMT | 1 |
I am new to the web services. We have a web application that we package and sell. In our next release we want to use web services which will run on client's web server and client application potentially on a different client machine. I am having issues referencing the web ...
|
| CustomPolicyAssertion | 11 Mar 2006 03:15 GMT | 3 |
I want to "encrypt a soap message by using a user name and password". The first step in the wse-documentation is to "create a custom policy assertion". I've done. But the policy assertion is not used by anyone. So I tried to "secure
|
| Unable to add Web Reference in VS? | 10 Mar 2006 22:06 GMT | 1 |
I have a web service on a site and I want to add a web reference to it in my VS 2003 project. The service is sitting on a site enabled with basic auth. I login, I find the service OK but when I go to click "Add Reference" I get:
|
| Calling XML WebService VB.Net from C++ | 10 Mar 2006 19:14 GMT | 1 |
I configured my MFC project so that it can call few webservices I made. The web services are in VB.Net and are using few namespace such as WebClientProtocol which I need in MFC. Let's me explain. My MFC can connect to 2 différents servers, 1 which is LIVE and the
|
| where is the designer | 10 Mar 2006 12:45 GMT | 1 |
I recently upgraded to VS2005 and now I can't seem to access the web service designer (to place all ado connections and data adapters). I really don't want to write all the SQL myself, so please help me out, how to access the designer ??
|
| Debugging asp.net web service from winforms app | 10 Mar 2006 11:28 GMT | 1 |
I'm using VB.NET, Visual Studio.NET 2003 I have a windows forms app that references a web service. In the past I was always able to debug the web service by placing a breakpoint on the line of code in the client where the web method was called, stepping in via F11, and
|
| [Probably Dumb Newbie] Question re WSE3 WSSecurityKerberos Sample | 10 Mar 2006 10:30 GMT | 5 |
I'm having no luck getting the sample to work, but I'm thinking this is just a simple configuration issue. I'm working with the 'WSSecurityKerberosCode' version of the sample. I'm in (I think a fairly typical) Windows network. My account is in a
|