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"
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