You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Da...@sinnerschrader.com on 2001/11/08 17:26:06 UTC

my own Serializer

Hi @ all,

could someone help me...

what could be the reason of this fault

Generated fault:
 Fault Code = SOAP-ENV:Client
 Fault String = Deployment error in SOAP service 'urn:pShopCatalogService':
class
 name 'webservices.catalog.CategorySerializer' could not be resolved as a
serializer: webservices.catalog.CategorySerializer

my DeploymentDescriptor looks like this.

<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment" id="
urn:pShopCatalogService">
  <isd:provider type="java" scope="Session" methods="getCategory">
    <isd:java class="webservices.catalog.CatalogService" static="false"/>
  </isd:provider>
  <isd:faultListener>org.apache.soap.server.DOMFaultListener</
isd:faultListener>
  <isd:mappings>
    <isd:map encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
        xmlns:cat="http://localhost:8080/webservices/catalog.xsd"
        qname="cat:Catalog"
        javaType="webservices.catalog.CategoryAdapter"
        java2XMLClassName="webservices.catalog.CategorySerializer"
        xml2JavaClassName="org.apache.soap.encoding.soapenc.BeanSerializer
"/>
  </isd:mappings>
</isd:service>

thank you

daniel

____________________________________________

SinnerSchrader Deutschland GmbH
Communication & Technology

mailto:d.wolff@sinnerschrader.com
http://www.sinnerschrader.com
fon +49.(0) 40.39 88 55-0
fax +49.(0) 40.39 88 55-55
gasstrasse 8-16 | 22761 hamburg | germany
____________________________________________