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/SOAPEnvelo
pe;
    [java] at
org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.setRespon
seContext(Unknown Source)
    [java] at
org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.invokeReq
uestResponseOperation(Unknown Source)
    [java] at
org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.executeRe
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:107
)
    [java] Exception in thread "main"





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



Reply via email to