Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Deployment of SOAP client...

446508Aug 9 2005 — edited Sep 1 2005
Hi,

My setup is iAS 10.1.2.0, database is 10.1.0.2, JDeveloper is 10.1.2.0.

I am trying to deploy a SOAP client stub to the database, when I get the errors below. Obviously I will have to load some JARs to correct this.
Having read the "http://www.oracle.com/technology/sample_code/tech/java/jsp/loadjars.html" page, I am not sure what jar files I will have to load to the 10g database (will I really need the OC4J downloaded files or can I do with the ones supplied in the database directories?), and if there are any obstacles I need to be aware of beforehand?

Cheers,

Jørgen

---


ORA-29521: referenced name oracle/soap/transport/http/OracleSOAPHTTPConnection could not be found

ORA-29521: referenced name org/apache/soap/encoding/SOAPMappingRegistry could not be found

ORA-29521: referenced name org/apache/soap/rpc/Call could not be found

ORA-29521: referenced name org/apache/soap/rpc/Parameter could not be found

ORA-29521: referenced name org/apache/soap/SOAPException could not be found

ORA-29521: referenced name org/apache/soap/rpc/Response could not be found

ORA-29521: referenced name org/apache/soap/Fault could not be found

ORA-29521: referenced name org/apache/soap/transport/SOAPTransport could not be found
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 29 2005
Added on Aug 9 2005
3 comments
2,561 views