Taking the exam topics listed in Oracle site,
* Create an SOAP web service in a
servlet container
* Create a RESTful web service in a servlet container
* Create a SOAP based web service implemented by an
EJB component
* Create a RESTful web service implemented by an EJB component
* Configure JavaEE security for a SOAP web service
* Create a web service client for a SOAP based web service
* Create a web service client for a RESTful web service
* Create a SOAP based web service using
Java SE platform
* Create handlers for SOAP web services
* Create low-level SOAP web services
* Use MTOM and MIME in a SOAP web service
* Use WS-Addressing with a SOAP web service
* Configure Message Level security for a SOAP web service
* Apply best practices to design and implement web services
I do not see any topic on XML, SOAP 1.1/SOAP1.2, WSIT, XML Processing (JAXP, SAX, DOM etc).
Are these topics removed from SCDJWS 6.0?
Also, what does it mean by "Create low-level SOAP web services'? Does it mean by the usage of SAAJ