Use JSR181 annotations, then you can have different operation name
then method name.

On 3/8/07, Lee Breisacher <[EMAIL PROTECTED]> wrote:
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




--
-----
When one of our products stops working, we'll blame another vendor
within 24 hours.

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to