-
Oct 7th, 2007, 11:42 PM
#1
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
-
Oct 10th, 2007, 06:25 AM
#2
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)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules