Hi Angelo, I suppose Your service isn't enabled to receive WS-Security SOAP envelopes.
Have you the @EndpointConfig annotation in your code? | @WebService(endpointInterface="myPackage.SayHelloCiphered", | serviceName="SayHelloCiphered", | portName="SayHelloCipheredSOAP", | targetNamespace="http://www.tai.it/SayHelloCiphered" | ) | @EndpointConfig(configName = "Standard WSSecurity Endpoint") | public class SayHelloCipheredImpl implements SayHelloCiphered { | //... | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060025#4060025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060025 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
