Hi there,

I noticed an interesting introspection activity of AXIS recently:
Given I have a backend service with the following function:
public String myfunction () {

}

private at.fwd.CustomType myfunction () {

}

==> if I deploy this as a backend service class with "myfunction" as methodname, AXIS seems to look into at.fwd.CustomType as well and is unable to list the services (/servlet/AxisServlet).
Only after adding the BeanSerializer definitions for at.fwd.CustomType it worked again.

Interesting, what? Is this intended behaviour of Axis, to inspect private functions as well?

thx
Johannes

Reply via email to