RE: Axis 2 deployment as part of existing web application

2006-06-27 Thread Brian Russell
documentation? ;)   Brian Russell www.closerware.com   -Original Message- From: Jason N [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 4:25 PM To: axis-user@ws.apache.org Subject: Re: Axis 2 deployment as part of existing web application   Brian, I ran into the same

RE: Axis 2 deployment as part of existing web application

2006-06-26 Thread Brian Russell
[INFO] Total time: 8 seconds [INFO] Finished at: Mon Jun 26 13:32:07 EDT 2006 [INFO] Final Memory: 3M/6M [INFO] If anyone has gotten this example going (or has successfully included axis2 in their curren

[Axis2] WSDL2Java Data Binding

2006-06-20 Thread Brian Russell
Is there a preferred method out of xmlbeans, adb, or jaxme?   I know the default is adb. XmlBeans seems to give some decent code, but there’s a lot of extra classes and schemas that have to be included along with it. I’m not really sure how adb compares.   Brian Russell

[Axis2] Debugging the SOAP call

2006-06-20 Thread Brian Russell
.   Can anyone point me in the right direction?   Brian Russell www.closerware.com    

RE: [Axis2] Maintaining Session Ticket

2006-06-15 Thread Brian Russell
t, java.lang.String hresult, java.lang.String message) - public java.lang.String getLastError(java.lang.String ticket) - public java.lang.String closeConnection(java.lang.String ticket) Brian Russell www.closerware.com -Original Message- From: Ajith Ranabahu [mailto:[EMAIL PROTECTE

RE: [Axis2] Maintaining Session Ticket

2006-06-15 Thread Brian Russell
ogram that they developed and I have no control over. "In Axis2 we do not have static methods in MessageContext. If you wanna access message context within your skeleton, read this : http://www.wso2.net/kb/106."; Thanks! This will likely be useful as I learn more of what my capabilitie

[Axis2] Maintaining Session Ticket

2006-06-13 Thread Brian Russell
, so given the JSESSIONID (which the client gives me on their request as a “ticket”) can I then check to see that the session has not expired and gain access to it?   Thank you,   Brian Russell www.closerware.com