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 James Yegerlehner <ja...@kamiak.com> on 2001/03/01 01:36:50 UTC

Re: Generating WSDL for Apache-SOAP services

----- Original Message -----
From: "Erik van Zijst" <er...@marketxs.com>
> They sure do, but what about my serializers? How can the WSTK (ibm) know
what
> the resulting xml will be after my serializer is done by just looking at
the
> signatures of classes?
> So how can it write a type definition of the objects that travel over the
> wire?

Perhaps this is a good reason to author the service signatures as WSDL and
schema first, and then generate the service skeletons and client stubs from
that using the WSTK.