You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi...
This package is utilized by Zeep which is generating rust code from
SOAP wsdl's. One issue is that Includes are not processed, which causes Zeep to
fail to generate code when it is processsing any multi-file project...
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright 2005-2018 VMware, Inc. All rights reserved.-->
<definitionstargetNamespace="urn:vim25"xmlns="http://schemas.xmlsoap.org/wsdl/"xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"xmlns:vim25="urn:vim25"xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>
<types>
<schematargetNamespace="urn:vim25"xmlns="http://www.w3.org/2001/XMLSchema"xmlns:vim25="urn:vim25"xmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns:reflect="urn:reflect"elementFormDefault="qualified"
>
<includeschemaLocation="query-messagetypes.xsd" />
<includeschemaLocation="vim-types.xsd" />
<includeschemaLocation="core-types.xsd" />
<importnamespace="urn:reflect"schemaLocation="reflect-messagetypes.xsd" />
...
</definitions>
Any chance this feature could be added ?
Thanks
JR
The text was updated successfully, but these errors were encountered:
Hi...
This package is utilized by Zeep which is generating rust code from
SOAP wsdl's.
One issue is that Includes are not processed, which causes Zeep to
fail to generate code when it is processsing any multi-file project...
Any chance this feature could be added ?
Thanks
JR
The text was updated successfully, but these errors were encountered: