all groups > dotnet web services enhancements > july 2004 > threads for july 22 - 28, 2004
Filter by week: 1 2 3 4 5
Announcing WSE 2.0 SP1
Posted by John Justice [MSFT] at 7/28/2004 3:10:54 PM
The WSE team is pleased to announce the release of the Web Services
Enhancements 2.0 Service Pack 1 on MSDN Online. WSE 2.0 SP1 contains fixes
to scalability and functionality based on customer feedback.
Please see the product readme for the complete list of changes.
For more info... more >>
SoapEnvelope.SetBodyObject(object) and Serialization
Posted by smithfield_uk NO[at]SPAM 2-mail.com at 7/28/2004 2:49:34 AM
We currently have an issue with serializing some objects into the body
of a SoapEnvelope.
The scenario is that we wish to serialize a number of "Data Transfer
Object's" (Fowler, aka "Value Object" - Sun community). These objects
are designed to be read-only and hence are immutable. The object ... more >>
maxRequestLength for SoapService isn't functional
Posted by mattwareham NO[at]SPAM hotmail.com at 7/27/2004 2:16:42 PM
I absolutely can not get the maxRequestLength property to work in a
TCP web services console application. Regardless of the setting, the
maximum file size that can be transfered is 4096kb, which is the
default setting. Might anyone be able to shed some light as to why my
development workstatio... more >>
WSE574: The maxTokens configuration limit was exceeded?
Posted by schneider at 7/26/2004 2:24:53 PM
Anyone know whats causing this, and how to fix it?
Hey MS What good is an error code if you can't find out what it means or
how to deal with it?
Thanks,
Schneider
Microsoft.Web.Services2.Security.SecurityFault: The security token could
not be authenticated or authorized ---> System... more >>
WSE 2.0 Shared Secret
Posted by Neil Allen at 7/26/2004 11:23:32 AM
I have used WSE 1.0 with a shared-secret to encrypt my service.
Now I have upgraded to WSE 2.0 it's all gone to pot.
Does anyone have a code sample to do the shared-secret bits using custom
security tokens and custom security token managers?
- or a link to a tutorial -
Thanks,
Neil..
... more >>
"The signature or decryption was invalid"
Posted by msajdera NO[at]SPAM ncen.com at 7/23/2004 2:34:59 PM
All -
We continue to have a problem with a simple signed response using WSE
2.0.
We keep getting the following error message:
"The signature or decryption was invalid"
Our client is .Net using WSE 2.0. The Service is a WebLogic web
service.
I'm using a Cert generated by our Cert Auth... more >>
WSE question
Posted by tangolp NO[at]SPAM yahoo.com at 7/23/2004 12:00:54 AM
I'm very new at this. I need help to understand why I receive this
error - System.Web.Services.Protocols.SoapHeaderException:
Microsoft.Web.Services2.Security.SecurityFault: The security token
could not be authenticated or authorized ---> System.Exception:
WSE562: The incoming username token co... more >>
Interesting Question for the SOAP Routing Geeks here
Posted by Softwaremaker at 7/22/2004 9:28:47 PM
Hi Fellows,
I am wondering if anyone here could give me some advice on the best practice
of setting the value of the SoapActorAttribute in a XML HTTP Service. From
all the examples given, it seems that its always the URI of the Endpoints or
the Router. One thing with this tight coupling of end... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Adding elements to the header of a SoapEnvelope
Posted by SA at 7/22/2004 10:02:22 AM
Hi all,
I need to provide the service with a piece of infrastructure information,
namely where to send "events" to during a long-running process.
I can't use ReplyTo because the reply to the Soap message must be sent to
the Address.
I tried adding a new element to the header of my SoapEnv... more >>
Architectural Question with WSE Security
Posted by meaneyedcat NO[at]SPAM hotmail.com at 7/22/2004 8:35:28 AM
I am building a Web application that makes calls out to our app server
via Web Services calls.
The code-behind pages of my ASPXs call delegate classes that are
responsible for actually making the Web Service calls. Right now, in
my delegate classes, each method call that calls a web service
... more >>
|