Hi Samisa, Below mentioned exception is observed when I had tried the inquire_v2.wsdl downloaded from http://www.oasis-open.org/committees/uddi-spec/doc/tcspecs.htm#uddiv2 which is supposed to be an official version. Regards Manohar "Samisa Abeysinghe" <[EMAIL PROTECTED] To usa.com> "Apache AXIS C Developers List" <[email protected]> 03/15/2005 04:01 cc PM Subject RE: [jira] Closed: (AXISCPP-498) Please respond to inquire_v2 test does not compile on "Apache AXIS C Windows Developers List" Hi Manohar, Are you using the copy from CVS? Thanks, Samisa... -----Original Message----- From: Manohar K Chintala [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 6:02 PM To: [email protected] Subject: Fw: [jira] Closed: (AXISCPP-498) inquire_v2 test does not compile on Windows Hi Samisa, Further to my below mail, I've tried running WSDL2Ws against the inquire_v2.wsdl which is available at http://www.oasis-open.org/committees/uddi-spec/doc/tcspecs.htm#uddiv2, following exception is thrown. java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)! at org.apache.axis.wsdl.gen.Parser.run(Parser.java:315) at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source) at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source) org.apache.axis.wsdl.wsdl2ws.WrapperFault: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)! at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source) at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source) Caused by: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)! at org.apache.axis.wsdl.gen.Parser.run(Parser.java:315) ... 2 more Code generation failed. Please see errors above. I suspect that the inquire_v2.wsdl which I am using is different from what you are using. I am confused here. Which is the right wsdl that I should use for inquire_v2Client.cpp test ? Regards Manohar ----- Forwarded by Manohar K Chintala/India/IBM on 03/14/2005 05:19 PM ----- Manohar K Chintala/India/IB [EMAIL PROTECTED] To "Apache AXIS C Developers List" 03/14/2005 05:23 <[email protected]> PM cc Subject Please respond to RE: [jira] Closed: (AXISCPP-498) "Apache AXIS C inquire_v2 test does not compile on Developers List" Windows Hi Samisa, I've tried compiling inquire_v2Client.cpp test using ANT framework on Linux and observed that WSDL2Ws is not able to generate the code when run against inquire_v2.wsdl ( which comes with fvt bundle). Below are details of the error. I am not able get any other details about this error. java.lang.NullPointerException at org.apache.axis.wsdl.wsdl2ws.cpp.literal.ClientStubWriter.writeMethodInW rapper(Unknown Source) at org.apache.axis.wsdl.wsdl2ws.cpp.literal.ClientStubWriter.writeMethods(U nknown Source) at org.apache.axis.wsdl.wsdl2ws.cpp.CPPClassWriter.writeSource(Unknown Source) at org.apache.axis.wsdl.wsdl2ws.Generator.generate(Unknown Source) at org.apache.axis.wsdl.wsdl2ws.WebServiceGeneratorImpl.generate(Unknown Source) at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.generateWrappers(Unknown Source) at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source) Code generation failed. Please see errors above. All the required jar files are in classpath and am wondering why "Unknown Source" is displayed for wsdl2ws class. Have you observed this at your end or am I missing something here ? Regards Manohar "Samisa Abeysinghe" <[EMAIL PROTECTED] To usa.com> "Apache AXIS C Developers List" <[email protected]> 03/14/2005 02:56 cc PM Subject RE: [jira] Closed: (AXISCPP-498) Please respond to inquire_v2 test does not compile on "Apache AXIS C Windows Developers List" Hi Manohar, I use the ant test framework to compile the test. However, I run the test manually with the end point http://www-3.ibm.com/services/uddi/testregistry/inquiryapi. e.g. on windows: F:\obj\test\generated>.\cpp\inquire_v2\inquire_v2.exe http://www-3.ibm.com/services/uddi/testregistry/inquiryapi HTH Thanks, Samisa... -----Original Message----- From: Manohar K Chintala [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 2:24 PM To: [email protected] Subject: Fw: [jira] Closed: (AXISCPP-498) inquire_v2 test does not compile on Windows Hi Samisa, With reference to your below mail, I would like to know the procedure ( for Windows as well as Linux platforms) for compiling and running nquire_v2Client.cpp test. Did you run it inside ANT framework or outside ANT ? Also, please let me know what is the endpoint/service url that you've used for running this test. Regards Manohar ----- Forwarded by Manohar K Chintala/India/IBM on 03/14/2005 01:43 PM ----- "Samisa Abeysinghe (JIRA)" To <[EMAIL PROTECTED] [email protected] ache.org> cc 03/14/2005 01:30 Subject PM [jira] Closed: (AXISCPP-498) inquire_v2 test does not compile on Windows Please respond to "Apache AXIS C Developers List" [ http://issues.apache.org/jira/browse/AXISCPP-498?page=history ] Samisa Abeysinghe closed AXISCPP-498: ------------------------------------- Resolution: Fixed Now it compiles and runs > inquire_v2 test does not compile on Windows > ------------------------------------------- > > Key: AXISCPP-498 > URL: http://issues.apache.org/jira/browse/AXISCPP-498 > Project: Axis-C++ > Type: Bug > Components: Test > Versions: current (nightly) > Environment: Windows > Reporter: Samisa Abeysinghe > Assignee: Samisa Abeysinghe > Fix For: 1.5 Final > Attachments: inquire_v2Client.cpp.diff > > The generated code fails to compile on windows. > But there are no problems on Linux. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
