Re: How to update Axis web service?

2009-03-29 Thread charitha kankanamge
Excerpt from http://www.developer.com/services/article.php/3557741 Hotupdate is an important feature and is required in a testing environment. However, it is not advisable to use hot update in a real-time system because a hot update could result in the system leading to an unknown state. Addi

Re: scope="transportsession"

2009-03-04 Thread charitha kankanamge
Hi Tomaz, Please have a look at [1]. [1]http://wso2.org/library/3264 Regards Charitha http://charithaka.blogspot.com TomazM wrote: Is there any example how the service control that the same (cookie) session client invoke this service. Regards, Tomaz

Re: SOAP over JMS using Webservices

2008-11-06 Thread charitha kankanamge
Hi, Please check the followings. [1]http://ws.apache.org/axis2/1_1/jms-transport.html [2]http://charithaka.blogspot.com/2008/10/soap-over-jms-with-axis2.html regards Charitha shashi dakey wrote: Hello All Did any one implemented SOAP over JMS using webservices. If so can any one provide me

Re: web service URL and services.xml

2008-11-05 Thread charitha kankanamge
Hi Asmita, Is it mandatory for you to specify service endpoint as the targetnamespace in your services.xml? Regards Charitha http://charithaka.blogspot.com Attharkar, Asmita wrote: Hi, I have a web service which is to be deployed on different machines. And should be ofcourse be accessible

Re: Learning Curve

2008-10-31 Thread charitha kankanamge
Hi Shekher, Please check the following link. [1]http://www.w3schools.com/soap/default.asp Regards Charitha www.wso2.org http://charithaka.blogspot.com shekher thakur wrote: one more point from where i can get some detaild regarding the underlying protocols details like SOAP ect. i want to

Re: Error after deploying Axis2.war in Weblogic

2008-10-18 Thread charitha kankanamge
Hi Rajesh, You may overcome this classloading issue by setting the element in WEB-INF/weblogic.xml to true as explained in http://ws.apache.org/axis2/1_4_1/app_server.html Regards Charitha Rajesh, Peter (CLAIMS, WIP) wrote: Hi, After deploying the Axis2.war in weblogic, I logged into the a

Re: axis2 wsdl issue

2008-10-13 Thread charitha kankanamge
Hi Raj, How did you change the namespace in wsdl? Did you add a custom WSDL in META-INF directory of your .aar? If so, did you add name="useOriginalwsdl">true parameter in your services.xml? Regards Charitha http://charithaka.blogspot.com ERaj wrote: Hi , I need a help, I have created an .aa

Re: "Unsupported endpoint address" error without an address

2008-09-28 Thread charitha kankanamge
80/axis2/services/StockQuoteService"/> http://localhost:8080/axis2/services/StockQuoteService"/> http://localhost:8080/axis2/services/StockQuoteService"/> - Let me know if you need the sour

Re: "Unsupported endpoint address" error without an address

2008-09-28 Thread charitha kankanamge
Hi Gili, Can you please post your sample client? Regards Charitha http://charithaka.blogspot.com owwoc wrote: Doesn't anyone know how to fix this? Do you need any more information from my end? Should I be asking this question somewhere else? Thanks, Gili cowwoc wrote: Hi, I pasted a

Re: HI i am fresher for axis2 webservices

2008-09-23 Thread charitha kankanamge
e give me idea and help me... Santosh.Y Charitha Kankanamge wrote: Hi, Can you please be more specific and tell us about the errors you encountered? Regards Charitha http://charithaka.blogspot.com yendam wrote: i am doing all the process in http://www.eclipse.org/webtools/

Re: SOAPSession error

2008-09-22 Thread charitha kankanamge
Igor Nogueira wrote: Charita, to engage it on the server side, I just need to add this tag on the axis2.xml, isn't? In this way addressing is engaged globally. You can engage addressing at service level by adding in services.xml. Also, in order to enable soapsession you need to have scope

Re: HI i am fresher for axis2 webservices

2008-09-22 Thread charitha kankanamge
Hi, Can you please be more specific and tell us about the errors you encountered? Regards Charitha http://charithaka.blogspot.com yendam wrote: i am doing all the process in http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html but i cant able to excu

Re: SOAPSession error

