Is there any body having worked on web services with java (by SOAP) ? I have problems when exposing a web method which returns a java bean. According to SOAP documents, selecting "BeanSerializer" class of "soap.jar" as the needed serializer and deserializer should do well, but I didn't get a proper result in spite of following the path.