Results 1 to 2 of 2

Thread: How can i get the dynamic wsdl in Spring webservice which contains multiple xsd

  1. #1

    Default How can i get the dynamic wsdl in Spring webservice which contains multiple xsd

    Hi,

    I have one xsd (i.e GetIssue.xsd) which is including and importing 3 more xsd's which are agian importing more xsd's.

    How can i generate dynamic wsdl?. I think spring is supporting single xsd.

    If i am trying to create dynamic wsdl, it can't locate the importing and inculdes xsd's which are in the correct path.

    Quick response is appriciated.

    Thanks,
    Venkat

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

    Default

    Importing other XSDs is partially supported. This means that your can refer to constructs defined in other files (by setting a schemaLocation property), but the elements in these other files will not be considered as a source for wsdl:messages.

    This is planned to be fixed in 1.0.2 (http://opensource.atlassian.com/proj...browse/SWS-162)
    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
  •