all groups > dotnet web services enhancements > may 2007
$1,000 for a prompt fix for this WSE3 issue
Posted by keith NO[at]SPAM swiftsoft.com at 5/29/2007 11:30:32 AM
Yes, I'm stuck and against the clock badly. I really will pay the
first person who fixes this issue $1,000 (or whatever your local
currency equivalent is), but I need the answer tonight!!
I have a simple Dotnet 2.0 application which is using WSE 3.0 to
connect to a webservice (which is Java Ax... more >>
WSE 3.0 - How to issue Digital Certificates to Client Applications
Posted by MarkH at 5/24/2007 12:48:02 AM
I was doing some research into using X509 certificates to implement message
level security and watched the MSDN .NET Nugget session on the topic, I could
see how to install the certificates that came with WSE 3.0 (for dev purposes)
which is fine, the problem I have (relating to certificate is... more >>
Applying WSE3.0 policy to Web Reference used by data bound control
Posted by NO[at]SPAM at 5/23/2007 2:25:00 PM
Hi -
Does anyone know how to apply a policy to a web reference used by a data
bound control? I can only find examples that use the method call
"proxy.setPolicy("somePolicyName")" where proxy is an instance of the web
service proxy.
I have found ways to set the policy in the proxy clas... more >>
WSE3 ReadElementContentAsBinHex raises NotImplementedException
Posted by TimG at 5/18/2007 7:22:03 AM
When attempting to retrieve an element of type hexBinary that is part of a
complex type I get:
System.InvalidOperationException: There is an error in the XML document.
System.NotImplementedException: The method or operation is not
implemented.
at
Microsoft.Web.Services3.Mime.XopDocume... more >>
DIME attachments with WSE 2.0 SP3 from .NET 2.0
Posted by MSWindowsProf at 5/18/2007 12:18:01 AM
We are trying to migrate the app code to .Net 2.0. Since we are using DIME
attachment to transfer large data, we would like to know is that supported in
..Net 2.0. WSE 3.0 will not support DIME, instead it support MTOM. Only way is
to use WSE 2.0 SP 3, which MS claim that supports .Net 2.0.
W... more >>
Client Certificates & WSE 3.0
Posted by Chaz at 5/16/2007 3:32:01 PM
We're ramping up to add WSE 3.0 to and existing system of desktop
applications and web services.
We'd like to use x509 certs for both messaging encyption and client
authentication. We know this is possible, but at this point we're unsure
about what types of certs we can use, where we can o... more >>
WSE3 web farm problem: "Key not valid for use in specified state"
Posted by Bryan at 5/15/2007 1:23:01 PM
I have a web service in ASP.NET 2.0 and WSE 3.0. It worked fine until I
setup a web farm with a hardware load balancer. The error I received is "Key
not valid for use in specified state". However, If I connect directly
without going through load balancer, then all servers work fine. I look... more >>
Running WSE 2 and WSE 3 in same web service project
Posted by Brian.M.OKeefe NO[at]SPAM gmail.com at 5/15/2007 5:52:07 AM
Does anyone know if it is possible to run WSE 2 and WSE 3 in the same
web service project? I have separate config sections for each and my
web services in the system.web tag looks like:
<webServices>
<soapServerProtocolFactory
type="Microsoft.Web.Services3.WseProtocolFactory,
Microsoft.W... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
WSE 3.0 with Microsoft Certificate Services
Posted by Mark Baldwin at 5/14/2007 2:54:14 PM
Although the documentation states the Microsoft Certificate Services can be
used to generate X.509 certificates for use with WSE 3.0, I cannot get it to
work.
I can generate certificates and download them to the certificate store on
the client, but when I use the WSE 3.0 Settings Tool from ... more >>
WSE003: The input was not a valid SOAP message while attempting basic router for SQL 2005 Reporting Services
Posted by Stan Spotts at 5/8/2007 3:46:25 PM
I'm looing for a way to route a request from a front end web server to an
mid-tier application server to a back end SQL 2005 Server's Reporting
Services instance. The only allowed traffic/access to the SQL box is from
the App box.
I installed WSE 3.0 and created a new ASP.NET app, and have... more >>
AppPool + secureConversation
Posted by Phil Lee at 5/8/2007 12:00:00 AM
Hi,
I have just been trying to get a WSE3 web service configured to use
userNameOverCertificatesecurity and establishSecurityContext='true' to work
in a separate app pool on W2K3.
The web service works in the default app pool, and in a new app pool with
the default identity (NETWORK SER... more >>
SoapHeaderException
Posted by Phil Lee at 5/1/2007 4:54:08 PM
Hi,
can anyone shed any light on this exception? It has occurred a few =
times when testing our WSE3 enabled client on W2K3 64 bit, but not on 32 =
bit.
It also doesn't happen on Vista 64 bit. And there's no info on the web.
Description:
Timestamp: 4/26/2007 16:10:14 Message: HandlingIns... more >>
|