You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Eryq <er...@zeegee.com> on 2000/09/07 04:58:11 UTC

Problem with ServiceManagerClient: "No Deserializer ...../envelope/:Parameter"

CONFIGURATION:
	Solaris
	Tomcat 3.1
	JDK 1.2.2
	
CLASSPATH:
  .../soap-2_0/lib/soap.jar
  .../soap-2_0
  .../xerces.jar
  .../xml4j_2_0_15/xml4j.jar

PROBLEM:

Set up *exactly* as described in the install docs.  Run Tomcat.
Soap URI works.  Even admin site shows up.
I try to deploy the "addressbook" sample.
I do this:

	java org.apache.soap.server.ServiceManagerClient \
		http://localhost:8999/soap/servlet/rpcrouter \
		deploy \
		~/DeploymentDescriptor.xml

And get this:

	>>(Wed Sep 06 22:52:19 EDT 2000) Processing SOAP request...
	Ouch, the call failed: 
	  Fault Code   = SOAP-ENV:Client
	  Fault String = No Deserializer found to deserialize a 		
	'http://schemas.xmlsoap.org/soap/envelope/:Parameter' using encoding style 'null'.

HUNH?  What is it looking for?!!!
TIA,

Eryq

Re: Problem with ServiceManagerClient: "No Deserializer ...../envelope/:Parameter"

Posted by Eryq <er...@zeegee.com>.
Sanjiva Weerawarana wrote:
> 
> I'll bet you have an older version of Xerces .. you need 1.1.2 or newer.
> 

Great!!!  That fixed it!  :-)

Eryq

Re: Problem with ServiceManagerClient: "No Deserializer ...../envelope/:Parameter"

Posted by Eryq <er...@zeegee.com>.
Sanjiva Weerawarana wrote:
> 
> I'll bet you have an older version of Xerces .. you need 1.1.2 or newer.
> 

Great!!!  That fixed it!  :-)

Eryq

Re: Problem with ServiceManagerClient: "No Deserializer ...../envelope/:Parameter"

Posted by Sanjiva Weerawarana <sa...@watson.ibm.com>.
I'll bet you have an older version of Xerces .. you need 1.1.2 or newer.

Sanjiva.

----- Original Message -----
From: "Eryq" <er...@zeegee.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 06, 2000 10:58 PM
Subject: Problem with ServiceManagerClient: "No Deserializer
...../envelope/:Parameter"


> CONFIGURATION:
> Solaris
> Tomcat 3.1
> JDK 1.2.2
>
> CLASSPATH:
>   .../soap-2_0/lib/soap.jar
>   .../soap-2_0
>   .../xerces.jar
>   .../xml4j_2_0_15/xml4j.jar
>
> PROBLEM:
>
> Set up *exactly* as described in the install docs.  Run Tomcat.
> Soap URI works.  Even admin site shows up.
> I try to deploy the "addressbook" sample.
> I do this:
>
> java org.apache.soap.server.ServiceManagerClient \
> http://localhost:8999/soap/servlet/rpcrouter \
> deploy \
> ~/DeploymentDescriptor.xml
>
> And get this:
>
> >>(Wed Sep 06 22:52:19 EDT 2000) Processing SOAP request...
> Ouch, the call failed:
>   Fault Code   = SOAP-ENV:Client
>   Fault String = No Deserializer found to deserialize a
> 'http://schemas.xmlsoap.org/soap/envelope/:Parameter' using encoding style
'null'.
>
> HUNH?  What is it looking for?!!!
> TIA,
>
> Eryq


Re: Problem with ServiceManagerClient: "No Deserializer ...../envelope/:Parameter"

Posted by Sanjiva Weerawarana <sa...@watson.ibm.com>.
I'll bet you have an older version of Xerces .. you need 1.1.2 or newer.

Sanjiva.

----- Original Message -----
From: "Eryq" <er...@zeegee.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 06, 2000 10:58 PM
Subject: Problem with ServiceManagerClient: "No Deserializer
...../envelope/:Parameter"


> CONFIGURATION:
> Solaris
> Tomcat 3.1
> JDK 1.2.2
>
> CLASSPATH:
>   .../soap-2_0/lib/soap.jar
>   .../soap-2_0
>   .../xerces.jar
>   .../xml4j_2_0_15/xml4j.jar
>
> PROBLEM:
>
> Set up *exactly* as described in the install docs.  Run Tomcat.
> Soap URI works.  Even admin site shows up.
> I try to deploy the "addressbook" sample.
> I do this:
>
> java org.apache.soap.server.ServiceManagerClient \
> http://localhost:8999/soap/servlet/rpcrouter \
> deploy \
> ~/DeploymentDescriptor.xml
>
> And get this:
>
> >>(Wed Sep 06 22:52:19 EDT 2000) Processing SOAP request...
> Ouch, the call failed:
>   Fault Code   = SOAP-ENV:Client
>   Fault String = No Deserializer found to deserialize a
> 'http://schemas.xmlsoap.org/soap/envelope/:Parameter' using encoding style
'null'.
>
> HUNH?  What is it looking for?!!!
> TIA,
>
> Eryq