View Single Post
  #3 (permalink)  
Old 01-12-2008, 12:08 PM
goodjonx goodjonx is offline
Member
 
Join Date: Nov 2007
Posts: 4
goodjonx is on a distinguished road
Thanks! I have by now swiched from Glassfish to Tomcat, because Apache's Axis2 produces a slightly prettier WSDL file. Also, I found a solution for my client IP problem that's Apache-based:

MessageContext messageContext = new MessageContext();
ip = (String)messageContext.getProperty(MessageContext. REMOTE_ADDR);

I haven't really tested it, though - don't know if it works reliably.

For anyone finding this post while researching Axis2: I found it to be a little flaky. I worked with the current release and nightly build, couldn't get objects to be returned, nor arrays beyond a single dimension. So it's useful for simple stuff..
Reply With Quote