• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Passed 1Z0-897 Web Services Java 6 certification

 
Greenhorn
Posts: 3
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I passed WSD 6 exam (1Z0-897) today with 81%. I prepared using Mikalai Zaikin notes (Web Services Developer Guide and Quiz docs).
I also used EPractice Java 6 Web Services Lab software to do practice tests.
Exam asked a lot of questions on best practice on design and implementation of web services, web services security, WSIT/WCF, Rest (such as EJB both singleton/stateless root resource and other questions on JAX-RS) and basically had questions on WS-Addressing, MTOM, low-level APIs, security configuration, SOAP Web Service.....
I found question on EJB root resource JAX-RS deployment (whether to web container or EJB container) and its access by clients trickier to answer.
I really appreciate help I got with MZ notes for this exam preparation.

Sanjana


 
Bartender
Posts: 3908
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Sanjana !

Great job!

I glad to know my WSD quiz and guide helped.

Best regards,
MZ
 
Sanjana Kapoor
Greenhorn
Posts: 3
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mikalai Zaikin wrote:Congratulations Sanjana !

Great job!

I glad to know my WSD quiz and guide helped.

Best regards,
MZ



Thanks MZ - What made my study experience interesting was going through details specified in WSD Quiz Answer document. Many similar questions were asked in the test such as :
HttpURConnection..... <code missing> and we had to place connection.setDoOutput(true). ref:swaRef is in WSDL then correct answer was to choose @XMLAttachmentRef on webservice interface method for correct mapping...
and more.
Thanks so much.
 
Creator of Enthuware JWS+ V6
Posts: 3411
320
Android Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!! Well done
 
Greenhorn
Posts: 18
Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Congratulations!! Great job

Sometime there are some members passing the exam. I fell happy too.

I hope pass it in near future
 
MyExamCloud Software Support
Posts: 734
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Sanjana Kapoor!
 
Ranch Hand
Posts: 1376
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats
 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am preparing for OCEWSD 6 .
Currently I am reading the following books.


1. Java restful web services (Oreilly)
2. java web services up and running.

does these books are sufficient with MZ study material for 1Z0-897.


Thanks
ankit kumar
 
Bartender
Posts: 2419
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The two reference books are a good start for those who are not familiar with web services.

I took an online 6 weeks web service course from the extension department of University of California, Irvine. It costs $650 US dollars. This online class gave me some basic hand-on experience about web services (SOAP and JAX-RS, SOA, use of SOAP UI). It may not be directly related to the exam. But I learned the basics about web services from this course.

You may want to download Ivan's version 5 of the 411 pages of exam study guide at http://www.ivankrizsan.se/my-books/. Pay close attention to chapter 8-12 of the notes. The information is helpful.

You also need to be aware that questions from version 5 may appear in this exam. For example, you may need to know web service cache (in Ivan's notes) for this exam.
You may also need to read J2EE 5 tutorial's JAXB. Even though webservices.xml (covered in Ivan's notes) are not on the exam objective, you may still need to know what it is and what it contains.
Try to Google search for the difference between StAX and SAX.

Last but not least, I highly recommended Ethuware ($30) and EPractice Labs ($40) mock exams. These are very helpful for you to pass the exam.

In the exam, you may see some questions that you are not quite sure. All you can do is to eliminate those options that you feel they don't make sense.

Good luck.

 
ankit kumar
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Himai Minh wrote:The two reference books are a good start for those who are not familiar with web services.

I took an online 6 weeks web service course from the extension department of University of California, Irvine. It costs $650 US dollars. This online class gave me some basic hand-on experience about web services (SOAP and JAX-RS, SOA, use of SOAP UI). It may not be directly related to the exam. But I learned the basics about web services from this course.

You may want to download Ivan's version 5 of the 411 pages of exam study guide at http://www.ivankrizsan.se/my-books/. Pay close attention to chapter 8-12 of the notes. The information is helpful.

You also need to be aware that questions from version 5 may appear in this exam. For example, you may need to know web service cache (in Ivan's notes) for this exam.
You may also need to read J2EE 5 tutorial's JAXB. Even though webservices.xml (covered in Ivan's notes) are not on the exam objective, you may still need to know what it is and what it contains.
Try to Google search for the difference between StAX and SAX.

Last but not least, I highly recommended Ethuware ($30) and EPractice Labs ($40) mock exams. These are very helpful for you to pass the exam.

In the exam, you may see some questions that you are not quite sure. All you can do is to eliminate those options that you feel they don't make sense.

Good luck.




Thanks a lot for your valuable inputs.
 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Sanjana....

I am planning to write Web Services Certification (SCDJWS/OCEJWSD) and I never worked on Web Services.
Would request you guys to help me with details on what to start with to reach my goal.
Also please help me with set of books/prep I should complete before writing exam.

Thanks
Jatin Vasa
 
Frits Walraven
Creator of Enthuware JWS+ V6
Posts: 3411
320
Android Eclipse IDE Chrome
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Would request you guys to help me with details on what to start with to reach my goal.
Also please help me with set of books/prep I should complete before writing exam.


Please check this thread for valuable information.
 
Jatin Vasa
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Frits... Your thread answers my questions...

Jatin Vasa
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do i need to expect questions from SAX2??
example
org.xml.sax.ext
Interface EntityResolver2

Interfaces

Attributes2
DeclHandler
EntityResolver2
LexicalHandler
Locator2
Classes

Attributes2Impl
DefaultHandler2
Locator2Impl
 
Himai Minh
Bartender
Posts: 2419
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, Lok.
No, I did not see any questions related to those topics.
 
Lok Manick
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Himai
 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sanjana:

How long did you prepare for the exam?
 
Himai Minh
Bartender
Posts: 2419
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since I work full time, it took me 14 months to prepare and review the materials 2-3 times. I did not have any hand on experience with REST/SOAP/JAX-RS/JAX-WS/WS-*. It took me time to learn.
Everyone has different work experience related to web service. If you have some background knowledge about web services, it may take you shorter time to prepare.
 
Author
Posts: 3473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats and keep up the good work.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is this exam hands on or objective? Sorry I am new.
 
Himai Minh
Bartender
Posts: 2419
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The exam has a lot of WS security (WS-*) and best practice and design. There are still a few questions about JAX-WS.
 
Abhay Agarwal
Ranch Hand
Posts: 1376
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

is this exam hands on or objective? Sorry I am new.


All Objectives. Having an hands-on experience in Java Web Service domain shall be an advantage in preparation of exam
 
reply
    Bookmark Topic Watch Topic
  • New Topic