0 Replies Latest reply on Jun 4, 2008 2:27 AM by sidgod

    SOAP Header Parameters and xml param renaming in Doc style E

    sidgod

      Hi,

      I have a Document literal - wrapped style endpoint. I am using wstools with its config file to generate all necessary artifacts. But even if i mark some of the method parameters in my endpoint with `header="true" mode="IN"` and `xml-name="<some-name-here>"1, the WSDL doesn't seem to reflect any of these. I want to put some of method parameters as part of SOAP header. Thats why i provided that configuration. This works fine if i compile my endpoint as a RPC endpoint, but same thing does not work in Document - literal-wrapped style. Can somebody please point out whats wrong or atleast is it possible to have SOAP header params in case of Document-wrapped style ?

      Thanks,
      Sid