2008-09-21 Thread charitha kankanamge
Hi Igor, Igor Nogueira wrote: To engage addressing on client side I've copied the "addressing-1.4.1.mar" to Tomcat's lib folder. Is it ok? Client should report "Unable to engage module:addressing" error if addressing module is not found. In order to engage addressing at client side, create

Re: wsdl port address uses incorrect port number

2008-09-19 Thread charitha kankanamge
Hi, You may set modifyUserWsdlPortAddress parameter to false in your services.xml. false If you set this parameter to false and useoriginalWsdl set to true, the port address specified in the original wsdl (wsdl included in META-INF directory of your service archive) will be unchanged. rega

Re: jar-libs in service-archive

2008-09-17 Thread charitha kankanamge
Hi markus, You could create a lib directory inside service archive (*.aar) and add your jar in there. Please see [1] for more information on this. [1]http://jaxmag.com/itr/online_artikel/psecom,id,757,nodeid,147.html Regards Charitha http://charithaka.blogspot.com Grimm, Markus wrote: Hi g

Re: Axiom service / useOrignalWSDL / java.lang.ClassNotFoundException: org.apache.axiom.om.OMContainer

2008-09-16 Thread charitha kankanamge
Hi Jaroslav, What do you get when you validate axis2+tomcat setup through Axis2 admin page? Does the default version service work fine? regards Charitha Jaroslav Pullmann wrote: Hello, my attempts to deploy an AXOIM-service with proprietary WSDL/XSD cause an internal error: SEVERE:

Re: Testing tool for QA

2008-09-09 Thread charitha kankanamge
Hi Affan, You may start with SoapUI which is a good web services functional testing tool. http://wso2.org/library/3862 describes a set of useful testing tools. regards Charitha http://charithaka.blogspot.com Qureshi, Affan wrote: Hello, Is there a tool/way to take a WSDL and automatically

Re: MTOM Sample Error ?

2008-08-13 Thread Charitha Kankanamge
Hi, Which Axis2 version are you using? regards Charitha Şükrü Uzel wrote: I have error when mtom run client in axis2 sample ( MTOM ). Error : Exception in thread "main" org.apache.axis2.AxisFault at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apache.ax

Re: Meaning of some services.xml parameters

2008-08-11 Thread Charitha Kankanamge
Hi, Please have a look at http://wso2.org/library/2060 (Writing Your Own services.xml for Axis2 Web Services) regards Charitha http://charithaka.blogspot.com Shah, Sumit wrote: Thanks Deepal. Is there any documentation for all the supported parameters? Thanks Sumit -Original Message---

Re: Debugging asynchronous client

2008-07-30 Thread Charitha Kankanamge
Hi, Please have a look at following blog posts, which explain how to debug async clients. [1]http://charithaka.blogspot.com/2008/07/how-to-monitor-messages-using-tcpmon-in.html [2]http://pzf.fremantle.org/2008/07/how-to-debug-async-responses-in-axis2.html regards Charitha http://charithaka.bl

Re: How to print axis2 request and response

2008-07-14 Thread Charitha Kankanamge
Hi, http://ws.apache.org/axis2/1_4/modules.html will help you to get some understanding on writing a module to log messages. regards Charitha Shehan Simen wrote: Hi Amila, Is there any tutorial for writing axis2 handler? I have no idea about the module.xml *From:* Amila Suriarachchi

Re: [Axis2] SoapFault in Axis2

2008-07-08 Thread Charitha Kankanamge
Hi David, There is a sample included in Axis2 binary distribution which demonstrates fault handling. You can find it in AXIS2_HOME\samples\faulthandling (AXIS2_HOME is the directoiry where you unzipped axis2 binary distro) regards Charitha http://charithaka.blogspot.com David wrote: hi,

Re: Axis2 Client config location

