Thanks Alek.

I've rerun CVS-checkout to get the lattest wsif-2.0.1_IB3 which in its /lib
dir has both: axis-1_2RC2.jar and saaj.jar. I assume these are compatible
since they both came from the same wsif version in apache cvs.  So far no
luck.  The same Exception is thrown.


-----Original Message-----
From: Aleksander Slominski [mailto:[EMAIL PROTECTED]
Sent: Friday, December 31, 2004 5:36 PM
To: [email protected]
Subject: Re: Exception in WSIFOperation_ApacheAxis.setResponseContext()


i would check that you have right version of saaj.jar that works with
axis.jar.

HTH,

alek

Gregory Prokter wrote:

>Greetings to all,
>
>I need help.  I've got the Exception below while doing
>executeRequestResponseOperation with Provider=ApacheAxis.  I'm running a
>Requestor very similar to the samples/DynamicInvoker. The Requestor
>successfully received the WSDL (GET) and successfully sent in the operation
>request (POST).  Then, the operation was successfully executed and the SOAP
>message with the right return value sent back to the Requestor - yes, I've
>been watching TCPMON.  However, because of the exception below, the
>Requestor code couldn't pass the executeRequestResponseOperation().  Then,
I
>rebuilt the wsif.jar with the lattest sources of wsif-2.0, thinking that
the
>java.lang.NoSuchMethodError Exception indicates I must've gotten something
>out of synch, rebuilt my example with the new wsif.jar and ran the
Requestor
>again, but the same Exception was trown again.  I wonder why.  Anyone has a
>clue?
>
>Thanks in advance for your help.
>
>Greg
>
>Exception:
>==========
>       [java] java.lang.NoSuchMethodError:
>org.apache.axis.Message.getSOAPEnvelope()Lorg/apache/axis/message/SOAPEnvel
o
>pe;
>     [java] at
>org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.setRespo
n
>seContext(Unknown Source)
>     [java] at
>org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.invokeRe
q
>uestResponseOperation(Unknown Source)
>     [java] at
>org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.executeR
e
>questResponseOperation(Unknown Source)
>     [java] at
>com.edrient.manager.samples.wsif.DynamicInvoker.invokeMethod(DynamicInvoker
.
>java:295)
>     [java] at
>com.edrient.manager.samples.wsif.DynamicInvoker.main(DynamicInvoker.java:10
7
>)
>     [java] Exception in thread "main"
>
>
>


--
The best way to predict the future is to invent it - Alan Kay

Reply via email to