You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Vaishakhi Ajmera <va...@ardec.com> on 2002/04/23 21:50:22 UTC

Can the webservice be called directly

Is it possible to call the webservice directly through a local interface
without using RMI or making Http calls.

----- Original Message -----
From: "Howard Lin" <Ho...@vonage.com>
To: "'Axis-User (E-mail)" <ax...@xml.apache.org>
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


Re: Can the webservice be called directly

Posted by Mukund Balasubramanian <mu...@cs.stanford.edu>.
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" <Ho...@vonage.com>
>To: "'Axis-User (E-mail)" <ax...@xml.apache.org>
>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
>>    
>>