2008-07-03 Thread Charitha Kankanamge
Hi Brian, You can use ConfigurationContext to pick up config files (e.g:- axis2.xml) as follows 1.Create configurationContext from file system as follows. ConfigurationContext cc = ConfigurationContextFactory.createConfigurationContextFromFileSystem("\home\user\axis2\repository","\home\user\ax

Re: printing request

2008-07-02 Thread Charitha Kankanamge
Hi, You can send your request through Apache tcpmon[1] and view the message flow. regards Charitha [1]http://ws.apache.org/commons/tcpmon/ Rajendra Kumar Miryala wrote: Hi, How can I print request xml for web-services? I am using Axis2 1.3 framework for web-

Re: Unable to generate EPR for transport : http

2008-06-26 Thread Charitha Kankanamge
s/NPCService.NPCServiceHttpEndpoint"/> -Original Message- From: Charitha Kankanamge [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2008 11:52 AM To: axis-user@ws.apache.org Subject: Re: Unable to generate EPR for transport : http Hi Asmita, Can you post your wsdl please? rega

Re: Unable to generate EPR for transport : http

2008-06-26 Thread Charitha Kankanamge
Hi Asmita, Can you post your wsdl please? regards Charitha Attharkar, Asmita wrote: Hi, Please find my services.xml in regards to the issue I am having http://NPCWebService.telcordia.com";> http://NPCWebService.telcordia.com/xsd"/> This is my first Web service. com.telcordia.test.ws.

Re: Axis2 return name

2008-06-25 Thread Charitha Kankanamge
Hi, I think the answer for your question is explained here [1] [1] http://wso2.org/library/3743 regards Charitha sdr wrote: Hi, I'm generating a wsdl out of code with following java code: public class EmbeddedAxis2Server { public static void main(String[] args) throws Exception { C

Re: problem in generating stub on https

2008-06-20 Thread Charitha Kankanamge
Hi Rafaqat, Try to generate the stub as follows. Please use http port instead of https one. $AXIS2_HOME//bin/wsdl2java.sh -uri http://localhost:8080/axis2/services/GreetingService?wsdl -p test.wstest.client -uw -o regards Charitha

Re: [axis2] How can I use WSDL2 in axis2??

2008-06-17 Thread Charitha Kankanamge
Hi Takashi, If you use code first approach, just deploy your service on Axis2server and enter http://localhost:8080/axis2/services/YourService?wsdl2 in your browser. Axis2 will automatically generate the wsdl2 and show it. HTH Charitha Charitha Kankanamge http://charithaka.blogspot.com

Re: Validating Services.xml

2008-06-02 Thread Charitha Kankanamge
Hi Vikas, You can use WSO2 online services.xml validator [1] [1] http://tools.wso2.org/tools_aarvalidator/ regards Charitha vikas kumar wrote: Hi, A quick search did not show up any XSD or DTD to validate the services.xml that is used in the axis2 services archive. Maybe I was not looking

Re: [Axis2] scope documentation error?

2008-05-29 Thread Charitha Kankanamge
Hi Lorenzo, Service scope should be "application", "soapsession", "transportsession" and "request". I changed axis2Config.html document with correct names and committed. thanks Charitha Lorenzo Bigagli wrote: Hi, the documentation of service configuration (http://ws.apache.org/axis2/1_4/a

Re: minimum jjars

2008-05-05 Thread Charitha Kankanamge
Hi, The following link may help you. http://mail-archives.apache.org/mod_mbox/ws-axis-user/200708.mbox/[EMAIL PROTECTED] regards Charitha Kevin DeSilva wrote: Hi, I have successfully created services for POJOs in my webapp (axis2 embedded) What are the minimum jars required to run axis2

Re: Am i rightly building and deploying my java WS?

2008-03-27 Thread Charitha Kankanamge
You are describing two different deployment mechanisms. 1. AAR based deployment You should create *.aar with proper structure as explained in http://ws.apache.org/axis2/1_3/quickstartguide.html#deploy 2. Deploying pojos using POJODeployer This mechanism allows users to drop .class file and m

Re: .wsdl to soap template generator

2008-03-18 Thread Charitha Kankanamge
Hi Micheal, SOAPUI can easily be used to generate a template for request soap envelope Have a look http://www.soapui.org/ regards Charitha Michael Potter wrote: Axi2 crew, Is there a script that will read .wsdl file and output a soap message template much like wsdl2java reads .wsdl and output

Re: Test Data creator Based on WSDL

2008-03-13 Thread Charitha Kankanamge
Hi Appasamy, SoapUI is the ideal tool for your requirement. Have a look at http://www.soapui.org/ regards Charitha Appasamy Thirugnana wrote: Hi, I am looking for a test data creator based on the WSDL and allows us to create mock XML for a webservice request Appasamy T

Re: Quick start problem generate wsdl

2008-02-28 Thread Charitha Kankanamge
samples.quickstart.service.pojo package. Therefore you need to have the complete directory path. Thanks again On Thu, 2008-02-28 at 17:15 +0600, Charitha Kankanamge wrote: Hi Salam, It should be 'Generated'. What I meant to was the class file which generated after running ant bui

Re: Quick start problem generate wsdl

2008-02-28 Thread Charitha Kankanamge
kstart service pojo then in pojo directory I have StockQuoteService.class. For the moment, I copied pojo directory to the Axis2_home/bin directory, executed the command you recommended, I got the same error Salam On Thu, 2008-02-28 at 07:10 +0600, Charitha

Re: Quick start problem generate wsdl

2008-02-27 Thread Charitha Kankanamge
Hi Salam, Can you please copy StockQuoteService class directory to Axis2_home/bin and try the following steps. - Copy the generaed StockquoteService directory to AXIS2_HOME/bin (samples.quickstart.service.pojo.StockQuoteService) - Issue java2wsdl from AXIS2_HOME/bin as follows java2wsdl -cn s

Re: loading resources from service archive?

2008-02-26 Thread Charitha Kankanamge
Hi Steve, Please have a look at [1] or [2] |AxisService service = msgCtx.getAxisService(); ||ClassLoader loader = service.getClassLoader (); ||InputSream in=loader.getResourceAsStream(“MyResources”);| [1] "Service and Module Isolation" section of http://wso2.org/library/259 [2]http://ws.apache

Re: How to perform REST requests in a Service?

2008-02-21 Thread Charitha Kankanamge
Hi Moley, If I understood your question correctly, you don't have anything to configure in your axis2.xml or service implementation class in order to get the REST support. Suppose your service is Sampleservice and it has one operation called sayHello(). Then you can invoke your service in RES

Re: axis2 1.3 and session management

2008-02-12 Thread Charitha Kankanamge
No. If addressing is globally engaged, you don't want to engage it at the service level. Thanks a lot 2008/2/12, Charitha Kankanamge <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: Managing a SOAP session requires you to engage addressing modules on both the server

Re: .Net client

2008-02-12 Thread Charitha Kankanamge
Hi Ajit, See my comments inline. [EMAIL PROTECTED] wrote: Hi Group, Is nillable="*true*" in wsdl going to create problem as far as the compatibility with .Net goes? No. It will not give any problem. When I access my ws from a .Net client, I always get a response as null/nothing (ev

Re: axis2 1.3 and session management

2008-02-12 Thread Charitha Kankanamge
g? Thanks 2008/2/12, Charitha Kankanamge <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: Hi MT, What error did you get when following the instructions given in the article? AFAIK, we did not come across a session management issue in Axis2-1.3. regards

Re: axis2 1.3 and session management

2008-02-12 Thread Charitha Kankanamge
Hi MT, What error did you get when following the instructions given in the article? AFAIK, we did not come across a session management issue in Axis2-1.3. regards Charitha Michelantonio Trizio wrote: Hi, I'd like to know how to use session on axis2 1.3 I use this guide http://www.developer

Re: Methods with same name but different signatures

2008-02-07 Thread Charitha Kankanamge
Hi Tobias, You are trying to use overloaded methods. AFAIK, Axis2 does not support method overloading. regards Charitha Tobias Anstett wrote: Hi, i am developing pojo web service and like to expose two methods for example called echo(String name) and echo(String name, boolean repeat). The

Re: How can I test the endpoint validity with axis2 at client side ?

2008-02-05 Thread Charitha Kankanamge
Hi ataud, If you insert 'http' in front of your url ("http://aninvalidurl";), you should get java.net.UnknownHostException: aninvalidurl. I just checked it with Axis2 snapshot. regards Charitha ataud wrote: At client side, I generate an Axis2 stub (WSDL2Java). When I populate an invalid UR

Re: Logging SOAP messages

2008-01-29 Thread Charitha Kankanamge
Hi David, You can use logging module as explianed in http://ws.apache.org/axis2/1_3/modules.html#MyService_with_a_Logging_Module regards Charitha David Meiklejohn wrote: Thanks. This looks like it will do what I'm after, it sounds similar to TcpMon with some logging functionality. However, i

Re: Unexpected subelement error message

2008-01-28 Thread Charitha Kankanamge
additional commands, e-mail: [EMAIL PROTECTED] -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94 714268070 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Deploying a WebService using axis2

2008-01-21 Thread Charitha Kankanamge
Hi Phani, An axis2 service can be programatically deployed as follows. Please read http://wso2.org/library/2546 (Deployment options in Axis2) for more information. |ConfigurationContext configContext = getConfigurationContext(); File serviceArchiveFile = new File("Location of the file"); Axis

Re: SOAP and Axis2 book recommendation

2008-01-03 Thread Charitha Kankanamge
.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs> -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94 714268070 A bug in the hand is better than one as yet undetected - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: Does client need repository?

2008-01-03 Thread Charitha Kankanamge
org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java:339) at org.apache.axis2.client.ServiceClient.engageModule (ServiceClient.java:324) I'd appreciate your help. Joe -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94 714268070

Re: [Axis2] - (Newbie) Is there a stateful context in WebServices ? Or in Axis ?

2007-12-20 Thread Charitha Kankanamge
ed. Is there a similar class that is invoked by the server when the application is deployed ? []'s Leonel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Charitha

Re: [Axis2] Release plan and road map for Axis2 1.4 release

2007-12-19 Thread Charitha Kankanamge
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94 714268070 A bug in the hand is better than one as yet undetected ---

Re: [Axis 2] Installation Problem

2007-12-17 Thread Charitha Kankanamge
:37 +0530 >> Von: Charitha Kankanamge <[EMAIL PROTECTED]> >> An: axis-user@ws.apache.org >> Betreff: Re: [Axis 2] Installation Problem >> Dear Markus, >> Since you have installed Axis2 as a standalone server, you will not get >> those validate, administr

Re: [Axis 2] Installation Problem

2007-12-15 Thread Charitha Kankanamge
date", Administration" as mentioned in the installation guide. What is wrong? Markus. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Charitha Kankanamge WS

Re: Setting up Axis in an Apache/Tomcat Environment

2007-12-13 Thread Charitha Kankanamge
difference? - Jeremiah On Dec 13, 2007 7:39 PM, Charitha Kankanamge <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi Jeremiah, Are you referring to Axis2 or Axis1? If it is Axis2, please have a look at http://ws.apache.org/axis2/1_3/installationguide.

Re: Setting up Axis in an Apache/Tomcat Environment

2007-12-13 Thread Charitha Kankanamge
be in different directories and potentially configuration files need to be modified so I was just curious about how much different the installation process would be. Thanks! -- Jeremiah -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94 7142

Re: Axis2 1.3 (Standalone server) NullPointerException during startup..

2007-12-07 Thread Charitha Kankanamge
CTED] >> > >> >> >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > >

Re: Axis2 and java5 annotations

2007-12-07 Thread Charitha Kankanamge
This will be included in Axis2-1.4 release, though I'm not certain about the release date. :( regards Charitha Ove Gram Nipen wrote: Charitha Kankanamge [mailto:[EMAIL PROTECTED] wrote: Ove Gram Nipen wrote: Thanks for the instructions :) This looks very promising. Is th

Re: Axis2 and java5 annotations

2007-12-07 Thread Charitha Kankanamge
This is available in nightly builds. please download a build from http://people.apache.org/dist/axis2/nightly/ and check. Ove Gram Nipen wrote: Charitha Kankanamge [mailto:[EMAIL PROTECTED] wrote: 8. Access http://localhost:8080 and verify the service is deployed properly

Re: Axis2 and java5 annotations

2007-12-07 Thread Charitha Kankanamge
Java5 annots fashion? Axis has features similar with what jax-ws2? yes. This sounds interesting. Do you have any pointers to documentation? -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94 714268070 A

Re: [Axis2] Problem Axis2 sample - jaxws-calculator

2007-12-01 Thread Charitha Kankanamge
Thanks, Rick -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94 714268070 A bug in the hand is better than one as yet undetected - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Axis2] How can I access response SOAP envelope?

