We can add an option to the local transport to switch off serialization/deserialization if you want to use it for high-speed non-testing purposes after beta-2.
--Glen > -----Original Message----- > From: Mukund Balasubramanian [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 23, 2002 4:01 PM > To: [EMAIL PROTECTED] > Subject: Re: Can the webservice be called directly > > > Yes this is possible and examples are a part of the tests. > (test\functional\TestEchoSample etc..). They use the local: URLs to > resolve locally, calling an intra VM axis engine. Serialization and > Deserialization is still enforced, though. > > Mukund Balasubramanian > > Vaishakhi Ajmera wrote: > > >Is it possible to call the webservice directly through a > local interface > >without using RMI or making Http calls. > > > >----- Original Message ----- > >From: "Howard Lin" <[EMAIL PROTECTED]> > >To: "'Axis-User (E-mail)" <[EMAIL PROTECTED]> > >Sent: Tuesday, April 23, 2002 2:27 PM > >Subject: javadoc 1.4.0 fail on Axis > > > > > > > > > >>I'm not sure if this problem has been mentioned before. > >> > >>Javadoc 1.4.0 cannot handle packages named *.java, like > >>org.apache.axis.providers.java. So to generate javadoc on > Axis packages, > >>use jdk 1.3.* or use the work around in BugParade #4507380. > >> > >>Howard > >> > >> > > >
