Page 4 of 4 FirstFirst ... 234
Results 31 to 33 of 33

Thread: Handling multiple xsd's in wsdl

  1. #31
    Join Date
    Dec 2007
    Posts
    1

    Default builder property for WSDL to inline included XSDd

    Hi Arjen

    Could tell us the name of the property that can be set to tell WSDLBuilder to inline the included XSD.


    Quote Originally Posted by Arjen Poutsma View Post
    The followIncludeImport only reads the included.xsd to find request and response elements. It doesn't inline the XSD, so you still end up with a include statement.

    I suppose we could inline the schema with an include (yet another property for the XsdBasedSoap11Wsdl4jDefinitionBuilder ), but we can't do this for imports, because they can have another target namespace.

  2. #32
    Join Date
    Jul 2007
    Posts
    26

    Default

    This problem (getting a SAX Exception while importing a WSDL from URL to SOAP UI) is related to the fact that your schema is not publicly accessible from your WEB-INF. Make sure that you schema is publicly accessible from WEB-INF.

  3. #33

    Default

    Quote Originally Posted by Arjen Poutsma View Post
    Issue SWS-271 created

Posting Permissions

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