Re: Axis2 Service stand-alone in Tomcat 5

2008-06-25 Thread Suran Jayathilaka
Now I want to move to Tomcat, but i would like to have a single WAR file which can simply be deployed to the Tomcat without first deploying (axis2.war etc.)... Can someone give me a hint for this ? Thanks in advance... Kind regards Karl Heinz Marbaise -- U. Suran Jayathilaka WSO2, Inc. -

AMQP over the JMS transport with Qpid

2008-06-09 Thread Suran Jayathilaka
sample described there is extremely simple, but should serve as a basis for getting a request/response scenario over AMQP working with Axis2. Thanks. -- U. Suran Jayathilaka WSO2, Inc. - http://www.wso2.com http://suranjay.blogspot.com

Re: How to Debug Axis2 Engine

2008-06-06 Thread Suran Jayathilaka
ited and may be unlawful. If you have received this communication in error, please notify us immediately by forwarding this email to [EMAIL PROTECTED] and then delete it from your system. Ness technologies is neither liable for the proper and complete transmission of the information contained in t

Re: Tomcat issue with AXIS web service

2008-05-22 Thread Suran Jayathilaka
t.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:595) Meet people who discuss and share your passions. Join them now. <http://in.rd.yahoo.com/tagline_groups_7/*http://in.pr

Re: Axis2 sources in Eclipse

2008-05-15 Thread Suran Jayathilaka
attachment hereto is free from computer viruses or other defects. The opinions expressed in this e-mail and any attachments may be those of the author and are not necessarily those of Intec Telecom Systems PLC. -- U. Suran Jayathilaka WSO2, Inc. - http://ww

Re: developing Web Services using axis2.0

2008-05-13 Thread Suran Jayathilaka
WSDL when i run the application Ashish -- U. Suran Jayathilaka WSO2, Inc. - http://www.wso2.com http://suranjay.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: java2wsdl questions

2008-04-06 Thread Suran Jayathilaka
Hi Dan, The inclusion of super-class methods is currently unavailable in Axis2 java2wsdl. This capability is in the works. Suran. Dan Armbrust wrote: I'm trying to migrate some code from Axis (1.2.1, I think) to Axis2 1.3. I can't seem to figure out how to make the java2wsdl tool in Axis2

Re: module containing libs

2008-03-23 Thread Suran Jayathilaka
Enric Jaen wrote: Is it possible to have modules containing libs? If so, where should I put the jars? Maybe inside META-INF/lib? I have not found this in the documentation. Cheers, /Enric __ Enviado desde Correo Yahoo! Más formas de estar e

Re: "Mustunderstand" How to handle it

2008-03-12 Thread Suran Jayathilaka
Appasamy Thirugnana wrote: Hi , Anyone please help me out in how to handle SOAP Header and where to handle the header if i set "Mustunderstand=1" in my SOAP header before sending a request. whether i need to set its "isProcessed" to true in server side or both server and cl

Re: Call to axis service over the Internet

2008-03-11 Thread Suran Jayathilaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Samir Basic wrote: | Dear people at Apache.org, | | I have just started studying the web services using Axis and, to be | honest, am struggling with the subject. SOAP, WSDL, UDDI etc. where | does it all end?! | | So, I have created and run

Re: Size of Message

2008-02-06 Thread Suran Jayathilaka
h b wrote: > Hello, Is there a way I can measure the size of the message that gets > on the wire? I want to figure out how much pressure I'm gonna be > putting on the network. > > Thanks Try using tcpmon. It gives you the content length of the message. Suran. --

Re: Using Spring and Hibernate with Axis2

2007-11-29 Thread Suran Jayathilaka
Andrew McGhee wrote: > Hi all, > > I am writing a web service using Axis2 1.1 and have successfully > integrated Spring within the AAR. I am also using Hibernate, but at the > moment can't get it to work inside the AAR - I have to explode the AAR. > > I have had a look at http://ws.apache.org/a

Re: Problems while starting the Tools under axis2-1.3\bin

2007-11-29 Thread Suran Jayathilaka
Hi Markus, Markus Unger (RDG) wrote: > Hello, > > I tryed to work with axis2 and the getting startet guide. But I get > errors while starting the tools under %AXIS_PATH%\bin. No > ClassDefFound... and that with alle *.bat file in the directory. I > tryed the version 1.3 and 1.2 the same errors: >

