Results 1 to 4 of 4

Thread: Soap Header defined in wsdl

  1. #1
    Join Date
    Jul 2007
    Posts
    22

    Default Soap Header defined in wsdl

    Can DynamicWsdl11Definition generate soap header information? If so, how would I define this in the schema.

  2. #2
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    It doesn't generate header information, but you can override the XsdBasedSoap11Wsdl4jDefinitionBuilder to make it do what you need.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  3. #3

    Default

    can you please send me the code for adding the soap header info in the wsdl.

    How can i expose the header info

  4. #4
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    I don't have any code ready to do this, but you can check the Javadoc here: http://static.springframework.org/sp...onBuilder.html
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •