Thanks, but I was hoping for an even simpler and quicker example than that. Could someone tell me how to invoke the standalone server that comes with the distribution?
There are two application classes in the distribution which, I'm guessing, are standalone servers that can be used to get a feel for web services: org.apache.axis2.transport.http.SimpleHTTPServer and org.apache.axis2.transport.tcp.TCPServer . Am I misunderstanding the purpose of these classes? How does one invoke SimpleHTTPServer? When invoked, it asks for a <repository>. Which file is that? The aar file? If someone could give me the 2 or 3 commands to start a service and a client that uses that using the standalone server, I'll be one less confused individual. On Thu, 2006-08-17 at 18:32 -0300, robert lazarski wrote: > Here's a quick artle that is about as simple as one could start: > > http://www.wso2.net/kb/90 > > Word to the wise: Use the nightlies. We are getting close to 1.1 and a > lot has happened since 1.0 : > > http://people.apache.org/dist/axis2/nightly/ > > If you are looking for a full command line app with ant, you could try > the ant task tutorial that goes through a whole case: > > http://ws.apache.org/axis2/tools/1_0/CodegenToolReference.html#invoking > > If you get through all that, here's the articles you're looking for: > > http://ws.apache.org/axis2/1_0/index.html > > HTH, > Robert > http://www.braziloutsource.com > > On 8/17/06, Richi Plana <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Just a little backgrounder: I've done a lot of J2SE programming and > > little to no J2EE. I need to get up to speed with web services > > programming in Java and Axis2 seems like the most promising. I've > > downloaded the binary distribution for Axis2 1.0. I've read all the > > documentation. Unfortunately, the 1.0 docs require a bit of knowledge of > > something but I can't seem to figure out what. I've also googled for > > "Axis2 tutorials" and didn't come up with anything close to what I need. > > > > What I need is information on getting a minimal web services server and > > client up and running using the binaries I just downloaded and a J2SE > > 1.5 VM. The documentation doesn't cover how one starts the services > > using the command-line at all. I'm familiar with the Java language and > > can pick up programming concepts pretty quickly. It's the usage of the > > standalone system that escapes me. > > > > If I could get tips on getting the Hello World equivalent of Axis2 up > > and running, I (and I'm sure many others) would greatly appreciate your > > help. > > -- > > > > Richi Plana > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