Re: [Axis2] Architecture: Asynchronous Web services with Axis1 and Axis2 -

2007-11-07 Thread Suran Jayathilaka
william wallace wrote: Hi, So far, we have used Axis1 to create a number of Web services in my project. We see it works well with the request-response message pattern. Only one issue is that we could not have Asynchronous Web services. Instead, we have had to use Socket programming for those

Re: [Axis2]Maven2 plugins for WSDL2Code Generation

2007-11-07 Thread Suran Jayathilaka
David Wilkinson wrote: Hi I am starting a new project and have started to put a POM file together for an axis web service, and I'm looking for a plugin to generate my code. I have spotted the one under the tools section of the web site but when I tryed to down load the plugin from the site all t

Re: AxisCallback vs. the deprecated Callback

2007-10-07 Thread Suran Jayathilaka
Huitang Li wrote: Hi, I created a web service client following Async/One Channel model using axis2-generated stub. In the stub code, AxisCallback interface is used. For almost all tests, no soap message response is received before the client is finished. This is verified with the help of the

Re: questions regarding axis2 war

2007-10-07 Thread Suran Jayathilaka
ianwong wrote: I doployed axis2 war into my applicaiton, and visited Service EPR address and Service REST epr address. Both address got error message as following: I can not find a service for this request to be serviced. Check the WSDL and the request URI but the wsdl is work well, http://loc

Re: Library not found

2007-10-07 Thread Suran Jayathilaka
Fátima Milla Olaya wrote: I have changed build.xml for compiling the skeleton.java but when I run the client of the web service I got an axis fault of the library open source so I included all the jars of the library in the folder lib of axis2 then it runs well, but I don't think that it's rigo

Re: Library not found

2007-10-05 Thread Suran Jayathilaka
Fátima Milla Olaya wrote: This is the class: public class FilexmltransferSkeleton { /** * Auto generated method signature * @param filename */ public com.evidian.www.filexmltransfer_xsd1.Filexml transfer( com.evidian.www.filexmltransfer_xsd1.Filename filename) { S

Re: Library not found

2007-10-05 Thread Suran Jayathilaka
Fátima Milla Olaya wrote: Hi, I'm creating a web services with axis2 and I use a library opensource. I use Eclipse and it compiles well (the library is correctly in the build path) but when I run the jar.server in ant it doesn't compile. It can't find the package. It says package does not exit

Re: *SPAM*: 08.50/4.0 - Re: Problem building available services

2007-10-03 Thread Suran Jayathilaka
Ana Belén Antón Gironés wrote: Hi! Thank you very much for your help, Suran and Lahiru. >First of all, I see that your class uses generics. Please note that Axis2 only supports simple-types, arrays and beans. Since Axis2 is JDK1.4 compliant, generics are not >supported. >So what you can do

Re: Problem building available services

2007-10-03 Thread Suran Jayathilaka
Ana Belén Antón Gironés wrote: Hello Suran, My service makes use of several packages and classes and interfaces. It has a complex structure. So, I have created the following folder structure: C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis2\WEB-INF\services\ - MyS

Re: Problem building available services

2007-10-02 Thread Suran Jayathilaka
Ana Belén Antón Gironés wrote: Hi again! I am trying now building my actual service but I receive this error message: Error: java.lang.NoClassDefFoundError: org/dom4j/DocumentException at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.apache.axis2.des

Re: *SPAM*: 04.70/4.0 - Re: Problem building available services

2007-10-02 Thread Suran Jayathilaka
Ana Belén Antón Gironés wrote: Hi, Thank you for your fast answer, Suran. I am using Apache Tomcat 5.5 and Axis2 1.3 war, too. Could you please say me the procedure followed for you step to step? I don't know what I have forgotten. Thank you! Ana Belén -Mensaje original- De:

Re: Problem building available services

2007-10-02 Thread Suran Jayathilaka
Ana Belén Antón Gironés wrote: Good morning, I am new in axis and I am a bit lost. Sorry. I would like to get your help, please. I would like make some as easy as build a service from a Java Object. I have followed the user guide in the apache org web page but the service is remarked as "F