all groups > dotnet web services enhancements > july 2007
Defining custom userNameToken type
Posted by Robert Achmann at 7/31/2007 8:12:03 AM
Hi.
No mater what I do, I can't seem to define my custom usernameTokenManager
type properly in my client app pointing to my WSE 3.0 web service.
my custom usernameTokenManager is in the root name space of my web service
Public Class customUsernameTokenManager
Inherits UsernameTokenMa... more >>
TCP Webservice trying to use classes from a separate dll
Posted by smesser at 7/27/2007 9:04:01 AM
I have a TCP webservice which ran fine until I added a dll containing some
common objects to webservice.
The proxy code generates fine but when I run the client requesting data that
results in using objects from the dll I added the client throws an exception
saying that I am using objects f... more >>
WSE 3.0 - Correct placement/setting/permission for x509 certificates
Posted by Kyle Jedrusiak at 7/25/2007 9:50:56 AM
I have a web service and a console app.
My initial WSE 3.0 configuration is the same as that of the MS P&P
QuickStart examples.
With this configuration the console app can call the web service and it
works as it's supposed to..
We then purchased a real x509 certificate from VeriSign.
... more >>
WSE 3.0 Running under default ASPNet user
Posted by DaveF at 7/23/2007 3:10:02 AM
Sorry about the repost; had incorrect managed groups ID last time!
Hi,
I'm having a problem with a web service; specifically a custom
UsernameTokenManager which needs to access a remote database. The web
service is set up in IIS to use anonymous access with a UserID and Password
provide... more >>
Getting error Client found response content type of 'application/d
Posted by Tony Girgenti at 7/18/2007 10:14:00 AM
Hello.
Using VS2005 Pro, SP1, VB, ASP.NET2.0, .NET 2.0, WSE 3.0, SOAP 1.2 to
convert a web services consuming client from WSE 2.0, SOAP 1.1 to WSE 3.0,
SOAP 1.2.
It worked under the old version and after making the changes i thought were
correct, it gives the error "Client found response... more >>
WSE 3.0 messages inexplicably always MIME'd
Posted by Kurt Ng at 7/17/2007 5:12:37 PM
Hi,
I am trying to send TCP SOAP messages with WSE 3.0, but all of the
messages are MIME'd, which I don't want. I cannot seem to turn this
off. I have the project MTOM settings set to the following in Visual
Studio:
Client Mode = Off
Server Mode = never
MaxMimeParts = 64 (default)
R... more >>
Returning Bare Type
Posted by Rasika WIJAYARATNE at 7/16/2007 5:57:36 PM
Hi everyone,
We have a web method which returns the following type:
public class methodNameResult
{
public string responseCode = null;
public string details = null;
}
Here is the web-method that returns the above:
[SoapDocumentMethod("",
... more >>
Securing the ASMX File
Posted by MrFile at 7/11/2007 7:10:00 PM
I am using WSE 3.0 around my ASP.NET 2.0 application. I enabled it so that i
can pass an authorization username token, which works well as its shown in
various samples.
My problem: i can sitll simply avoid calling the web service and use the web
browser to hit the ASMX file and execute all ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
WSE 3.0, Kerberos & Windows Server 2003 (IIS 6.0)
Posted by K Beller at 7/9/2007 1:20:03 PM
WSE Community:
I'm wondering if anyone that has successfully implemented a Kerberos on IIS
6.0 using WSE 3.0 would be willing to post or direct me to a working Kerberos
Example using C#. I’ve been through the WSE 3.0 “Web Service Securityâ€
Patterns & Practices guide. Also, I’ve be... more >>
|