What kind of problems are you seeing? What kind of errors? Are there errors on the service side or the client side? What's the difference in SOAP messages between your (working) Java client and the (not working) .NET client? Try the latter with just signing first, since Encrypt will obfuscate parts of the message, I imagine.
Cheers, Brice -----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Egor Samarkhanov Sent: Monday, January 08, 2007 11:05 AM To: [email protected] Subject: [xfire-user] Xfire + .NET + WS-Security Hi ! I have an XFire web service and .NET client. They work just fine without WS-Security. I also tried to write WS-Security enabled Java client that works with my web service. However, I spent lots of time trying to call my web service from .NET client with WS-Security enabled. Unfortunately with no luck so far. Specifically I'd like to Encrypt and Sign my SOAP messages with X.509 certificates. I would really appreciate if someone could provide a working example on how get a .NET client and secure Xfire web-service work with WS-Security? Since I can access my secure web service from my Java cliet, I suppose my server is written correctly. But how the .NET client should be configured to access it? I use WSE 3.0 to build the .NET client. Thanks in advance. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
