Re: Setting up Java Web Services, specifically SAAJ
From: William Brogden (wbrogden_at_bga.com)
Date: 11/26/03
- Previous message: Alex Hunsley: "Re: Double buffering"
- In reply to: Martin Wood: "Setting up Java Web Services, specifically SAAJ"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 26 Nov 2003 08:19:07 -0800
"Martin Wood" <madmarty@bigfoot.com> wrote in message
news:qb1xb.26589$K%5.15315@news-binary.blueyonder.co.uk...
> Hi there,
>
> I'm having a bit of trouble with getting SAAJ to work properly. I'm on
> Debian, and downloaded and installed the web services pack fine AFAIK.
>
> Apart from it being a rude awakening to the necessity of setting your
> classpath it seems to be working fine apart from a complete show stopper:
>
> I compile the programed I want to run (a simple test client that will
> send a SOAP message to a server), but the client always bombs out with
> this message:
>
> javax.xml.soap.SOAPException: Unable to create message factory for SOAP:
> Provider
> com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl not found
>
>
> My class path (with added spaces for readability)
>
> export CLASSPATH=.:
> /usr/local/bin/jwsdp-1_3/saaj/lib/saaj-api.jar:
> /usr/local/bin/jwsdp-1_3/saaj/lib/saaj-impl.jar:
> /usr/local/bin/jwsdp-1_3/jwsdp-shared/lib/mail.jar:
> /usr/local/bin/jwsdp-1_3/jwsdp-shared/lib/activation.jar
Is it possible that earlier versions of saaj are being found first? Possibly
due to the extension mechanism?
See the findingclasses.html in docs/tooldocs of your SDK installation
>
>
> As you can see, I've included saaj-impl.jar, which I assumes the message
> refers to. I've even looked inside the jar file - indeed the
> SOAPMessageFactory1_1Impl.class is there.
>
>
> What does this message mean? I've searched the web but found nothing.
> If someone could point me on the right lines, I would be ever so grateful.
>
>
> TIA,
>
> --
> Martin Wood
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
- Previous message: Alex Hunsley: "Re: Double buffering"
- In reply to: Martin Wood: "Setting up Java Web Services, specifically SAAJ"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|