Originally posted by Eye Geek:
Im looking for help to get complex data types / objects around.
Originally posted by Venkat Ram:
Thanks Peer. You are right. Once I am thinking of transferring Java Objects using webservices, then I am not making it interoperable with other all SOAP clients. Thanks for the schema document, it helped.
For the record, I was able to get the java object transferred using jax-ws. With Netbeans, using Jax-WS and transferring java object almost feels like RMI or Corba where stubs are created on the client side. Netbeans was actually getting all the classes from the server side that are needed for using the object on the client side when pointing to the Webservice operation / wsdl file.
But, now that I figured this could be done using Jax-WS. I will now move on implementing a complex data using xml schema that soap supports and can work with other soap clients.
Thanks again.
Originally posted by chin desai:
send the entity bean as response back to the calling client? Can I do that? If not, then How can i send the complex data back to the client?
Consider Paul's rocket mass heater. |