You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ilias Bartolini <il...@studio.unibo.it> on 2005/04/13 15:00:29 UTC

Axis 1.2RC3 and oracle XML paser

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm using axis on an, oracle application server 10g.

When reading the wsdl of a deployed service the following error happens:
- ---------------------------------
AXIS error:
Sorry, something seems to have gone wrong... here are the details:

Fault - ; nested exception is: 
	oracle.xml.parser.v2.XMLDOMException: Implementation does not support the 
object requested.

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: oracle.xml.parser.v2.XMLDOMException: Implementation does not 
support the object requested.
 faultActor: 
 faultNode: 
 faultDetail: 
	{http://xml.apache.org/axis/}hostname:timmi.unibo.it
- ---------------------------------

It's an axis problem, or a oracle pasers problem?

Anyone knows how to force axis using the Xerces paser, instead of oracle one?

I've put Xerces in WEB-INF/lib directory but got the same error.

- -- 
/**
 * Reply to: ilias.bartolini(at)studio.unibo.it  
 * ICQ# 42797710 - FeSToso n°143 - PGP Key-IDs:0x6A951A45
 * http://www.brainetwork.net/homepage - https://www.universibo.unibo.it
 * http://www.icalx.com/html/brain79/week.php?cal=brain79.public
 */
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFCXRfy+CP4pmqVGkURAt49AJ0dPazpiu6kukEy7hgZYzLkLRcVAACfagfE
GVCuujzdPzv4DBItD0+3rHs=
=2lCM
-----END PGP SIGNATURE-----

Re: Axis 1.2RC3 and oracle XML paser

Posted by Anne Thomas Manes <at...@gmail.com>.
Question: 

Why are you trying to use Axis on Oracle10g when Oracle10g includes an
implementation of JAX-RPC?

Did you also set up the classpath properly?
See http://ws.apache.org/axis/java/install.html#ClasspathSetup

Anne

On 4/13/05, Ilias Bartolini <il...@studio.unibo.it> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> I'm using axis on an, oracle application server 10g.
> 
> When reading the wsdl of a deployed service the following error happens:
> - ---------------------------------
> AXIS error:
> Sorry, something seems to have gone wrong... here are the details:
> 
> Fault - ; nested exception is:
>         oracle.xml.parser.v2.XMLDOMException: Implementation does not support the
> object requested.
> 
> AxisFault
>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
>  faultSubcode:
>  faultString: oracle.xml.parser.v2.XMLDOMException: Implementation does not
> support the object requested.
>  faultActor:
>  faultNode:
>  faultDetail:
>         {http://xml.apache.org/axis/}hostname:timmi.unibo.it
> - ---------------------------------
> 
> It's an axis problem, or a oracle pasers problem?
> 
> Anyone knows how to force axis using the Xerces paser, instead of oracle one?
> 
> I've put Xerces in WEB-INF/lib directory but got the same error.
> 
> - --
> /**
>  * Reply to: ilias.bartolini(at)studio.unibo.it
>  * ICQ# 42797710 - FeSToso n°143 - PGP Key-IDs:0x6A951A45
>  * http://www.brainetwork.net/homepage - https://www.universibo.unibo.it
>  * http://www.icalx.com/html/brain79/week.php?cal=brain79.public
>  */
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.4 (GNU/Linux)
> 
> iD8DBQFCXRfy+CP4pmqVGkURAt49AJ0dPazpiu6kukEy7hgZYzLkLRcVAACfagfE
> GVCuujzdPzv4DBItD0+3rHs=
> =2lCM
> -----END PGP SIGNATURE-----
>