| Thread | Last Post | Replies |
|
| WSE 3 - usernameOverCertificate and secure conversation | 16 Sep 2005 19:35 GMT | 2 |
I have this policy [1] on the service and this policy [2] on the client Both have establishSecurityContext="true". Then my client use this proxy.SetClientCredential<UsernameToken>(new UsernameToken("usr", "pwd",
|
| SAML Assertion in Header & Signing | 16 Sep 2005 16:49 GMT | 3 |
I wrote code for a SAMLSecurityToken that derives from SecurityToken (and it does not implement IIssuedToken). It does not support signing and encryption. Basically the GetXml method of this class adds following xml element to Security element in the header:
|
| silly question... | 16 Sep 2005 15:25 GMT | 2 |
Can I type something like this in my browser: http://localhost/SQNWebService/SQNGetAccount.asmx?Branch=0&Bank=0&Acno=1&UserID=1&TerminalID=1&User=wendell&Password=wendell and get back the xmal data from the webservice instead of the test/description page from Microsoft?
|
| Object reference not set to an instance of an object | 16 Sep 2005 14:50 GMT | 2 |
I have a web method in a web service as follows: [WebMethod] public SqlDataReader Display_test_data() {
|
| WSE 3.0 Beta 1 Installation issue | 16 Sep 2005 09:21 GMT | 6 |
When installing WSE Beta 1, I get the following error: Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.
|
| Web Service Identity | 16 Sep 2005 02:43 GMT | 5 |
I have a web service [1] that runs under its own IIS Application Pool with the identity of a specific domain account. The web service [1] is setup for windows authentication only. Within my web method I require the caller to be a member of a specific
|
| Tracking the success of SOAP calls | 16 Sep 2005 02:36 GMT | 6 |
We are developing a SmartClient application and we are planning to expose business objects layer to SmartClient application by using ASP.NET SOAP web services. The client can send different found transfer request to different web
|
| WSE 2.0 SP3 + UsernameToken + Windows 2000 error! | 15 Sep 2005 22:46 GMT | 4 |
i can't login with usernametoken in windows 2000... the same code work perfect in windows xp sp2... anyone can help????
|
| mc++ web service with multiple libraries gives internal server error? | 15 Sep 2005 20:13 GMT | 1 |
I had written a managed C++ library which uses some unmanaged c++ code, and tested it using a managed C++ console app. I am now trying to access the managed library from the default "hello world" webservice. The problem is that if I try to invoke a method
|
| The MessageSignature was invalid (Kerberos) | 15 Sep 2005 17:16 GMT | 2 |
This really gives me grey hairs. I'm using a WSE-enabled webservice, and a generated proxy against this (see below). To my great dismay - the methodcall (wse.ReturnInput) throw a SoapHeaderException ( "The signature or decryption was invalid"). How come? Both client (XP SP2) and ...
|
| KerberosToken and Windows update | 15 Sep 2005 07:30 GMT | 1 |
we are using KerberosToken for automatic application login to AD. Also it used for sending this token to webservices for user identification and permissions. Everything worked fine, till new MS update (MS05-042 - Vulnerabilities in Kerberos Could Allow Denial of Service, ...
|
| Modifying SOAP message at client proxy side without using SOAP extentions | 15 Sep 2005 03:53 GMT | 1 |
Can I view/modify SOAP message at the client proxy side without using soap extensions? Thank you, Alan
|
| Getting the domain name of the current server | 14 Sep 2005 21:05 GMT | 5 |
I have an application I am developing which is using remoting to have a smart client connect to a remote database via IIS. There are certain functions that we only want the user to be able to access if they are members of a certain group on the server. When the application is ...
|
| Keeping attachment stream open, HOW? | 14 Sep 2005 16:30 GMT | 1 |
I've created a webservice for importing XML data into a database. What bacially happens is that the client streams an .xml document using WSE attachments to the server. To avoid dealing with filesystem permissions, the server doesn't save the xml data to disk before loading it, ...
|
| SOAP and DIME | 14 Sep 2005 16:29 GMT | 1 |
I'm trying upload a file with related data to a WebService. DIME samples I've found show how to upload a file. SOAP samples I've found show how to submit data. But, I have yet to find how to do both.
|