Arie,

I don't believe that Axis supports C++ right now. If you are writing a client, Axis 
provides some tools that will help you do this. You can generate a WSDL file from Axis 
and is it for the client. Depending on the client you can import it, use it in the 
platform's API, etc. If you are using standard data types, you should not have any 
major issues. Otherwise, you may find yourself writing custom  marshaling/unmarshaling 
handlers.

Regards,

________________________________
Harry J. Kobetitsch
UBS Warburg
One North Wacker Drive
Chicago, Illinois 60606-2809
312-525-5866
[EMAIL PROTECTED]

-----Original Message-----
From: Ghershony, Arie [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 13, 2003 9:55 AM
To: '[EMAIL PROTECTED]'
Subject: client side written in C++



Hi,
My client side will access a webservice written in Axis.  However the client
is written in C++, and using Soap API.  is it possible to extend Axis API to
C++, and what major issues I might face writing if I dont use Axis on the
client machine.

Thanks,
Arie

-----Original Message-----
From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 13, 2003 8:02 AM
To: [EMAIL PROTECTED]
Subject: RE: Is it for me? [Was: RE: Axis vs. IBM WSTK vs. Sun Java
WSDP]


Daniel,

I suggest that you ask this question on the JXTA list. As I recall, there
were a few folks playing with JXTA and SOAP a while ago.

So what is your goal? To use JXTA as your discovery/connection method? I
certainly don't see any problem transferring a SOAP message using JXTA.

Axis provides a simple transport framework that permits you to use a variety
of transport protocols. So you can use it with HTTP, SMTP, Jabber, etc. I
don't know if anyone on this list has build a transport plug-in for JXTA.

(Note that JXTA isn't really a transport -- it operates at a higher level
and can run over a variety of transports, but I think you could still use
JXTA as a SOAP transport.)

Anne

> -----Original Message-----
> From: Daniel Elenius [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 13, 2003 4:58 AM
> To: [EMAIL PROTECTED]
> Subject: Is it for me? [Was: RE: Axis vs. IBM WSTK vs. Sun Java WSDP]
>
>
> Thank you, Anne, that makes it a bit clearer.
>
> Now, maybe I should say what I need it for. I hope you, or someone else,
> can answer these questions. I am working on using WSDL and SOAP messages
> with JXTA (www.jxta.org) P2P networks.
>
> I think I can use Axis to easily create WSDL and SOAP messages from Java
> code, and the other way around (create Java interfaces of some sort from
> WSDL descriptions etc), right?
>
> I don't want to run http or application servers. Does Axis require this?
> Is the SOAP in JXTA always used with the HTTP binding? My code is
> supposed to run on resource-constrained devices (at least in a distant
> future).
>
> Which version of WSDL and SOAP does it support?
>
> regards,
> /daniel
>
>
>
> On Thu, 2003-02-13 at 03:56, Anne Thomas Manes wrote:
> > I sound also mention that Macromedia and Borland both distribute Axis in
> > their products, too.
> >
> > Anne
> >
> > > -----Original Message-----
> > > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, February 12, 2003 8:32 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: Axis vs. IBM WSTK vs. Sun Java WSDP
> > >
> > >
> > > WSTK includes the binaries (not source) for Axis as well as wsdl4j,
> > > lotusXSL, uddi4j, and wsil4j. See
> > > http://www.alphaworks.ibm.com/aw.nsf/reqs/webservicestoolkit.
> > >
> > > Anne
> > >
> > > > -----Original Message-----
> > > > From: Daniel Elenius [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, February 12, 2003 4:45 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: Axis vs. IBM WSTK vs. Sun Java WSDP
> > > >
> > > >
> > > > Oh. So WSTK is a proper superset of Axis?
> > > >
> > > > /Daniel
> > > >
> > > > On Wed, 2003-02-12 at 22:03, Doug Davis wrote:
> > > > >
> > > > >
> > > > >
> > > > > Yes and Yes.
> > > > > -Dug
> > > > >
> > > > >
> > > > > Barry Levinson <[EMAIL PROTECTED]> on 02/12/2003 04:00:35 PM
> > > > >
> > > > > Please respond to [EMAIL PROTECTED]
> > > > >
> > > > > To:    [EMAIL PROTECTED]
> > > > > cc:
> > > > > Subject:    Re: Axis vs. IBM WSTK vs. Sun Java WSDP
> > > > >
> > > > >
> > > > > Doesn't IBM WSTK use Axis?  Isn't Axis distributed with WSTK?
> > > > >
> > > > > --Barry
> > > > >
> > > > > Anne Thomas Manes wrote:
> > > > >
> > > > > >Sun's implementation is not open source. It is a reference
> > > > implementation.
> > > > > >The source is available, but it isn't open source. It is
> > > > subject to Sun's
> > > > > >source license.
> > > > > >
> > > > > >The original Apache SOAP project is based on IBM's
> SOAP4J submission.
> > > > > SOAP4J
> > > > > >was the first published SOAP implementation. It had some
> > > architectural
> > > > > >limitations, so about 2 years ago, the SOAP team decided to
> > > > initiate a new
> > > > > >project (Axis). Sun's JAX-RPC project didn't start until
> a few months
> > > > > later.
> > > > > >
> > > > > >IBM WSTK is alphaWorks technology. alphaWorks technology is
> > > > free, but not
> > > > > >necessarily open source. WSTK runs on either WebSphere or Tomcat.
> > > > > >
> > > > > >Anne
> > > > > >
> > > > > >
> > > > > >
> > > > > >>-----Original Message-----
> > > > > >>From: Daniel Elenius [mailto:[EMAIL PROTECTED]]
> > > > > >>Sent: Wednesday, February 12, 2003 12:14 PM
> > > > > >>To: [EMAIL PROTECTED]
> > > > > >>Subject: RE: Axis vs. IBM WSTK vs. Sun Java WSDP
> > > > > >>
> > > > > >>
> > > > > >>And are Sun's and IBM's runtime environments not open source?
> > > > Does WSTK
> > > > > >>require WebSphere to run? If Sun's runtime is open source,
> > > what is the
> > > > > >>motivation for this project?
> > > > > >>
> > > > > >>/Daniel
> > > > > >>
> > > > > >>
> > > > > >>On Wed, 2003-02-12 at 18:04, Anne Thomas Manes wrote:
> > > > > >>
> > > > > >>
> > > > > >>>IBM WSTK is based on Axis.
> > > > > >>>Both Axis and JWSDP support the JAX-RPC API. The tools are a
> > > > > >>>
> > > > > >>>
> > > > > >>bit different,
> > > > > >>
> > > > > >>
> > > > > >>>though. When you build a client or service with one, you
> > > > must deploy it
> > > > > >>>using that system's runtime environment. For that reason,
> > > > I'd recommend
> > > > > >>>using Axis.
> > > > > >>>
> > > > > >>>Anne
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > >>>>-----Original Message-----
> > > > > >>>>From: Daniel Elenius [mailto:[EMAIL PROTECTED]]
> > > > > >>>>Sent: Wednesday, February 12, 2003 11:50 AM
> > > > > >>>>To: [EMAIL PROTECTED]
> > > > > >>>>Subject: Axis vs. IBM WSTK vs. Sun Java WSDP
> > > > > >>>>
> > > > > >>>>
> > > > > >>>>Hi All!
> > > > > >>>>
> > > > > >>>>I am new to web services, and I'd like to ask a newbie
> > > > question. I am
> > > > > >>>>doing a project about integrating WSDL/SOAP with JXTA
> > > (www.jxta.org).
> > > > >>>>
> > > > >>>>How does Axis compare with IBM's Web Services Toolkit and
> > > > >>>>
> > > > >>>>
> > > > >>Sun's Java Web
> > > > >>
> > > > >>
> > > > >>>>Services Developer Pack? Are they all compatible somehow?
> > > > >>>>
> > > > >>>>
> > > > >>What features
> > > > >>
> > > > >>
> > > > >>>>differentiate them? As I understand, the current JXTA-SOAP
> > > > >>>>implementation is based on Axis, so I'll probably end up
> > > > >>>>
> > > > >>>>
> > > > >>using that, but
> > > > >>
> > > > >>
> > > > >>>>it would be interesting to know the differences.
> > > > >>>>
> > > > >>>>Regards,
> > > > >>>>--
> > > > >>>>Daniel Elenius <[EMAIL PROTECTED]>
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>--
> > > > >>Daniel Elenius <[EMAIL PROTECTED]>
> > > > >>
> > > > >>
> > > > >>
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > --
> > > Daniel Elenius <[EMAIL PROTECTED]>
> > >
> --
> Daniel Elenius <[EMAIL PROTECTED]>
>

Visit our website at http://www.ubswarburg.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.

Reply via email to