Apparently my hypotheses were correct, more or less.  The new error occurred
because the newer version of Axis apparently deserializes xsd:anyURI into
org.apache.axis.types.URI, instead of into String as the old one did.  Since
URI is not compatible with String, the method mismatched the deployment spec
for the operation. What was needed was to provide a type mapping with a
different deserializer/serializer pair for anyURI.

Jeff
----- Original Message ----- 
From: "Jeff Greif" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 13, 2004 11:46 PM
Subject: deployment form for wrapped doc/lit operation


> I recently converted an rpc/encoded operation to doc/lit and was able to
> reuse the old implementation (more or less) by deploying the operation as
> "wrapped".  This was using Axis 1.1 in Tomcat 4.1.30.  Now, having
upgraded
> to Axis 1.2RC1, the service deploys in Tomcat, apparently successfully,
but
> when I either try to invoke it or when I view the list of services from
the
> Axis index.html page I get the error:
>

Reply via email to