0 Replies Latest reply on May 30, 2006 6:20 PM by cliffb53

    wstools, document-style services and SOAP headers

    cliffb53

      Hi everyone,

      is it possible to have a service declared in a wstools-config.xml, that uses a document-style interface and contains SOAP headers?

      I've tried to create one but the WSDL file never contains any <soap:header> elements. Yet, if I change it to rpc-style the WSDL file seems correct, yet, because of complex-types (that are de/serialized without any extra effort with document-style), I can't generate a client stub with C#-based wsdl.exe.

      Is there any good documentation on wstools, the various interface(?) styles and how they interoperate with other technologies?