Re: {Disarmed} Re: {Disarmed} RE: Is it possible to access external services?

2007-08-16 Thread Andrew Martin
You need to include axis2-kernel-1.1.1.jar. Michele Mazzucco wrote: > On Thu, 2007-08-16 at 16:21 +, shams jawaid wrote: >> could you clarify a little bit more please? > > The package org.apache.axis2 exist, so if you can't see it it means that > you're not including all the required librarie

Re: {Disarmed} Re: {Disarmed} RE: Is it possible to access external services?

2007-08-16 Thread Michele Mazzucco
On Thu, 2007-08-16 at 16:21 +, shams jawaid wrote: > could you clarify a little bit more please? The package org.apache.axis2 exist, so if you can't see it it means that you're not including all the required libraries. Michele

Re: {Disarmed} RE: Is it possible to access external services?

2007-08-16 Thread shams jawaid
hi there, could you clarify a little bit more please? From:  Michele Mazzucco <[EMAIL PROTECTED]>Reply-To:  axis-user@ws.apache.orgTo:  axis-user@ws.apache.orgSubject:  Re: {Disarmed} RE: Is it possible to access external services?Date:  Thu, 16 Aug 2007 17:00:28 +0100>On Thu, 2007

Re: {Disarmed} RE: Is it possible to access external services?

2007-08-16 Thread Michele Mazzucco
On Thu, 2007-08-16 at 15:56 +, shams jawaid wrote: > but i still get 'package org.apache.axis2 does not exist' It's a class path problem. Please try to include all the required library. Michele - To unsubscribe, e-mail: [E

RE: Is it possible to access external services?

2007-08-16 Thread shams jawaid
2007 1:04 PMTo: axis-user@ws.apache.orgSubject: RE: Is it possible to access external services? what i did was made the math java web service and inside the implementation called the stub for the random number web service, i import the stub for the random web service, which starts off like this: publi

Re: Is it possible to access external services?

2007-08-15 Thread Lahiru Sandakith
rvice from another web service? any advice or recommendations would be > greatly appreciated! > > -- > From: *"Walker, Jeff" <[EMAIL PROTECTED]>* > Reply-To: [EMAIL PROTECTED] > To: ** > Subject: *RE: Is it possible to access ex

Re: Is it possible to access external services?

2007-08-15 Thread Martin Gainty
Sent: Wednesday, August 15, 2007 12:14 PM Subject: RE: Is it possible to access external services? If there is something clever you can do in Axis2, then I don't know it. (Can somebody else reply?) The only way I know is the straightforward approach; in your 1st web service

RE: Is it possible to access external services?

2007-08-15 Thread Walker, Jeff
need to be available to the impl class at runtime. (I think that is the jar where the client package resides). -jeff _ From: shams jawaid [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 15, 2007 1:04 PM To: axis-user@ws.apache.org Subject: RE: Is it possible to access external services

RE: Is it possible to access external services?

2007-08-15 Thread shams jawaid
keeps giving org.apache.axis2.client package not found errors..any advice on what i should do? maybe i am missing something very simple From: "Walker, Jeff" <[EMAIL PROTECTED]>Reply-To: axis-user@ws.apache.orgTo: Subject: RE: Is it possible to access external services?Date: Wed, 15 A

RE: Is it possible to access external services?

2007-08-15 Thread shams jawaid
ut how to do this, can you post the solution on this mailing list for all to see and learn?Thanks, -jeff From: shams jawaid [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 15, 2007 12:04 PMTo: axis-user@ws.apache.orgSubject: RE: Is it possible to access external services? ok say i have

RE: Is it possible to access external services?

2007-08-15 Thread Walker, Jeff
rn? Thanks, -jeff _ From: shams jawaid [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 15, 2007 12:04 PM To: axis-user@ws.apache.org Subject: RE: Is it possible to access external services? ok say i have two web services, one that generates a random number and one that perform

RE: Is it possible to access external services?

2007-08-15 Thread shams jawaid
TED]>Reply-To: axis-user@ws.apache.orgTo: Subject: RE: Is it possible to access external services?Date: Wed, 15 Aug 2007 11:57:53 -0400 I'm confused now, not sure what you mean "..use WSDL to connect two web services" ? In Axis, you run the WSDL file through the WSDL2Java clas

RE: Is it possible to access external services?

2007-08-15 Thread Walker, Jeff
Sent: Wednesday, August 15, 2007 11:42 AM To: axis-user@ws.apache.org Subject: RE: Is it possible to access external services? But how do you actually use the WSDL file to connect two web services, as in, do you know an

RE: Is it possible to access external services?

2007-08-15 Thread shams jawaid
But how do you actually use the WSDL file to connect two web services, as in, do you know anywhere i can see an example of code? From:  "Walker, Jeff" <[EMAIL PROTECTED]>Reply-To:  axis-user@ws.apache.orgTo:  Subject:  RE: Is it possible to access external services?Date:  Wed

RE: Is it possible to access external services?

2007-08-15 Thread Walker, Jeff
services available. Then try to create a wsdl file using the famous ?wsdl address in your browser. -jeff -Original Message- From: Glenn Williams [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 15, 2007 10:33 AM To: axis-user@ws.apache.org Subject: Is it possible to access external services

Is it possible to access external services?

2007-08-15 Thread Glenn Williams
Hello, Is it possible to reference and use external services? I cannot find any documentation to help me with this. I would like to use a service that is running externally, and potentially on another server. Thanks. glenn -