5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Professional Curricula     Software Development Solution Area     Java EE7     Java EE 7 Back-end Server Application Development
Web services standards such as SOAP, WSDL, and UDDI are XML-based. This course will examine XML and how to manipulate it from within Java applications using JAXB – Java Architecture for XML Binding. It will go on to overview SOAP and demonstrate how to use JAX-WS – the Java API for XML Web Services – to generate web services that can be used for Java EE applications. The course will also cover how to create web service clients using both Java EE and Java SE.

Objectives

XML Programming with JAXB

  • start the course
  • describe the benefits of XML
  • describe the components of an XML document
  • describe the purpose of XML schemas
  • describe the benefits of JAXB
  • describe how to read and write XML data with JAXB
  • describe JAXB annotations
  • marshal a Java class to an XML file
  • marshal a Java collection to an XML file
  • generate a schema from Java source files

SOAP Web Services with JAX-WS

  • describe SOAP including SOAP requests and responses
  • describe how WSDL defines a web service
  • describe how JAX-WS is used to build web services and clients
  • describe how to create a JAX-WS web service
  • describe how to create a JAX-WS web service client using Java SE and Java EE, and use the client to call a web service
  • describe how to annotate SOAP web service methods
  • create and test a SOAP web service
  • create a Java web service client from a WSDL file
  • annotate SOAP web service methods and test the service
  • view SOAP messages

Practice: Using JAX-WS

  • practice configuring JAX-WS services and clients