Re: Deploying Axis2 and Secure web service

2010-03-25 Thread Chinmoy Chakraborty
You have to add *org.apache.axis2.webapp.AxisAdminServlet.class* manually. This class file is there in the binary distribution. You can look at * AXIS2-4467 * * * * * * * On Fri, Mar 26, 2010 at 5:37 AM, SM wrote: > Thanks Nandana. > I used

Re: Deploying Axis2 and Secure web service

2010-03-25 Thread SM
Thanks Nandana. I used eclipse Gamypede to generate webservices in the past with tomcat 6.  Was using the service archive and the code generator wizard.   However the loading of axis2 fails with the following error on a new version of eclipse Galileo 3.5SR2.  Tomcat version 6.0 is being used.  

AUTO: Dave Parsons is out of the office. (returning 06/04/2010)

2010-03-25 Thread David Parsons1
I am out of the office until 06/04/2010. I will respond to your message when I return. Speak to Sara Mitchell if you have any technical or project related WSRM issues. For UDDI issues speak to Mark Lewis. Anything else speak to my manager Hilora Munro. Cheers, Dave Note: This is an automated

RE: Q: How to set Timeout for SOAP calls? [SOAP-Client built with Axis2 1.4.1 / XMLbeans 2.3.0 on JRE 1.4.2 (IBM WAS60)]

2010-03-25 Thread Christian Gosch
I did find out about this meanwhile by myself and got another hint, but where the heck do I have to put his magic axis2.xml file??? And where can I get a comprehensive overview of what can be put in and how are the "XML rules" (DTD, Schema...?) Thanx anyway, Christian > -Original Message--

Re: Q: How to set Timeout for SOAP calls? [SOAP-Client built with Axis2 1.4.1 / XMLbeans 2.3.0 on JRE 1.4.2 (IBM WAS60)]

2010-03-25 Thread emengy
You can do it in code stub._getServiceClient().getOptions().setTimeOutInMilliSeconds(1000*2); or set new default in axis2.xml file. Emengy Christian Gosch-2 wrote: > > Hi, > > how can I set the Timeout for SOAP calls made from a client built from a > WSDL using Axis2 1.4.1 w/ XMLbeans 2.3.0

Problem with Axis2.war

2010-03-25 Thread shyenuganti
Hi, The "version" service in axis2.war works if it is packed into an aar inside the services folder. If the "version" service is exploded, and then the whole thing is re-packed into a war file (The war file has the service in exploded format), the version service is also not working !! If we want

Re: How to call axis2 service from none axis2 client

2010-03-25 Thread Amila Suriarachchi
On Thu, Mar 25, 2010 at 3:30 PM, emengy wrote: > > Hi, > > I have a axis2 1.5 service which I currently call from axis2 Non-Blocking > Invocation client i.e. > The client contain the lines: > engageModule("addressing"); > setUseSeparateListener(true); > > Is it possible to call the same service i

AUTO: Out of office till March 29 , 2010

2010-03-25 Thread Mukundan Desikan
I am out of the office until 03/29/2010. I am on vacation till 03/29. For any urgent issues please consult my manager David Loose. Note: This is an automated response to your message "Axis2 and WSCL ,WSBPEL" sent on 3/24/10 23:47:51. This is the only notification you will receive while this

Re: WSDL for WSS webservice

2010-03-25 Thread Chinmoy Chakraborty
If you have policy based web service then you have policy annotated WSDL..you can look at link [1] & [2].. [1] http://www.ibm.com/developerworks/java/library/j-jws4/index.html [2] http://wso2.org/library/3190#Policy_annotated_WSDL

WSDL for WSS webservice

2010-03-25 Thread rahul yadav
Will a wsdl has any difference if the webservie it represents have WSS implementation and no implementiaon in other case? Basically i want to know the difference and usage of code generated by wsdl2java for webservice with WSS and one without it ? Thanks.

How to call axis2 service from none axis2 client

2010-03-25 Thread emengy
Hi, I have a axis2 1.5 service which I currently call from axis2 Non-Blocking Invocation client i.e. The client contain the lines: engageModule("addressing"); setUseSeparateListener(true); Is it possible to call the same service in Non-Blocking fashion from none axis2 client? How should I set th