Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 10:12:09 -0700
From:      Mayo <mayo@nfy.ca>
To:        freebsd-java@freebsd.org
Subject:   Re: Web services, Java, and FreeBSD questions
Message-ID:  <3D160169.8060705@nfy.ca>
References:  <20020623134209.A23899@dogma.freebsd-uk.eu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
If you want a started, you could pick up Apache's XML-RPC java package, 
which contants xml-rpc classes and simple webserver classes, so all you 
need to do is plug in your rpc modules in and play.

This is not direct SOAP, but I think it is a nice starter to see how 
things work.

mayo

j mckitrick wrote:

>I've been learning about web services, and I'd like to try my hand at
>some basic Java RPC calls with XML/Soap.  I've seen several approaches,
>using Apache Axis, Apache SOAP, or the Java Web Services kit. 
>
>I'm a little unsure which one would be the best (read: simplest) to
>learn on.  All I really want to do is experiment with XML RPC calls to
>localhost.  I need to figure out if the Java kit from Sun is best, which
>wraps RPC calls into JAXRPC, or to stick with the Apache SOAP
>implementation, with either SOAP or Axis.  The approaches are quite
>different, so I'd rather just learn one or the other right now.
>
>I'm having trouble with the Java config.xml and web.xml setups, and
>getting Tomcat to load the servers.
>
>Does anyone have any suggestions?
>
>jm
>  
>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D160169.8060705>