Complex « jax « Java Enterprise Q&A





1. How to work with Complex Type Data in JAX WS    coderanch.com

I have deployed a Web service developed using JAXWS in Glass Fish v3 . My service accepts a String and returns a double[] . I am able to work with the above mentioned operation (Writtena client for my wsdl and passed a String and got back a double[]) Now my question is , i want to pass a DTO Object to ...