[Axis-1.4] Creating pre-deployed server-config.wsdd

2007-05-09 Thread Wayne Johnson
h the bother of installing and executing the AdminClient and web service? --- Wayne Johnson, | There are two kinds of people: Those 3943 Penn Ave. N. | who say to God, "Thy will be done," Minneapolis, MN 55412-1908 | and those to whom God says, "A

Re: Telling when a client disconnects

2007-05-08 Thread Wayne Johnson
changing the code whenever we regen the skeleton? Is there a better way to do this? Is there a way to register a AxisHTTPSessionListener so I can get notified? Wayne Johnson <[EMAIL PROTECTED]> wrote: I have an Axis WSDD service that needs to tell if and when a client disconnects, so that

Telling when a client disconnects

2007-05-04 Thread Wayne Johnson
ave a problem with the client timing out. Is there a way to detect when this happens before we try to send the next packet? Or of preventing timeouts? Thanks. --- Wayne Johnson, | There are two kinds of people: Those 3943 Penn Ave. N. | who say to God, &quo

Re: [Axis2] Complex type deserializing: Empty parameter

2007-02-26 Thread Wayne Johnson
ss the AXIS JIRA site at the moment. Your hint will be useful later when I try to map arrays of complex types, and thats where I want to go but first I have to make it work with complex types. Michael Wayne Johnson wrote: > > There is also a bug similar to this open: > https://issues.ap

Re: Complex type deserializing: Empty parameter

2007-02-26 Thread Wayne Johnson
ublic String getName() { > return name; > } > -- > View this message in context: > http://www.nabble.com/Complex-type-deserializing%3A-Empty-parameter-tf3291993.html#a9156530 > Sent from the Axis - User mailing list archive at Nabble.com. > > > ----- &g

Finding source host/port

2007-01-24 Thread Wayne Johnson
I need to get the hostname and tcpip port of clients that send messages to my server. Any suggestions on where to pull this from. I've been poking through the message context and it's associates, but nothing is looking very promising yet. --- Way

Re: Logging from Web Service

2007-01-12 Thread Wayne Johnson
Thanks, I'll try that. Schalk <[EMAIL PROTECTED]> wrote: I import org.apache.log4j.Logger; then Logger log = Logger.getLogger("soap-service"); log.debug("Converting StringBuffer to String..."); Wayne Johnson wrote: > I think the problem is I'm getting the

Re: Logging from Web Service

2007-01-12 Thread Wayne Johnson
[category] - message log4j.appender.LOGFILE.layout=org.apache.log4j.PatternLayout log4j.appender.LOGFILE.layout.ConversionPattern=%p %x -%X{remoteAddress} [%c] - %m%n Wayne Johnson wrote: > I'm writing a Java Web Service to to user authentication for our > applications. This is running under Jetty,

Logging from Web Service

2007-01-12 Thread Wayne Johnson
seem to affect anything. I've tried creating a commons-logging.properties file in various places. Not exactly sure what needs to go in there, I currently have org.apache.commons.logging.Log=log4j. Any hints anyone? Thanks. --- Wayne Johnson, | There are two kinds