Re: Question about exposing a database as a web service...

2009-03-05 Thread sumedha rubasinghe
This link[1] contains a collection of HOWTOs on WSO2 Data Services solution. /sumedha [1] http://wso2.org/library/3183 On Thu, Mar 5, 2009 at 10:12 PM, keith chapman wrote: > Hi, > > Have you looked at the WSO2 DataServices Solution? [1]. It is a product > thats built on Apache

Re: java.lang.ClassCastException: com.ctc.wstx.stax.WstxInputFactory

2009-01-15 Thread sumedha rubasinghe
Tested with Jboss 4.0.2. It works without any error. /sumedha On Thu, Jan 15, 2009 at 2:49 PM, Appasamy Thirugnana wrote: > > Jboss 4.0.5 > > > -Original Message- > From: sumedha rubasinghe [mailto: > Sent: Thursday, January 15, 2009 14:44 > To: axis-user@ws.

Re: java.lang.ClassCastException: com.ctc.wstx.stax.WstxInputFactory

2009-01-15 Thread sumedha rubasinghe
What is the version of Jboss? My gut feeling is this particular version of Jboss is having a different Stax implementation. /sumedha On Thu, Jan 15, 2009 at 2:13 PM, Appasamy Thirugnana wrote: > Application server .. JBoss > > -Original Message- > From: Paul Fremantle

Re: MDB and Axis2

2008-08-05 Thread sumedha rubasinghe
Hi, Unless you really need the MDB, I do not see any advantage of doing so. You can easily listen to a topic using Axis2's JMS transport [1]. Is there a specific reason / application level constraint for you to consider MDB to listen to the topic? /sumedha [1] http://ws.apache.org/axis2/1_

Re: [Axis2] Initialization

2008-07-29 Thread sumedha rubasinghe
Following example might be of help. http://wso2.org/library/333 And you can find an example on latest axis2 distribution too. Inside axis2-1.4/samples/servicelifecycle folder. README.txt located there is a good starting point. /sumedha On Tue, Jul 29, 2008 at 10:47 PM, Sameera Jayasoma

Re: Axis with XSLT

2008-07-29 Thread sumedha rubasinghe
. /sumedha On Tue, Jul 29, 2008 at 8:39 PM, samsam007 <[EMAIL PROTECTED]> wrote: > > Hi, > > I tried to build a AXIS service to return a recordset (from array or > database) to an AXIS client. > The client will use the following APIs to request the recordset from t

Re: Axis1.4 vs Axis2-1.4

2008-07-11 Thread sumedha rubasinghe
ntents.html). Since your starting web services with Axis2, I recommend you to follow the getting start guide @ http://ws.apache.org/axis2/1_4/quickstartguide.html . /sumedha * *On Fri, Jul 11, 2008 at 8:24 PM, Thamizh <[EMAIL PROTECTED]> wrote: > Hi All, > > I am new to AX

Re: printing request

2008-07-02 Thread sumedha rubasinghe
A tutorial on TCPMon can be found here[2]. /sumedha [2] http://ws.apache.org/commons/tcpmon/tcpmontutorial.html On Wed, Jul 2, 2008 at 1:04 PM, Charitha Kankanamge <[EMAIL PROTECTED]> wrote: > Hi, > You can send your request through Apache tcpmon[1] and view the message > fl

Re: Axis2 1.3 to Axis2 1.4

2008-06-27 Thread sumedha rubasinghe
Well... then how about your system classpath? Open up a new command window and check what jars are in your classpath. /sumedha rubasinghe a écrit : > >> Hi, >> I tested axis2-1.4 war with java version "1.5.0_14" & Tomcat 6.0.16 .o >> It works fine. So this mu

Re: Axis2 1.3 to Axis2 1.4

2008-06-27 Thread sumedha rubasinghe
st be an older version of the same jar file in your classpath, which gets loaded before 2.1 jar. /sumedha On Fri, Jun 27, 2008 at 1:21 PM, Fabien Couvert <[EMAIL PROTECTED]> wrote: > I use Jdk1.5.0-14 > > Did you think that is the problem ? > > keith chapman a écrit : >

Re: Axis2 1.3 to Axis2 1.4

2008-06-26 Thread sumedha rubasinghe
Hi, Do you have XmlSchema-1.4.2.jar in your classpath? /sumedha On Thu, Jun 26, 2008 at 5:46 PM, Fabien Couvert <[EMAIL PROTECTED]> wrote: > Hi all, > > I try to upgrade Axis2 to 1.4 version but I get this exception when I try > to createConfigurationContextFromFileSystem

Re: Axis2 return name

2008-06-26 Thread sumedha rubasinghe
.w3.org/1999/XSL/Transform"; > /sumedha > > Original Message > Subject:Re: Axis2 return name > Date: Wed, 25 Jun 2008 06:44:42 -0700 (PDT) > From: sdr <[EMAIL PROTECTED]> > Reply-To:

Re: difference b/w bean mapping using SOAPBody

2008-03-15 Thread Sumedha Rubasinghe
*checkout*/saaj/saaj-ri/docs/index.html /sumedha In SAAJ, we will call the webservice,like SOAPConnectionFactory connectionFactory = SOAPConnectionFactory.newInstance(); SOAPConnection connection = connectionFactory.createConnection(); MessageFactory messageFactory = MessageFact

Re: Can't Package Axis2 In EAR with Maven2

2007-12-13 Thread sumedha
. /sumedha > [INFO] > > [ERROR] BUILD ERROR > [INFO] > > [INFO] Failed to initialize ear modules > > Embedded error: Unknown ar

Re: [AXIS2] ClassPath problems in JBoss

2007-09-26 Thread sumedha rubasinghe
Hi, The problem here is both Jboss & Axis have their own SAAJ Implementation. What is the version of Jboss & Axis2 your using? Do you intend to run other applications on this server as well? You do not need to move several jars.The classes you need are located inside axis2-saaj-.jar.

Re: [Axis2] Problem Installing from Standard Binary Distribution

2007-07-31 Thread sumedha rubasinghe
e in their local machines and sometimes due to issues related to Axis2. You can report these issues using our jira (https://issues.apache.org/jira) Anyway congratulations for getting started with axis2 :-). Thank you. /sumedha -aj On 7/31/07, *keith chapman* <[EMAIL PROTECTED] &

Re: [Axis2] Problem Installing from Standard Binary Distribution

2007-07-31 Thread sumedha rubasinghe
Hi AJ, Could you tell me what is the axis2 version your using? I just tried this using Axis2 1.3-RC2 available from http://ws.apache.org/axis2/download.cgi & I could not generate the scenario your experiencing. Please provide us more information on your environment. /sumedha AJ Coon w

Re: Axis setup (JAXP)

2007-05-28 Thread sumedha rubasinghe
Hi, You seems to be having some problem with your environment settings. Make sure you set you JAVA_HOME pointing to correct location & add $JAVA_HOME/bin to you path. Remove all entries from CLASSPATH variable, if you have any. To get you started, try starting the standard binary distribution

Re: Axis beginner2

2007-05-28 Thread sumedha rubasinghe
Hi, Sipungora wrote: Nobody want me to answer. I replied to your previous mail, inquiring the version of Axis & tomcat version your using. OK I ask it in other words. What a versions of Tomcat, Axis and JSDK schould I take in order to be assure, that their setup is without much ado? Use

Re: Axis beginner

2007-05-27 Thread sumedha rubasinghe
Hi, What is the version of Tomcat & Axis your using? Sipungora wrote: I have only newly deal with axis. And I have a problem at the installation. I have copied xercesImpl.jar and all other jar-files for XML Parser in TOMCAT\webapps\axis\WEB-INF\lib, but "happyaxis.jsp" shows me in Examining App

Re: maven plugin for generating mar files

2007-05-18 Thread sumedha rubasinghe
module.xml /sumedha Jim Alateras wrote: Is there a maven plugin for generated 'mar' archives? Can I just use the aar-plugin to do the job or maybe the assembly-plugin. cheers - To unsu

Re: J2ME Client

2007-04-27 Thread sumedha rubasinghe
Hi Roberto, Accessing web service from J2ME requires separate client library. Usual Axis client library is too heavy for this.. /sumedha Roberto wrote: Does anybody knows if there is something that I should pay special attention when I use a J2ME application to get a web service installed on

Re: Axis2 JMS samples?

2007-03-22 Thread sumedha
Add /lib/*.jar to classpath & run the client. Good luck! Happy messaging with JMS ;-) /sumedha > > Are there any samples for JMS with Axis2. Also can some one point some > useful > links on this topic. I could not find anything other than the > http://ws.apache.org/axis2/1_

Re: integrate AXIS with web application

2007-03-22 Thread sumedha
Following article[1] might help you to achieve integration part. [1] http://wso2.org/library/90 /sumedha > hi everyone, > > I am very interested in Axis. However, I have no idea > how to integrate it in my current project. Any help in > this area will be appreciated. > >

Re: Timeout setting in Axis2

2007-03-22 Thread sumedha
Hi Jipu, Following[1] might help you. [1].http://www.wso2.org/library/230 Read the Introduction section & then do a content search for 'TIMEOUT'. ;-) /sumedha. > Hello All, > > New man to the Axis2 community. How can I change the read timeout > settings in Axis

Re: Axis without SOAP

2007-03-22 Thread sumedha
Hi, Following might interest you http://ws.apache.org/axis2/1_1_1/rest-ws.html && http://webservices.xml.com/lpt/a/915 sumedha. > Hi! > > I have got a special problem using AXIS and i need some help :) > I would like to make a request without using SOAP envelope. Can

[Axis2] Jibx version for build

2007-03-18 Thread sumedha rubasinghe
changing this to following & got the build running. jibx.version=SNAPSHOT Hope this helps someone!!!! /sumedha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SimpleAxisServer on axis2

2007-03-13 Thread sumedha rubasinghe
e.printStackTrace(); } } } I do not know how correct this is.. ;-). But it works.. /sumedha Charles Ambrose wrote: thanks! will check on it :) On 3/12/07, *Thilina Gunarathne* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi, I'm not aware of such

Re: SOAP Attachment not working

2007-03-11 Thread sumedha rubasinghe
rned to the client end. Looks like there is some bug in the POJO implementation when returning a DataHandler. Will log a jira after further investigation. /sumedha [EMAIL PROTECTED] wrote: Hi Folks, I am trying to create a service which servers files. Client is successfully making call to s

Re: Axis2 deploy on Tomcat

2007-03-05 Thread sumedha rubasinghe
ailable in your classpath. Since this library is only responsible for production level performance & scalability you can safely ignore this. However if your curious, you will find tomcat-native.tar.gz inside /bin. Extract & compile this to generate native libraries. /sumedha [EMAI

Re: [AXIS2] SOAPMessageImp

2007-03-02 Thread sumedha rubasinghe
ce level. /sumedha Lorenzo wrote: Hi, Sry for so many mails, but i'm really stuck in my work ;_; . I need to retrieve a org.apache.axis2.saaj.SOAPMessageImpl in a service, so starting from a getCurrentMessageContext... how can i do this? (there is a way?) Thx for any h

Re: [AXIS2] MessageContext to SOAPMessage

2007-03-01 Thread sumedha rubasinghe
Hi Lorenzo; Go through the example located @ /samples/soapwithattachments It demonstrates how to use SwA to send attachments. /sumedha Lorenzo wrote: Hi, i have a problem... I have a org.apache.axis2.context.MessageContext and to work on attachments i should use the SAAJ api, but how can i

Re: Help describing fault

2007-02-05 Thread sumedha rubasinghe
you got a response (fault response) saying the user name you entered is incorrect. /sumedha Javier Kohen wrote: Hi, I need help describing the following two fault messages with WSDL + SOAP 1.1. The messages come from a third party webservice running on .Net and there's no chance of mo

[Axis2] Re: Proxy setting when using AXIS2's SAAJ APIs

2007-01-29 Thread sumedha rubasinghe
dpoint can be any of java.lang.String,java.net.URL, javax.xml.messaging.URLEndpoint. Thanks /sumedha Yadav, Yogendra (IT) wrote: Hi, Sun's SAAJ implementation reads proxy settings from system properties. System.setProperty( "https.proxyHost", ); System.setProperty( "https.proxyPo

Re: Debugging Axis2 in Tomcat

2007-01-24 Thread sumedha rubasinghe
Hi; Following article [1] provides step-by-step guide on how to debug a web service using either eclipse or idea. [1] https://www.wso2.org/library/225 /sumedha Ho, Wen Yue wrote: Hi, Any pointers on how to debug Axis2 WebService Application in Tomcat? Sysdeo turns out to be not working

Re: Question about AXIS and tomcat

2006-12-30 Thread sumedha
Hi Frank; Have you gone through the Axis2 User Guide? I think it would give you more insight into Axis2. Please find some of my humble thoughts bellow. > Hi, All, > > I have a general question about tomcat and AXIS. Is > there any relation or execlusion between the two? Not that I know of. You ca

Re: [Axis2 v1.1]

2006-12-12 Thread sumedha rubasinghe
[1] http://marc.theaimsgroup.com/?l=axis-dev&m=116583812603458&w=2 Thanks, /sumedha Rodrigo Ruiz wrote: Hi Ruchith, Sumedha, I am searching for some information to write a JIRA report for this problem. Looking at the source code of RampartException, I have found that: * It u

Re: General Axis questions

2006-12-12 Thread sumedha rubasinghe
s (above 4.0.4) uses another implementation called JbossWS. If you want to use Axis2 on Jboss 4.0.0, just try installing axis.war on jboss & deploying web services as explained in Axis2 User manual. (http://ws.apache.org/axis2/1_1/installationguide.html#servlet_container) /sumedha Ernie Ho