I have exposed some Web Services using Spring and XFire and
everything seems to be peachy.  I can see the WSDL, I can even
consume the Web Services from a simple Flex2 application.

I am having problems calling methods in my Services beans that have
the same parameter signature as other methods.  For example:  I am
exposing a ProductService, and it has the the methods getProduct(Long id)
and getManufacturer(Long id) Manufacturer.  When calling these from my
client, the XFire processor is not able to differentiate between the two.

The same goes for methods without parameters.

My problem is probably best highlighted by Alexander Ananiev's blog
entry about differences in Web Service styles:
http://myarch.com/wrappernon-wrapper-web-service-styles-things-you-need-to-know

Can anyone shed some light into how to handle this?

Thanks,

Rob

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

   http://xircles.codehaus.org/manage_email

Reply via email to