12 Replies Latest reply on Aug 1, 2005 12:43 PM by raygeeknyc

    could not find deserializer for type

    thomas.diesler

      Your client is aware of the wsdl, which defines the abstract contract, but is unaware of the java/wsdl mapping information.

      Use the WS4EE client deployment model, i.e. a JNDI lookup of a preconfigured stub or use

       ServiceFactoryImpl factory = (ServiceFactoryImpl )ServiceFactory.newInstance();
       Service service = factory.createService(wsdlURL, qname, mappingURL, portName);