BTW:  deploy.wsdd has
      <typeMapping
        xmlns:ns="http://address.jaxrpc.samples";
        qname="ns:AddressBean"
        type="java:samples.jaxrpc.address.AddressBean"
        serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
       
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
        encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
      />



--- Vipul Sagare <[EMAIL PROTECTED]> wrote:

> 
> I have samples.jaxrpc.address service running in one container.  When
> I
> tried to access the service through another web container, I get "No
> serializer found" error.  axis.jar is in the classpath.  When I
> access
> the service through standalone client, no client errors and works
> fine.
> 
> Any ideas? Do I need custom serializer(I should not. right?)  
> 
> Thank you.
> 
> AxisFault
>  faultCode:
> {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
>  faultSubcode:
>  faultString: java.io.IOException: No serializer found for class
> samples.jaxrpc.
> address.AddressBean in registry
> [EMAIL PROTECTED]
> 0e3b
>  faultActor:
>  faultNode:
>  faultDetail:
>         {http://xml.apache.org/axis/}stackTrace:java.io.IOException:
> No
> serializ
> er found for class samples.jaxrpc.address.AddressBean in registry
> org.apache.axi
> [EMAIL PROTECTED]
>         at
> org.apache.axis.encoding.SerializationContext.serializeActual(Seriali
> zationContext.java:1429)
>         at
> org.apache.axis.encoding.SerializationContext.serialize(Serialization
> Context.java:914)
> 
> 
> 
> 
> --- Anne Thomas Manes <[EMAIL PROTECTED]> wrote:
> 
> > Try also Mindreef SOAPscope.
> > 
> > On 11/1/05, Guy Rixon <[EMAIL PROTECTED]> wrote:
> > >
> > > XMLSpy does WSDL, but you have to buy the "enterprise" edition to
> > get that
> > > feature and it's very expensive. oXygen (http://www.oxygen.com/)
> > also
> > > provides
> > > a WSDL editor and can check WSDL against schema.
> > >
> > > The WS-I provides some checking tools; maybe they cover WSDL as
> > well as
> > > SOAP
> > > on the wire?
> > >
> > > On Tue, 1 Nov 2005, Matthew Hannay wrote:
> > >
> > > > We have hand written our WSDL and Would like to
> > > > validate that it is a correct Document/literal WSDL?
> > > >
> > > > Is it enough to say that if the axis wsdltoJava
> > > > used in debug mode completes with out error and the
> > > > generated source looks correct then the WSDL is fine?
> > > >
> > > > Does any one know of any tools or web sites that are
> > > > good wsdl validators?
> > > >
> > > > Cape clear from www.capescience.com
> <http://www.capescience.com>
> > has a
> > > free WSDL
> > > > or 'SOA' editor we found by doing a google search.
> > > >
> > > > Matt
> > > >
> > > >
> > > >
> > > > ____________________________________________________
> > > > Do you Yahoo!?
> > > > Never miss an Instant Message - Yahoo! Messenger for SMS
> > > > http://au.mobile.yahoo.com/mweb/index.html
> > > >
> > >
> > > Guy Rixon [EMAIL PROTECTED]
> > > Institute of Astronomy Tel: +44-1223-337542
> > > Madingley Road, Cambridge, UK, CB3 0HA Fax: +44-1223-337523
> > >
> > 
> 
> 

Reply via email to