Gary,

 

The obvious question is do you have the jar files that axis.jar depends on (wsdl4j, jaxrpc, saaj) in the classpath?

 

Assuming that you do, I think you are going to have to get the actual exception message from somewhere to find out which class can’t be loaded.

 

Sorry that isn’t much help..

 

Tom Jordahl
Adobe Server Development


From: Gu, Gary [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 28, 2006 4:58 PM
To: axis-dev@ws.apache.org
Subject: Axis in Oracle

 

Hi there,

 

I tried to run my web service client with Axis inside Oracle database (through Oracle “Java Stored Procedure”).

 

I have loaded Axis.jar file and other jar files that came with the Axis package download into Oracle. Before loading them, seems I had to load j2ee.jar first.

 

However, when I run the code, I got following exception:

 

java.lang.NoClassDefFoundError

            at

org.apache.axis.client.Service.getAxisClient(Service.java:104)

at

org.apache.axis.client.Service.<init>(Service.java:113)

            at

com.starwood.My_ServiceLocator.<init>(Unknown Source)

            at

MySoapOracle.process(MySoapOracle.java:29)

 

 

PL/SQL procedure successfully completed.

 

 

Is anyone there who can tell which class is missing? I am exhausted on this.

 

AxisClient class is loaded in the Oracle with valid status. I don’t know what else getAxisClient tries to load (checked source code but still did not get idea)

 

 

Thanks

 

Gary Gu

 

 
This electronic message transmission contains information from the Company that may be proprietary, confidential and/or privileged.
The information is intended only for the use of the individual(s) or entity named above.  If you are not the intended recipient, be
aware that any disclosure, copying or distribution or use of the contents of this information is prohibited.  If you have received
this electronic transmission in error, please notify the sender immediately by replying to the address listed in the "From:" field.




  • RE: Axis in Oracle Tom Jordahl

Reply via email to