Hello, Axis2 Corba module already support the following pre-processor directives.
#ifdef #ifndef #else #endif #includes #define #undef Thanks, Eranga On Wed, Jul 23, 2008 at 7:32 PM, paulo cancela <[EMAIL PROTECTED]> wrote: > Hello again Eranga. > > Just forget this. In the .idl there was the "oneway" that Axis2 can't > process. Without the oneway everything just works fine. > > I have another question. Will Axis2 Corba module ever support support > pre-processor directives?? I am currently working with it, and if it isn´t > possible i have to take another approach to my problem. I found this issue > at: http://www.mail-archive.com/[EMAIL PROTECTED]/msg40182.html > > Best Regards, > > Paulo > > On Tue, Jul 22, 2008 at 7:04 PM, paulo cancela <[EMAIL PROTECTED]> > wrote: >> >> Hello Eranga. How are you? Hope everything is fine with you. >> >> I don't know if you remember to hear from me, but sometime ago you >> helped me with a problem with your tutorial. Now, i'm having problems again, >> but it isn't nothing wrong from the tutorial. It's just that i'm just having >> some trouble in mapping an idl to a wsdl. I think the problem is with the >> .xml file. I'll try to explain my problem and hope you can help me. >> >> I have the following Hello.idl: >> >> >> module com{ >> module itis{ >> module justa{ >> module test{ >> module hello{ >> >> interface HelloService >> { >> void sayHello(in string input, out string hello); >> oneway void shutdown(); >> string sayHello2(in string input, out string hello); >> }; >> };};};};}; >> >> and the following Hello.xml: >> >> <service name="Hello" scope="application"> >> <description>CORBA Web Service</description> >> <parameter name="idlFile">Hello.idl</parameter> >> <parameter >> name="namingServiceUrl">corbaloc::localhost:2900/NameService</parameter> >> <parameter name="objectName">Hellosrv</parameter> >> <parameter >> name="interfaceName">itis::justa::test::hello::HelloService</parameter> >> </service> >> >> I think the problem is in the italic text. I cannot set the path of the >> interfaceName correctly. Can you help me? >> >> Everything runs right, but the result of the wsdl is the one in the >> screenshot. >> >> Thanks a lot in advance. >> >> Best Regards, >> >> Paulo. > >