2007-11-28 Thread Charitha Kankanamge
operationContext = serviceclient.getLastOperationContext(); MessageContext messageContext = operationContext.getMessageContext(WSDLConstants.MESSAGE_LABEL_IN_VALUE); System.out.println(messageContext.getEnvelope().toString()); regards Charitha Charitha Kankanamge wrote: Folks, I tried to access the

[Axis2] How can I access response SOAP envelope?

2007-11-28 Thread Charitha Kankanamge
Folks, I tried to access the response soap envelope using Axis2 client API as follows. OperationContext operationContext = stub._getServiceClient().getLastOperationContext(); MessageContext messageContext = operationContext.getMessageContext(WSDLConstants.MESSAGE_LABEL_IN_VALUE); System.out

Re: Monitoring Web Services

2007-11-27 Thread Charitha Kankanamge
they making? - How many times to they call each method within a session? - What are the input parameters to each call? - Were any exceptions returned? If so what ones? Thanks Raghu -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94 714268070 A bug in the hand is better than one as

Re: [AXIS2 1.3] REST problem

2007-11-21 Thread Charitha Kankanamge
e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94 714268070 A bug in the hand is better than one as yet undetected - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: libraries and configuration files

2007-11-13 Thread Charitha Kankanamge
configuration files stored on a "lib" and "properties" directories respectively. Where do i place these directories so that they would be available in my Web Service? Regards, Joseph -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94 714268070 A bug in the hand is be

