|
From: Hartmut K. <har...@gm...> - 2007-03-19 22:32:34
|
Hi all, I'm new to GridSAM and new to this list. We're currently developing a GridSAM adaptor for our SAGA C++ reference implementation (http://saga.cct.lsu.edu). As it's in C++ we need to generate C++ wrappers for the GridSAM webservice. I tried to do so using the Axis C++ wsdl2ws tool and succeeded for the gridsam.wsdl file. The same thing failed for the basic-execution-service.wsdl, though: org.apache.axis.wsdl.wsdl2ws.WrapperFault: unregistered type {http://www.w3.org/2001/XMLSchema}anyType referred at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.addDocumentStyleInputMessageToMethodInf o(Unknown Source) at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.setMethodInfo(Unknown Source) at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.getServiceInfo(Unknown Source) at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.generateWrappers(Unknown Source) at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source) Any idea what's going wrong? Thanks and regards Hartmut |