What are people doing out there about their wsdl files? Do they need to be protected? If so how do you create a Service on the client if you need the url to the wsdl file? If not then where do you place the wsdl files since to protect your web service you have to protect http://localhost/service/MyService and the wsdl file is accessed via http://localhost/service/MyService?wsdl
Also, can you have set an empty password like: stub._setProperty(Stub.PASSWORD_PROPERTY, ""); Seems like it doesn't even try to authenicate if you don't provide a password. Is there a way to open it up to allow empty passwords? Thanks again, Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987970#3987970 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987970 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
