I print my out message to see what is send to the server and I notice that the Action had a # character before the operation:
<wsa:Action xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"> http://www.bbmnet.com.br/2006/01/seup/#IncluirEditais </wsa:Action> Why this character is added to the URL? The source code is bellow (AddressingOperationInfo.java): public AddressingOperationInfo(OperationInfo op) { this(op.getService().getService().getTargetNamespace() + "#" + op.getName(), op); } Fabio Retzlaff --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
