• 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

How to create the SOAP for a given input XML file in web services

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear sir/mam
i m creating one SOAP message for this i need one jar file that jar file name is xerces.jar within this i need one class DocumentImpl in the path of "com/sun/org/apache/xerces/internal/dom/DocumentImpl"

i have one xerces jar but within this jar the DocumentImpl is in the path "org/apache/xerces/dom/DocumentImpl"

where i can download the xerces jar file with the correct path.Give me the solution thanks
regards
 
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
Moving this to the XML forum. Please continue this discussion there. Thank you
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"com/sun/org/apache/xerces/internal/dom/DocumentImpl"
I doubt very much that that is the correct package since the naming convention for packages would call for starting with either com.sun or org.apache.
Perhaps you have a mixture of old and new code - there have been a number of versions of xerces and of the Java standard library XML packages.
Bill
 
sakthi vadivelan
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks to all

i got the solution there is the version variation between the xerces and xalan jars i have to use the same version of the jars it gave me the solution thanks a lot
regards
 
Hey! You're stepping on my hand! Help me tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic