-
Sep 17th, 2007, 10:58 AM
#1
Wsdl dynamic generation problem with imported request/response elements
I have a schema that imports another schema. Both schemas have request/response root elements. When the Wsdl is generated, it does not generate operations for any of the request/response elements in the imported xsd file. Is there any reason why these operations are not being exposed in the wsdl?
Any help is greatly appreciated.
-
Sep 17th, 2007, 01:54 PM
#2
The XsdBasedSoap11Wsdl4jDefinitionBuilder did not have support for imports. See http://opensource.atlassian.com/proj...browse/SWS-162.
The good news is that I resolved this issue today, so the upcoming 1.0.1 release will contain the fix!
-
Sep 17th, 2007, 02:15 PM
#3
Thanks!
Wow! That was fast. I saw that bug but wasn't sure it addressed the soap operations. Thanks!
-
Oct 5th, 2007, 12:56 PM
#4
Operations still missing
I just downloaded the latest version of spring ws and still the operations are not being built for the request/response objects in the imported xsd. I saw it discussed in one of the jira issues but that issue is resolved and I don't see the fix. Is there something I'm missing?
-
Oct 6th, 2007, 06:25 AM
#5
The resolution for SWS-162 is currently rather limited. It does not process the request and response elements in imported files, it only allows you to refer to elements found in imported files. We should descend into imported files, and process them completely. I've reopened the issue, and will try to fix it for 1.0.2.
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