java - What are the specifications/recommendations for data types in JAX-RPC web services? -


when developing web service using java, axis1 , jax-rpc, constraints, recommendations , specifications must followed when sending complex data types on web service?

for example, method: public mycomplexclass webserviceoperation() {   return new mycomplexclass; } 

is there limitation on methods, getters, setters, variables, etc mycomplexclass?

i suggest check excellent article

http://www.ibm.com/developerworks/webservices/library/ws-tip-jaxwsrpc/

and this

http://www.nesc.ac.uk/talks/ahm2006/621.ppt


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -