• 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 SCDJWS5 exam today.

 
Ranch Hand
Posts: 400
Hibernate Spring Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers

I've cleared SCDJWS5 exam today morning with 79%. I’ve been preparing for this exam since more than 4 months there were 65 question & 150 minutes, and I answered 51 questions correct.
Most of the questions were from SOAP, JAX-WS, Security, WSDL, UDDI & WSI sections where the security related questions were toughest for me among all I got only 40% on this Section.

Following are some points which I observe from my exam questions for the peoples who wish to attempt this exam in future.

  • Remember the communication mode supported by JAX-WS and JAX-WS support for data bindings.
  • The difference of document-literal & rpc-literal.
  • You have to choose the answer carefully of such questions where you asked what can EJB-based Endpoint & Servlet-based Endpoint can access, like EJB endpoints can take advantage of container managed transactions.
  • Thoroughly take inside look on xml schemas to define arrays and java primitives types.
  • Check the validation-of-schema first if the xml schema provided in question.
  • Remember the steps to establish connection with a UDDI registry using JAXR client.
  • Svcutil.exe is a utility if DotNet to generate proxies of framework similar like wsimport in java.
  • Take a thorough look on SOA+UDDI advantages such as:
  • -UDDI provides location where services can be dynamically discovered.
    -Remember SOA is only a way to design a system and Web service is possible implementation, I’ve got two questions related to SOA.
  • Remember if the operation is in-only then it cannot send a SOAP fault back to the sender.
  • I’ve got 2 questions on interaction layer; check the benefits of interaction layer what they are appropriate for?
  • Check the scenario when you want to switch your web service from synchronous Web service interaction to an asynchronous.
  • I got one question to choose either SOAP Web Service or RestFull your concept should clear on “what is the appropriate usage in certain situation?”
  • Check the Syntax of portType element for request/response or request -only operation in WSDL.
  • You should able to decide between java-to-wsdl and wsdl-to-java approach appropriate for certain scenario.
  • I got a question on the JAXB data binding steps/process (which I think made wrong )
  • And again I forgot SAAJ extends DOM API not SAX API and made one question wrong on it *sigh*.
  • I’ve got one question on each of topic(JAXP, StAX, SAAJ & SAX).
  • Try to run each code example given into Ivan’s notes specially regarding security.
  • There are great step by step code examples in “Java Web services up & running” book give a to each of them yourself.


  • Furthermore, I had used RMH & Java web services up & running book and always use to open Ivan’s notes pdf side by side when studying those books. It’s very easy to find the each API specification links in this PDF it’s a great resource for preparation.

    Moreover,
    Lastly I would like to thanks all the ranchers for the helping me throughout my journey to SCDJWS, especially to Ivan for such a great free pdf.



    Best Regards

    Minhaj
     
    Ranch Hand
    Posts: 310
    1
    Oracle Java Linux
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    congrats and thanks for sharing your experience. I am sure the details will help us
    So what are you planning next?
     
    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
    Congrats!
     
    Ranch Hand
    Posts: 35
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Congrats
     
    Greenhorn
    Posts: 7
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Congrats! and thank you very much for sharing the information. All the best for your future endeavours!
     
    Minhaj Mehmood
    Ranch Hand
    Posts: 400
    Hibernate Spring Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Rajeev Rnair wrote:congrats and thanks for sharing your experience. I am sure the details will help us
    So what are you planning next?



    You're welcome
    Well right now just planing next holidays nothing else ;)
     
    Minhaj Mehmood
    Ranch Hand
    Posts: 400
    Hibernate Spring Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thank you all


    Minhaj
     
    Ranch Hand
    Posts: 38
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    can you please tell me what is the price of SCDJWS in india?
     
    Minhaj Mehmood
    Ranch Hand
    Posts: 400
    Hibernate Spring Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I don't know, better to check with prometric.com


    Regards
     
    Greenhorn
    Posts: 8
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Congrats! Very good writeup on the topics. Where do I get Ivan's notes?
     
    Ranch Hand
    Posts: 2198
    1
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hi!

    Dinesh Subramoni wrote:Congrats! Very good writeup on the topics. Where do I get Ivan's notes?


    Click the link in my signature and then look for the SCDJWS Study Guide.
    Best wishes!
     
    Bartender
    Posts: 4116
    72
    Mac TypeScript Chrome Java Linux
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Congrats
     
    Dinesh Subramoni
    Greenhorn
    Posts: 8
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thanks Vijitha.
    Ivan, I was able to browse your notes at work. Very good material and thanks for sharing.
    Could not download it due to firewall issues.
    Will download @ home.
     
    Ranch Hand
    Posts: 558
    2
    Hibernate Spring Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Minhaj Mehmood wrote:
    Furthermore, I had used RMH & Java web services up & running book and always use to open Ivan’s notes pdf side by side when studying those books. It’s very easy to find the each API specification links in this PDF it’s a great resource for preparation.
    Minhaj



    First of all congratulations on this accomplishment .

    Secondly, I have been planning to take up webservices test (though planning for couple of years ) but I wonder if RMH has written a book for SCDJWS 5.0. I checked amazon, but it is for 1.4. I'm sure we could benefit from this book, specially for those common unchanged topics, but still wonder if any on has come acrossed the book for 5.0 version.
     
    Minhaj Mehmood
    Ranch Hand
    Posts: 400
    Hibernate Spring Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Kumar Raja wrote:
    Secondly, I have been planning to take up webservices test (though planning for couple of years ) but I wonder if RMH has written a book for SCDJWS 5.0. I checked amazon, but it is for 1.4. I'm sure we could benefit from this book, specially for those common unchanged topics, but still wonder if any on has come acrossed the book for 5.0 version.



    Yes, I guess it was written only for 1.4 version but still the chapters written on SOAP, WSDL, XML & etc are quite good to understand the basics.


    Regards

    Minhaj
     
    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
     
    Minhaj Mehmood
    Ranch Hand
    Posts: 400
    Hibernate Spring Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thanks Arulk
     
    Ranch Hand
    Posts: 260
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Congratulation.

    Please share some mock test ursl.

    Thanks
     
    Ranch Hand
    Posts: 44
    Linux
    • Likes 1
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thanks Mehmood, the experience shared by you helped me for the exam( certified with 92%).

    Big thanks to Mikalai, for the web based SCDJWS 5.0 Study Guide.
    I echo the same with Mehmood for exam experience.
     
    Minhaj Mehmood
    Ranch Hand
    Posts: 400
    Hibernate Spring Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Sripad Sridhar wrote:Thanks Mehmood, the experience shared by you helped me for the exam( certified with 92%).

    Big thanks to Mikalai, for the web based SCDJWS 5.0 Study Guide.
    I echo the same with Mehmood for exam experience.



    Thanks buddy...but you've passed with great score, Sridhar ;)


    Best Regards

    Minhaj
     
    Ranch Hand
    Posts: 61
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Congratulations Minhaj and I appreciate you, for articulating the type of questions and kind of preparedness needed for the test.
     
    Ranch Hand
    Posts: 497
    2
    Spring Java Ubuntu
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hi Minhaj Mehmood

    Congratulations on your approval !
    I have noticed that the content for this certification is quite extensive...and I started to study one month and would only be approved....
    Based on your experience, what would be the most important exam topics that I should give more attention so I can pass with a regular note ? I mean is that I'd like to study only enough to be approved....
    Or would be easier you cite those topics that don't need much study?
    Regards.
     
    Kumar Raja
    Ranch Hand
    Posts: 558
    2
    Hibernate Spring Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Minhaj Mehmood wrote:

  • Remember the communication mode supported by JAX-WS and JAX-WS support for data bindings.
  • Check the Syntax of portType element for request/response or request -only operation in WSDL.



  • Hi Minjaj,

    Could you please elaborate on syntax of portType for request/response or request-only operation? Do you mean, if we use both input and output for request-only. Could you be more specific on this ? Also, what did you mean by communication mode supported by JAX-WS.
     
    Ranch Hand
    Posts: 3389
    Mac MySQL Database Tomcat Server
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Congratulations for your accomplishment Minhaj Mehmood
     
    Ranch Hand
    Posts: 97
    MySQL Database Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    congratulations
     
    reply
      Bookmark Topic Watch Topic
    • New Topic