From owner-freebsd-java Sun Jun 23 10:12:18 2002 Delivered-To: freebsd-java@freebsd.org Received: from zeus.nfy.ca (zeus.nfy.ca [204.244.63.66]) by hub.freebsd.org (Postfix) with ESMTP id 5215637B403 for ; Sun, 23 Jun 2002 10:12:11 -0700 (PDT) Received: from nfy.ca (ajhc11noy2ng.bc.hsia.telus.net [64.180.197.223]) by zeus.nfy.ca (Postfix) with ESMTP id 69DFE20B232 for ; Sun, 23 Jun 2002 10:12:09 -0700 (PDT) Message-ID: <3D160169.8060705@nfy.ca> Date: Sun, 23 Jun 2002 10:12:09 -0700 From: Mayo User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Re: Web services, Java, and FreeBSD questions References: <20020623134209.A23899@dogma.freebsd-uk.eu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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