- assigned_to: nobody --> boverhof
When trying to generate the stub files for some grid services I get an unsupported type message. Here is the output:
hsc160-168:gridservices lorena$ wsdl2web --lazy http://scigridserver.arc.georgetown.edu:18080/wsrf/services/cagrid/CaArraySvc?wsdl
/Library/Python/2.5/site-packages/ZSI-2.1_a1-py2.5.egg/ZSI/wstools/XMLSchema.py:1263: UserWarning: annotation is ignored
warnings.warn('annotation is ignored')
Failure: (u'Failure in setUp: <schema targetNamespace="http://gov.nih.nci.cagrid.data/DataServiceExceptions"><complexType name="QueryProcessingExceptionType">', u'Unsupported base((u\'http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd\', u\'BaseFaultType\')): <schema targetNamespace="http://gov.nih.nci.cagrid.data/DataServiceExceptions"><complexType name="QueryProcessingExceptionType"><complexContent><extension>')
Traceback (most recent call last):
File "/Library/Python/2.5/site-packages/pyGridWare-1.4.0-py2.5.egg/pyGridWare/utility/generate/wsdl2web.py", line 248, in install
stubs=stubs, web2=web2, simple=simple, xsd=xsd)
File "/Library/Python/2.5/site-packages/pyGridWare-1.4.0-py2.5.egg/pyGridWare/utility/generate/wsdl2web.py", line 65, in _regenerate_modules
WriteClientStubModule(name, wsdl)
File "/Library/Python/2.5/site-packages/pyGridWare-1.4.0-py2.5.egg/pyGridWare/utility/generate/Modules.py", line 64, in WriteClientStubModule
wsm.writeTypes(fd)
File "build/bdist.macosx-10.5-i386/egg/ZSI/generate/wsdl2python.py", line 232, in writeTypes
sd.fromSchema(schema)
File "build/bdist.macosx-10.5-i386/egg/ZSI/generate/wsdl2python.py", line 417, in fromSchema
self.items[-1].fromSchemaItem(item)
File "build/bdist.macosx-10.5-i386/egg/ZSI/generate/wsdl2python.py", line 544, in fromSchemaItem
self.content.setUp(item, **kw)
File "build/bdist.macosx-10.5-i386/egg/ZSI/generate/containers.py", line 2426, in setUp
base, derivation.getItemTrace()
ContainerError: (u'Failure in setUp: <schema targetNamespace="http://gov.nih.nci.cagrid.data/DataServiceExceptions"><complexType name="QueryProcessingExceptionType">', u'Unsupported base((u\'http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd\', u\'BaseFaultType\')): <schema targetNamespace="http://gov.nih.nci.cagrid.data/DataServiceExceptions"><complexType name="QueryProcessingExceptionType"><complexContent><extension>')