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.

Reply via email to