Network Deployment (Distributed operating systems), v8.0 > End-to-end paths > Web services - RESTful services > Use XML content in JAX-RS application requests and responses
Previous Step Next Step
Implement a resource method using JAXB objects for XML content.
Step 4: Use XML content in JAX-RS application requests and responses JAX-WSWe can use JAXB objects as request entity parameters and response entities with JAX-RS applications. Instead of transforming XML to and from native Java types, you can take advantage of using JAXB objects.
Configure the JAX-RS application.
Support information (generally applicable)
What to do next
Assemble JAX-RS web applications.
Previous Step Next Step