Re: Axis2 Spring integration Issues

2011-08-22 Thread [email protected]
Hi Robert, I will test and give feedback. Thanks a lot! Sebastian 2011/8/21 robert lazarski > On Sun, Aug 21, 2011 at 3:58 PM, [email protected] > wrote: > > service.xml including that service: > > > http://code.google.com/p/openmeetings/source/browse/branches/dev/injection/src/META-INF/s

Re: [Help][Axis2 1.4 + Jetty 6] My Web Service Suffers Automatically Undeployed

2011-08-22 Thread Sagara Gunathunga
On Sun, Aug 21, 2011 at 9:05 PM, 浮生半世情 wrote: > Hi : >       Does anyone face the following problems ? > I use Spring + Axis2 1.4 to develop my web services and package it as a WAR > file. Finally, I deploy my problem into Jetty 6. However, I found my web > service will be undeployed automatically

Re: [Help][Axis2 1.4 + Jetty 6] My Web Service Suffers Automatically Undeployed

2011-08-22 Thread 浮生半世情
Dears: Thanks for your replies. I am sure it should not have other exceptions happened before the updeployment. However, I also think the rout cause should be caused by Axis2. But, I have no idea how to clarify the actual fact. 2011/8/21 [email protected] > Is there maybe an excepti

Re: [Help][Axis2 1.4 + Jetty 6] My Web Service Suffers Automatically Undeployed

2011-08-22 Thread 浮生半世情
Dears: Thanks for your suggestions, I will try to revise my configure to check if the event will happen again. 2011/8/22 Sagara Gunathunga > On Sun, Aug 21, 2011 at 9:05 PM, 浮生半世情 wrote: > > Hi : > > Does anyone face the following problems ? > > I use Spring + Axis2 1.4 to develop

unsubscribe

2011-08-22 Thread Jose Marin
- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Calling an axis-1.3 service inside an axis-1.4 service

2011-08-22 Thread jing
Hi, everyone: I have axis-1.3-service and axis-1.3-client.jar file. If i use the axis-1.3-client.jar under a pure java application, it works very well. Here is the request i got from the tcpMon: POST /knb/services/AuthenticationService HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: ap

Re: Axis2 Spring integration Issues

2011-08-22 Thread [email protected]
Hi Robert, the initial exception on startup is gone now, however the generated WSDL initially contained no method definitions. I had to manually add a "operation" tag in the service XML. This is my new Service.xml definition (I only test with the UserService modified only): http://code.google.com

Re: Axis2 Spring integration Issues

2011-08-22 Thread robert lazarski
On Mon, Aug 22, 2011 at 3:23 PM, [email protected] wrote: > Hi Robert, > > the initial exception on startup is gone now, > however the generated WSDL initially contained no method definitions. > > I had to manually add a "operation" tag in the service XML. > This is my new Service.xml definiti

Re: Axis2 Spring integration Issues

2011-08-22 Thread [email protected]
Hi Robert, no the "useOriginalwsdl" doesn't work for me. What should it do actually? I mean I don't want to specify a WSDL on my own manually I want Axis2 to create one based on the Methods that are declared public the the Service Class. In Version 1.3 of Axis2 there was no need to write any addit

Re: Axis2 Spring integration Issues

2011-08-22 Thread robert lazarski
On Mon, Aug 22, 2011 at 4:09 PM, [email protected] wrote: > Hi Robert, > > no the "useOriginalwsdl" doesn't work for me. What should it do actually? I > mean I don't want to specify a WSDL on my own manually I want Axis2 to > create one based on the Methods that are declared public the the Ser

Re: Axis2 Spring integration Issues

2011-08-22 Thread [email protected]
Well but out of curiosity: Is the "operation" TAG needed to make a method available via Axis2: YES or NO? There must be one definitive answer to that isn't it? I am quite sure there is NO information regarding that on the documentation in the wiki. I am using Axis2 sind it was called Axis. I do

Re: Axis2 Spring integration Issues

2011-08-22 Thread [email protected]
okay full stop: *operations :* If the service impl class is Java, then all the public methods in that service will be exposed. If the user wants to override it, he has to add the "operation" tag and override it. In a non-Java scenario or if you do not have a service class, then all the operations