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
Comments
Post a Comment