DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18517>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18517 jaxrpc samples needed with JavaBean serializatrion, samples not finished ! Summary: jaxrpc samples needed with JavaBean serializatrion, samples not finished ! Product: Axis Version: 1.1rc2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Serialization/Deserialization AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I cannot find a decent example of using jaxrpc with a JavaBean serialized to the server. I checked the samples.jaxrpc.address.AddressClient, but this example is incomplete and does not work, always error of cannot serializer for this bean (beanmapping done correctly at server side and returned in wsdl) So I need a decent example of -client passing a selfmade javabean (eg. AddressBean) to the server -server returning a JavaBean (eg. return an AddressBean in stead of String) And also what has to be configured at serverside (server-config.wsdd) We always run into the cannotfind-serializer error, or at client side or at server side !
