"mendaye" wrote : 1. If I use Java Collections object in my web service that 
will be JBoss jaxws stack (2.0.x) compliant, am I running to any 
interoperability issue for .NET consumer. I wanted to make sure these web 
services can be consumed by .NET client.  I am exposing existing Stateless EJB 
as service end-point and it is not easy to replace Java Collections object.
I don't think you'll have .NET compatibility issues with collections, however 
if Richard perfomed some tests on this please add your opinion. Anyway, 
generally speaking, jbossws compliance with standards should offer high 
compatibility with other stacks.

anonymous wrote : 
  | 2. I have requirement - only authorized users can consume these web 
services. Does JBossWS 2.0.x provide user authentication mechanism to do this? 
If so how?
Yes, it does. See @WebContext and its property 'authMethod'.

anonymous wrote : 
  | 3. If #2 (Web service consumer authentication) is possible, can you point 
me document that has examples on this.
I would take a look at the samples that ship with jbossws sources. For example, 
see org.jboss.test.ws.jaxws.samples.context.WebServiceContextEJBTestCase.

Alessio Soldano


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083154#4083154

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083154
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to