Re: Internal Server Error

2007-11-12 Thread Charitha Kankanamge
;http://www.w3.org/2004/08/wsdl/in-out"; class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/> sample.SimpleService thank you, Joseph *Charitha Kankanamge <[EMAIL PROTECTED]>* 11/13/2007 02:47 PM Please

Re: Internal Server Error

2007-11-12 Thread Charitha Kankanamge
the proceeding methods are simply return "Some String"; I've been stuck with this for 3 days... Any help would be appreciated :) thanks, Joseph -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94 714268070 A bug in the hand is bet

Re: [Axis2] Generic Web Service client

2007-10-30 Thread Charitha Kankanamge
will help you. http://ws.apache.org/axis2/1_3/jms-transport.html http://ws.apache.org/axis2/1_3/mail-transport.html Thanks for your answers! Regards, Eugene __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yah

Re: test asynchronous functions

2007-10-26 Thread Charitha Kankanamge
follow the above steps. You will notice that the client responds (you may see the system.out value before getting the service response) before getting the service response. (Client does not block and continues its operation) Hope this helps you. Bye Charitha -- Charitha Kankanamge WSO2 inc. F

Re: SV: [Axis2] Upload .aar

2007-10-25 Thread Charitha Kankanamge
additional commands, e-mail: [EMAIL PROTECTED] -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94 714268070 A bug in the hand is better than one as yet undetected - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with parameter SOAPAction

