|
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 |
|
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 > > |
|
From: Hartmut K. <hk...@cc...> - 2007-03-20 18:16:36
|
Vesselin Novov wrote: > 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. Thanks for your response! Could you give me a pointer to the CVS repository to look at? Does it support anon access? > As to the exact cause of the exception - it could just be > your wsdl conversion tooling. Yeah, I figured that. > 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/" Thanks! Will try to find it there. Regards Hartmut > > 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.addDocumentStyleInputMes > sageToMeth > >odInf > >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=sourceforg e&CID=DEVD > >EV _______________________________________________ > >GridSAM-Discuss mailing list > >Gri...@li... > >https://lists.sourceforge.net/lists/listinfo/gridsam-discuss > > > > > > > -------------------------------------------------------------- > ----------- > 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 > |
|
From: Vesselin N. <ve...@do...> - 2007-03-20 18:50:47
|
Hartmut Kaiser wrote: > >Vesselin Novov wrote: > > > >>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. >> >> > >Thanks for your response! >Could you give me a pointer to the CVS repository to look at? Does it >support anon access? > > It's on the project's web site: "http://gridsam.sourceforge.net/2.0.0/source-repository.html" Keep in mind the code in the CVS has been recently changed to accommodate the new security updates of OMII Container 3.3.1, but has not been fully tested yet. > > >>As to the exact cause of the exception - it could just be >>your wsdl conversion tooling. >> >> > >Yeah, I figured that. > > > >>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/" >> >> > >Thanks! Will try to find it there. > >Regards Hartmut > > > > >>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.addDocumentStyleInputMes >>> >>> >>sageToMeth >> >> >>>odInf >>>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=sourceforg >>> >>> >e&CID=DEVD > > >>>EV _______________________________________________ >>>GridSAM-Discuss mailing list >>>Gri...@li... >>>https://lists.sourceforge.net/lists/listinfo/gridsam-discuss >>> >>> >>> >>> >>-------------------------------------------------------------- >>----------- >>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 >> >> >> > > >------------------------------------------------------------------------- >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 > > |