Re: Axis webservice leaving sessions open under websphere

2012-04-17 Thread John Patrick
For that war another option would be to simple reduce the session timeout down to a few minutes and that should clean them up quicker, won't proactively invalidate them but might be short term work around. Alternatively add a filter that wraps the axis services your wanting to invalidate, the jus

Re: Web Services Client

2012-04-08 Thread John Patrick
ikant Sarade wrote: > I had Created Web Service Java Client Using AXIS 2 (Using Eclipse IDE). > But when i use client bean into JSP page for my Web App. I get errors... > > > On Sun, Apr 8, 2012 at 10:33 PM, John Patrick > wrote: >> >> More context in your que

Re: Web Services Client

2012-04-08 Thread John Patrick
Apr 8, 2012 at 8:09 PM, John Patrick wrote: >> >> If I understand your question correctly then, your client is not >> limited to any language. That is the advantage of web services, as >> long as the server and client are using the same wsdl then it works. >> >>

Re: Web Services Client

2012-04-08 Thread John Patrick
If I understand your question correctly then, your client is not limited to any language. That is the advantage of web services, as long as the server and client are using the same wsdl then it works. But if your wanting to automatically generate a client using Axis 2, your then limited to Java an

How to stop wsdl2java generating xmlbeans...

2012-02-24 Thread John Patrick
Is it possible to stop wsdl2java from generating xmlbeans? I believe that I have check every combination of true and false in the generate options, but still can't find a combination that stops the xmlbeans from being generated. I'm working on a JEE application that basically exists of 8 maven mo