2007-10-16 Thread Charitha Kankanamge
loWho";) http://today.java.net/pub/a/today/2006/12/13/invoking-web-services-using-apache-axis2.html will help you to get more information on Axis2 service invocation mechanism. Thank you very much for your help. Best Regards, Cédric Peyruqueou -- Charitha Kankanamge WSO2 inc. Flower R

Re: Problem with the sample AXIOMClient for StockQuoteService

2007-10-16 Thread Charitha Kankanamge
for your quick answer, the difference I can see with you is that I use a jdk 1.4 (I know it's old ;-)), do you think it can be the reason of the problem? Best Regards, Cédric -Message d'origine- De : Charitha Kankanamge [mailto:[EMAIL PROTECTED] Envoyé : mardi 16 octobre 200

Re: Problem with the sample AXIOMClient for StockQuoteService

2007-10-16 Thread Charitha Kankanamge
ituation? Thank you very much. Best Regards, Cédric Peyruqueou -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94 714268070 A bug in the hand is better than one as yet undetected - To unsubscribe, e-mail: [

Re: uploading a file

2007-10-15 Thread Charitha Kankanamge
ME/samples/MTOMsample), which is included in axis2 binary distribution will help you to get an initial understanding on this. Also, please check http://ws.apache.org/axis2/1_3/mtom-guide.html regards Charitha -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94 714268070 A bug in the hand is b

Re: how to get the list of available services in AXIS2 ?

2007-10-05 Thread Charitha Kankanamge
mazing places <http://us.rd.yahoo.com/evt=48256/*http://travel.yahoo.com/;_ylc=X3oDMTFhN2hucjlpBF9TAzk3NDA3NTg5BHBvcwM1BHNlYwNncm91cHMEc2xrA2VtYWlsLW5jbQ-->on Yahoo! Travel. -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94 71426

Re: Axis2 supported platforms?

2007-10-04 Thread Charitha Kankanamge
Hitesh Raghav wrote: Hi, Which platforms are supported by Apache Axis2? Could you please direct me to the right URL. Thanks, -Hitesh Please check http://ws.apache.org/axis2/1_3/installationguide.html#requirements regards Charitha -- Charitha Kankanamge WSO2 inc. Flower Road

Re: Exception Handling and Axisfaults

2007-10-02 Thread Charitha Kankanamge
file deployed on jboss wont help (true) Kind regards, Jay - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94

Re: services.xml reference?

2007-09-26 Thread Charitha Kankanamge
abase: 269.13.31/1031 - Release Date: 9/26/2007 12:12 PM Please have a look at the following links. [1] http://ws.apache.org/axis2/1_3/axis2config.html#Service_Configuration [2]http://wso2.org/library/2060 Regards Charitha -- Charitha Kankanamge WSO2 inc. Flower Road, Colombo 07 +94 714268070 A bug i

Re: axis2 1.3 - MTOM sample: OutOfMemory

2007-09-17 Thread Charitha Kankanamge
y distribution... is this a bug? Mike Mike, Can you please increase the time out(serviceStub._getServiceClient().getOptions().setTimeOutInMilliSeconds(1000);) in the sample client(..\axis2-1.3\samples\mtom\src\sample\mtom\client.java) and try again? regards Charitha -- Charitha

Re: axis2 1.3 - MTOM sample: OutOfMemory

2007-09-17 Thread Charitha Kankanamge
to be transfert. Mike - Original Message - From: "Charitha Kankanamge" <[EMAIL PROTECTED]> To: Sent: Monday, September 17, 2007 6:22 PM Subject: Re: axis2 1.3 - MTOM sample: OutOfMemory Michele Rossi wrote: Hi! I've build the sample ws-app named mtom (from

Re: Parameter not passed

2007-09-17 Thread Charitha Kankanamge
--- To unsubscribe, e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -- Anas Mughal -- Charitha Kankanamge WSO2 inc. Flower

Re: Simple Java Client

2007-09-06 Thread Charitha Kankanamge
} ); System.out.println("Result:" + ret); } catch (Exception e) { System.err.println(e.toString ()); e.printStackTrace(); } } } m getting error - Exception in thread "main" java.lang.NoClassDefFoundError: Calculator m not ab

