all groups > dotnet web services enhancements > november 2006
Cannot use usernameForCertificateSecurity with IIS application pool custom account
Posted by Martin Pes at 11/30/2006 12:00:00 AM
Hi,
I am using web service secured by the WSE 3.0 usernameForCertificateSecurity
policy. The service is running on Windows 2003, IIS 6.0. Everything works
fine if the IIS application pool uses default NETWORK_SERVICE identity. If I
change the identity to the custom account I am getting the ... more >>
Custom UsernameTokenManager's AuthenticateToken method is not called.
Posted by DEotw at 11/29/2006 2:42:26 PM
I am trying to create a custom UsernameTokenManager with WSE 3.0. The
class seems to be be instantiated ( I can debug the constructor as it
runs if I put one in), but the overridden AuthenticateToken method is
never called, instead the normal one is apparently used (I can access
the web services... more >>
Help signing soap Envelope using WSE 3.0
Posted by sridhar at 11/29/2006 9:23:51 AM
Hai Friends,
can anyone help me in getting an article or previous code for signing
SoapEnvelope using Wse3.0 .because on the other end i am posting to a url so
i dont have a webservice i can call.
Thanks and regards
Param
... more >>
Retreive method name and arguments in the ProcessMessage
Posted by Jacques Marcialis at 11/29/2006 4:12:03 AM
Hi,
I have secured my web service with a MutualCertificate11Security policy
and it work fine. I use AES256 to encrypt communications after
authentication with establishSecurityContext="true".
Now I would like to log in a database my WS activity with a new policy
assertion.
Does someone ... more >>
Compression and WSE3
Posted by Phil Lee at 11/29/2006 12:00:00 AM
Are the WSE3 team considering adding compression to WSE?
There is one attempt at adding compression here:
http://weblogs.shockbyte.com.ar/rodolfof/archive/2006/08/03/8362.aspx?Pending=true
but unfortunately it doesn't work with username over certificate, or at
least I can't get it to work.
... more >>
help with message signing
Posted by param NO[at]SPAM community.nospam at 11/28/2006 11:50:35 PM
hai Friends,
I have a typical requirement.we are integrating with a partner that needs
signed soap xml to be posted to an url. The partner provided me with their
public key.and will post me a response can any one please help me how to
approach this .if possible send me some links or relevant cod... more >>
WSE 3.0 - UsernameOverTransport Assertion - SOAP Header Exception
Posted by Anshu at 11/28/2006 11:52:02 AM
I am trying to implement the UsernameOverTransport Assertion in WSE 3.0. I
will be authenticating against a .NET 2.0 Membership system, so I have
created a custom username token manager class.
I keep receiving the following exception from a test client app I created:
"System.Web.Service... more >>
An error was discovered processing the <Security> header
Posted by RyanS at 11/28/2006 12:23:38 AM
I know this has been posted alot but I want to know what people have
done to solve this issue, I am using WSE 3.0 and my webservice works
for about 100 clients but fails for about 2. They are about 5-10
minutes out of wack and I have tried syncing the workstations and this
works for a couple of ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Help with Signing SoapMessages in Wse 3.0
Posted by sridhar at 11/27/2006 4:28:56 PM
Hai Friends,
I need to sign an Soap xml .i am not able to find any articles on how to
convert my soapxml to Microsoft.Web.Services3.SoapEnvelope can anyone please
help me in converting my xml to SoapEnvelope object or tell me an
alternative that i can sign my Soap XML i would be very thankful... more >>
WSE 3.0 Settings missing in VS 2005
Posted by Jens Winter at 11/25/2006 9:55:31 PM
Hello
I just installed WSE 3.0. Unfortunately the WSE 3.0 Settings menu is
missing in Visual Studio 2005. There is no menu item in the context menu
of a project in the solution explorer.
I tried reinstalling the package. No success.
Does anyone know what I can do?
TIA,
Jens
--
... more >>
Out Of Memory Exception - Large Responses
Posted by James Hancock at 11/21/2006 11:10:28 AM
I have a web service that recently started throwing an out of memory
exception on responses from the web server. Any response that is more than
about 30 megs in size gets this out of memory exception in StringBuilder
(error info below).
If I out at one of my output filters, I can see that ... more >>
Possible value for type parameter in DimeAttach constructor
Posted by VancouverMike at 11/20/2006 9:54:02 AM
Hi there,
I am trying to use DimeAttach class in my project to upload files to Web
services then Web Services handles the files. The attachments are rtf format.
I am not sure when I create a DimeAttach instance, what value should I pass
to type parameter in the DimeAttach constructor. I sea... more >>
Possible to use WSE2 to secure a non-.Net WS Client ??
Posted by Graham Stevenson at 11/14/2006 8:54:17 PM
Hi,
I have a need to add security to an existing web service. Server uses .Net
(V1.1), but client is written in C++.
Is it possible to use policy settings to secure this withour ANY recompile
of the client code ??.
Many Thanks
Regards
Graham
... more >>
Web Service Timeout
Posted by Erencan SAÐIROÐLU at 11/9/2006 5:28:12 PM
Hi All,
I have a problem.
I've developed a mobile application. And the application call a web service.
The web service executes a script and it takes long time (about 2 minutes)
But it the webservice throw timeout exception after 10 seconds from mobile
device.
I've set server.scripttimeou... more >>
WSE 3: SOAP faults not being returned correctly from service.
Posted by J. Dudgeon at 11/9/2006 4:01:01 PM
Hello,
I've been banging my head against the wall for a few hours now trying to
figure out what the problem is. I am working with a client on WS-Security
interop trying to get their Oracle/Java WS-Security implementation to talk to
the .NET WSE 3 implementation. We're having an issue with... more >>
PDA WSE 2 & OpenNetCF
Posted by news.btinternet.com at 11/9/2006 12:28:03 PM
Hello all
I am trying to upload/download files via a webservice to/from a PDA.
The webservices are secured using WSE 2.0 (this cannot change).
..NETCF 2 does not support WSE 2.0 so am using OpenNetCFon the PDA.
All works OK but I am having trouble adding a UserNameToken to the SOAP
con... more >>
Web.config Error
Posted by Alejandro Becker at 11/9/2006 11:11:15 AM
When I want to see the Web Service, entering http://server/ws/wsfile.asmx
I get the error:
Server Error in '/ws' Application.
----------------------------------------------------------------------------
----
Configuration Error
Description: An error occurred during the processing of a conf... more >>
C# client (Invoke returns null) -- Axis webservice
Posted by Tom at 11/9/2006 7:47:41 AM
Hi,
I am trying to get my C# client to connect to a webservice written in
Axis.
But I am getting a null in the following code (wsdl generated and the
base class changed to Microsoft.Web.Services.WebServicesClientProtocol)
.......
object[] results = this.Invoke("getGrossData", new object[... more >>
System.Xml.XmlException: Root element is missing
Posted by Colin Blakey at 11/7/2006 11:22:01 AM
Help!
I have a system service written in C# .NET 2.0 using WSE 2.0 SP3. I'm
getting this error when the service is attempting to login to the IRS. This
code works without problems when run as a standlone app, it only fails when
run as a service. I've tried running this code under differnet ... more >>
Reliable Messaging
Posted by Damian at 11/7/2006 3:55:34 AM
Hi there
We've been asked at our company to implement some form of reliable
messaging. Now I have already downloaded the WSE-RM specifications and
installs and begun playing with it, but i was just curious as to what
happens in WSE 3.0 when messages do get corrupt and packets are
dropped.
... more >>
How to catch message before it's sent to the Web Service
Posted by navyliu at 11/7/2006 12:00:00 AM
Hi everyone.I want to catch message before before it's send to the Web
Service.Just like WSE 3.0 customer UserNameTokenManager does.If I can do
this,I can implement some functions in my framework.For example,I can
plug-in a customer security add-in in IIS.
I'll appriciate it if you can provide... more >>
Consuming a WSE3(X509) service in a Web Application
Posted by Aaron G at 11/6/2006 3:36:01 PM
Hi everyone,
I'm completely stumped on this. I've got an ASP.NET Web Service Application
using a mutual X.509 Authentication policy and I can access it without any
problem from a .NET Winforms app, a regular Web (folders) ASP.NET project,
and an ASP.NET Web Application Project using the VS... more >>
How to remove timestamp from soap header?
Posted by Thomas Schoch at 11/5/2006 10:58:29 AM
How can I remove the Timestamp using WSE 3.0? Any sample code?
Tosch
... more >>
MTOM and WSE3
Posted by smarty at 11/4/2006 6:35:01 AM
Hi,
I am trying to return a 500Mb file from IIS to a winform client via a web
service. I would like to use MTOM and have installed WSE3 on the client and
server. I can see there is a chunking setting in the WSE3 settings set to
64K but I am not sure how I should get the chunking to work c... more >>
Unrecogniszed SOAPAction?
Posted by Kevin Burton at 11/1/2006 8:01:03 PM
I am trying to modify some of the sample WSE 3.0 security samples and I am
getting:
System.Web.Services.Protocols.SoapException: Server did not recognize the
value of HTTP Header SOAPAction:
http://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT.
at System.Web.Services.Protocols.Soap11Serv... more >>
Webservice transactions.
Posted by Kevin Burton at 11/1/2006 7:22:01 AM
I have read alot on WS-AtomicTransactions and WS-ReliableMessaging etc. I was
wondering is there any built in support for these protocols in the web
service enhancements? I have not seen any examples. Would it be easier to
implement these protocols using WSE or is it just as easy to implement ... more >>
How Bind XML Data From WebService To Grid
Posted by Taha at 11/1/2006 1:55:26 AM
Hi All
Can You please Explain To Me How Bind XML Data From WebService To Grid In
Vb.Net
Thanks
... more >>
|