• 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

SAAJ Classloader exception

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

I'm trying to use the SOAP libraries in SAAJ. I have a working example running on Eclipse 3.2/WTP in Java 1.4 so I know it works.

However, I'm currently developing in WSADIE 5.1 with Java 1.4. Most of the calls work fine. However, whenever I call getSOAPBody on a SOAPMessage object, I get the following exception trace:


I am manually setting system properties for the SAAJ classes as follows:


I have used the reflection libraries to try to invoke the method (because yes, it shows up under reflection) and get an Invocation exception stating that the SOAPPart class does not implement the org.w3c.xml.Node class (not sure thats the right package but you get the idea).

I've tried reinstalling the Sun Web Services Developer pack version 1.3 to no avail.

Does anyone have any ideas about what I could do to figure this one out?
 
Get meta with me! What pursues us is our own obsessions! But not this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic