• 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

java-wsdl-mapping file doubt

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

I just want to know how important is to know the java-wsdl-mapping file content in exam point of view. Are there any specific question about the java-wsdl-mapping file elements ?.

Regards
Raju
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to know 2
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Note sure I understood your question, but as per objective 4.5 (quoted below), you have to know which are the avantages/disavantages of the Java-WSDL, resp. WSDL-Java mappings. Under which circumstances would you prefer one approach over the other?


4.5 Explain the advantages and disadvantages of a WSDL to Java vs. a Java to WSDL development approach.

 
Raju Sri
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Valentin,

I would like to know whether any specic question like below will come in the exam which are related to jaxrpc-mapping-file.

Q)What is the parent element of "wsdl-service-name" in jaxrpc-mapping-file?
Q)What does "wsdl-message" element in jaxrpc-mapping-file describes?

Why I am asking is because of huge number of elements in the jaxrpc-mapping-file which are quite difficult to remember.

So my question is ,do we really need to know the in depth details of jaxrpc-mapping-file contents ?

Regards
Raju
 
Valentin Crettaz
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why I am asking is because of huge number of elements in the jaxrpc-mapping-file which are quite difficult to remember

In the "normal" case, once you have some practical experience with web services and if you put your hands in the code often enough, you don't have to "remember" that stuff, you will just know it. "Learning by doing" takes all its sense here in contrast to "learning by heart" which won't bring you anything except maybe a worthless piece of paper.

Don't schedule your exam until you are really ready, which means until you really know the stuff without having to learn it by heart.
 
Raju Sri
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Valentin,

Thanks for your reply.I understand your point.I think I didn't post the question properly. I didn't mean to remembering all the xml elements in jaxrpc-mapping file. I think you misunderstand me.I just want to know what kind of questions can come on jaxprc-mapping file in exam point of view.I know without having good understanding and practical experience it is not advisable to take the exam.

Regards
Raju
 
reply
    Bookmark Topic Watch Topic
  • New Topic