Re: Selectively exposing overloaded methods.

2002-12-03 Thread Barry Levinson
Not being able to selectively expose overloaded methods also is a problem for me. I have three methods (simplified for the list): void setHostID(BigHost ID) void setHostID(SmallHost ID) void setHostID(String ID) BigHost and SmallHost are not exposed via Axis. They show up as type="s:anyType"

RE: Selectively exposing overloaded methods.

2002-10-25 Thread Tom Jordahl
Hummm.. The allowedMethods attribute on the service doesn't handle this kind of thing. I am not sure how we would be able to allow you to specify one and not the other. You could file an enhancement request, but without a strong idea of how it could be done (or better yet some code patches), I