|
From: Vesselin N. <ve...@do...> - 2007-03-20 17:43:50
|
Hi Hartmut, The basic-execution-service.wsdl is a definition of a GridSAM interface compliant with the OGSA Basic Execution Service Working Group early version standard. This interface definition has changed substantially since. An implementation of a more recent version(but still not the latest) was added to the GridSAM CVS code base around November/December'06 - the new WS definition is in bes-factory.wsdl. As it is an outdated file, you'd probably not want to deal with it at all. As to the exact cause of the exception - it could just be your wsdl conversion tooling. If I remember correctly, some developers had a similar problem with the newer BES WS wsdl file in November while in preparation for our interoperability demo at SuperComputing'06. You may be able to find some discussions about it here: "http://www.ogf.org/pipermail/ogsa-hpcp-wg/" regards Vesso Hartmut Kaiser wrote: >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 > > > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share your >opinions on IT & business topics through brief surveys-and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >_______________________________________________ >GridSAM-Discuss mailing list >Gri...@li... >https://lists.sourceforge.net/lists/listinfo/gridsam-discuss > > |