Closed beirtipol closed 6 years ago
I have decided to close this PR for several unrelated changes:
Feel free to provide another PR for the first issue.
nonProxyHosts
.Here is a sample with xmime namespace:
<xs:element name="UploadNamedReference">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:base64Binary"
xmime:expectedContentTypes="*/*">
<xs:attribute name="datasetUid" type="common:uid" use="required" />
<xs:attribute name="filename" type="common:filename" use="required" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
The xmine will cause an external schema to fetch: the autogenerated schema at runtime will contain:
<xs:import namespace="http://www.w3.org/2005/05/xmlmime" schemaLocation="http://www.w3.org/2005/05/xmlmime"/>
Split out the logic for getting a handle to the proxy and investigate for the wsdlURL being present in the nonProxyHosts before adding the command line arg