[jboss-user] [JBossWS] - Re: Authorization failure .NET client to secured Webservices

2006-12-04 Thread marcelvanvelzen
Thanks, it now works !! What I added was the portcomponent, I specified: @PortComponent(authMethod="BASIC", transportGuarantee="NONE") At the moment I am not interested in SSL communication. Also I don't use Tomcat, but thanks for the advice, perhaps in the future. In my VB code, I removed the

[jboss-user] [JBossWS] - Re: Authorization failure .NET client to secured Webservices

2006-12-03 Thread cboatwright
I didn't notice a @PortComponent annotation, like: | @PortComponent(authMethod="BASIC", urlPattern="/contextHere/athenaserver",transportGuarantee="CONFIDENTIAL") | Also, I'm guessing you are using the Tomcat that comes with 4.0.5.GA? If so, you should also remember to set the restrictedUs

[jboss-user] [JBossWS] - Re: Authorization failure .NET client to secured Webservices

2006-12-02 Thread marcelvanvelzen
Correction, the JBOSS_HOME/server/default/logs/server.log shows the following line: 2006-12-02 09:18:20,062 DEBUG [jbossws.SOAPMessage] Incomming SOAPMessage View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990742#3990742 Reply to the post : http://www.