Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Apache AXIS question

Reply
Thread Tools

Apache AXIS question

 
 
Paul Ashby
Guest
Posts: n/a
 
      01-12-2005
I don't need to create a webservice, I just want to call someone elses
existing service. I know I can use the wsdl2java program from axis to
create some stubs, but my question is: do I also need to be running
axis locally on my PC ion order to call a webservice on the internet?

Thanks
 
Reply With Quote
 
 
 
 
Chris Smith
Guest
Posts: n/a
 
      01-12-2005
Paul Ashby <> wrote:
> I don't need to create a webservice, I just want to call someone elses
> existing service. I know I can use the wsdl2java program from axis to
> create some stubs, but my question is: do I also need to be running
> axis locally on my PC ion order to call a webservice on the internet?


You don't need to "run" anything on your local PC. However, you do need
to build the stubs, and include both them and the JAR files from Axis's
lib directory within the classpath of your application. The easiest way
to do that is by dropping them into jre/lib/ext. If you're using SOAP
with attachments, you'll also need to obtain the JAF and JavaMail libs
from java.sun.com, and include those in the application.

--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Axis question: what is the correct way to use Axis? ed Java 2 12-08-2006 07:31 PM
Calling a Web Service using Axis, from within an Axis Web Service running under Tomcat hocho888 Java 1 04-29-2005 08:26 PM
AXIS jars org.apache.axis.wsi.* and org.apache.axis.transport.jms.* unkwb@web.de Java 0 02-23-2005 04:02 PM
Axis 1.1 don't delete attachments in the axis attachment cache Stefan Java 0 05-06-2004 08:00 PM
axis.jar does not contain org.apache.axis.client.ServiceClient? Joey Vendetta Java 0 04-01-2004 05:51 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57