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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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