I have some WSDL where the operation name is of the form "qualifier.operation".
This is clearly an invalid Java method name. I create my xfire service using
this API:
serviceFactory.create(MyInterface.class, properties);
In MyInterface, the methods have names such as "qualifier_operation" to make it
legal Java. But clients are still going to send SOAP requests with
"qualifier.operation" because that's what the WSDL says.
So my question is, How can I arrange my xfire service to accept names such as
"qualifier.operation" and have execution directed to method
"qualifier_operation"?
Thanks,
Lee
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email