Re: Simple Java Client

2007-09-06 Thread Charitha Kankanamge
Hi Sneha, Did you try [1], [2] in Apache Axis2 web page? It includes a lot of information on creating web service clients. [1]http://ws.apache.org/axis2/1_3/quickstartguide.html#clientadb [2]http://ws.apache.org/axis2/1_3/userguide-creatingclients.html#choosingclient regards Charitha sneha ja

Re: get hotupdate not to work (Windows)

2007-09-05 Thread Charitha Kankanamge
ar (using 7-zip) : replace the StockQuoteService.class So I don't change the name of some method but only the code. This does not work in my environment, unless restart of axis2. Thanks and regards Wolfgang -Original Message- From: Charitha Kankanamge [mailto:[EMAIL PROTECTED] Sent: Wednesday

Re: get hotupdate not to work (Windows)

2007-09-05 Thread Charitha Kankanamge
he service: ...\build\classes\samples\quickstart\service\pojo\StockQuoteService.clas s This is probably beyond the "Hotupdate" feature? Thanks and regards Wolfgang -Original Message- From: Charitha Kankanamge [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 03:40 To: axi

Re: get hotupdate not to work (Windows)

2007-09-04 Thread Charitha Kankanamge
Hello Eicher, Hotupdate works properly with axis2-1.3. I just tried with axis2-1.3 installed on tomcat 6.0.10/Windows XP. Please go through the following steps to identify your problem and let us know if you experience the same issue again. - Edit /conf/axis2.xml by setting >true - Restart t

Re: [Axis2] New to Axis, having problems

2007-08-16 Thread Charitha Kankanamge
Hello Brian, Will you be able to send me your service archive? I'll deploy it and write a client to invoke the service. regards Charitha Brian Hendrickson wrote: Hello, I'm trying to create my first Axis2 application and I'm having a problems. I'm creating a simple service that takes a st

[AXIS2][Fwd: MTOM attachement caching]

2007-08-12 Thread Charitha Kankanamge
forwarding with [AXIS2] prefix --- Begin Message --- Hi all, MTOM attachement caching can be enabled in axis2.xm by specifying cacheAttachments=true with an attachment directory in file system. When sending a large file, it is cached in the specified directory. However, this temporary file (*.

MTOM attachement caching

2007-08-12 Thread Charitha Kankanamge
Hi all, MTOM attachement caching can be enabled in axis2.xm by specifying cacheAttachments=true with an attachment directory in file system. When sending a large file, it is cached in the specified directory. However, this temporary file (*.att) is not removed once the file transfer is complet

Re: OutOfMemoryError - Large Attachments

2007-08-10 Thread Charitha Kankanamge
Hi Greg, Axis2 mtom sample demonstrates transfering a file to a web service. I just checked it with the latest axis2-1.3(#take3) [1] and was able to transfer ~20MB file using the mtom sample. If you send large attachements using that sample, increase timeout value in client (serviceStub._getSe

Re: [Axis2][VOTE]Axis2 1.3 release artifacts (#take3)

2007-08-10 Thread Charitha Kankanamge
Here is my +1 for 1.3 release. All samples worked out of the box in Winxp/jdk15 environment. When running userguide samples, users may need to go through the associated xdocs (eg:- modules.html) to configure logging module. regards Charitha Deepal jayasinghe wrote: -BEGIN PGP SIGNED M

Re: Question about AAR

2007-08-09 Thread Charitha Kankanamge
Santosh, You can add third party jars in to a lib directory and include that in aar as follows. (Place it in the same directory level as in META-INF) - Yourservice - META-INF - services.xml - lib For more information, please have a look at http://ws.apache.org/axis2/1_2/quickstartgui

Re: Need help with OMElement

2007-08-01 Thread Charitha Kankanamge
Isenor, Anthony wrote: We have been trying to deploy a very simple web service using AXIS2 - and obviously we are missing something. AXIS2 is up and running; TOMCAT running; and we have deployed a Calculator service and 4 other trivial services. Now we want to create a service that uses O

Re: [AXIS2] problem with AXIS2.war and Tomcat 4.0.3

2007-07-24 Thread Charitha Kankanamge
Hi Gail, I was able to reproduce your issue with tomcat 4.0.3. This should be an axis2 bug. I think Dims has fixed an issue related to this, So please get the latest build from trunk and check again. Btw, I reported a JIRA for tomcat4.0.3 issue. https://issues.apache.org/jira/browse/AXIS2-3014

Re: [Axis2] Problem with invoking web service by using Stub classes

2007-07-03 Thread Charitha Kankanamge
Hi, The following will help you to get some understanding on creating clients. http://ws.apache.org/axis2/1_2/quickstartguide.html#clientadb Let us know if you cannot resolve your problem using the above reference. regards Charitha Naga Srinivas wrote: *Hi, I am new to Axis2, i am trying t

Re: Problem in installation

2007-06-27 Thread Charitha Kankanamge
Adit, Your axis2 web app worked properly on tomcat according to your previous emails.(As you were able to validate installation with axis2 admin console) Tomcat has nothing to do with axis2server startup issue. I don't think it is a java installation issue either. I would recommend you to clea

Re: Problem in Installation

2007-06-27 Thread Charitha Kankanamge
No. You don't even need to set CLASSPATH to Axis2_home/lib. (Can you remove it and give another try?) You should be able to start axis2server if Axis2_home is specified correctly. According to the information you provided, I don't see any specific issue in your environment settings which preven

Re: problem in installation

2007-06-26 Thread Charitha Kankanamge
Hi Aditi, Can you do a small test? Just copy axis2-1.2 to a directory which does not have spaces (eg:- C:\test\axis2-1.2) and set the Axis2_home env variable accordingly. Then run axis2server.bat. I feel the issue is due to the spaces in directory path. However that also work fine in my windows

  1   2   >