Re: [Axis2] Authenticating a WCF client to a Java Axis web service

2009-06-28 Thread Nandana Mihindukulasooriya
Hi Prahalad, To use HTTP Basic Auth, you don't need to inject anything to SOAP header, it works at HTTP level not at SOAP level. Did you try this [1] ? If the certificates used for SSL are self signed ones, you may need to set these [2] system properties. thanks, Nandana [1] -

[Axis2] Authenticating a WCF client to a Java Axis web service

2009-06-27 Thread Prahalad Deshpande
Hi Team, I write to this mailing list as I found these email addresses on the Apache web site. The question is related to interaction between a Java web service hosted on a Apache Axis 2 web service framework and a .NET client written using WCF( .NET framework 3.5). The web service expects the