Axis2 1.4 - Update .properties file in AAR

2009-05-06 Thread Kim McCarthy
I have a web service deployed to Tomcat 5.5 using Axis2 1.4. (Win Server 2003/Java 5). My AAR file contains a .properties file that I would like to update. I can read the .properties from the AAR but I would like to know how it can be updated from within the AAR. Is this possible? Code below

Re: Best way to load a configuration file in Axis2?

2009-05-06 Thread Kim McCarthy
to:     sFilePAth = myXMLFile.xml or    ClassLoader loader = getClass().getClassLoader(); InputStream inputstream = loader.getResourceAsStream(sFilePath);   Kim --- On Wed, 5/6/09, Moley Harey moleyha...@gmail.com wrote: From: Moley Harey moleyha...@gmail.com Subject: Best way to load a configuration file

Re: Best way to load a configuration file in Axis2?

2009-05-06 Thread Kim McCarthy
to:     sFilePAth = myXMLFile.xml or   ClassLoader loader = getClass().getClassLoader(); InputStream inputstream = loader.getResourceAsStream(sFilePath);   Kim --- On Wed, 5/6/09, Moley Harey moleyha...@gmail.com wrote: From: Moley Harey moleyha...@gmail.com Subject: Best way to load a configuration file

Re: Best way to load a configuration file in Axis2?

2009-05-06 Thread Kim McCarthy
to:     sFilePAth = myXMLFile.xml or    sFilePath   ClassLoader loader = getClass().getClassLoader(); InputStream inputstream = loader.getResourceAsStream(sFilePath);   Kim --- On Wed, 5/6/09, Moley Harey moleyha...@gmail.com wrote: From: Moley Harey moleyha...@gmail.com Subject: Best way to load

Re: Best way to load a configuration file in Axis2?

2009-05-06 Thread Kim McCarthy
to:     sFilePAth = myXMLFile.xml or      ClassLoader loader = getClass().getClassLoader(); InputStream inputstream = loader.getResourceAsStream(sFilePath);   Kim --- On Wed, 5/6/09, Moley Harey moleyha...@gmail.com wrote: From: Moley Harey moleyha...@gmail.com Subject: Best way to load a configuration file

Re: Best way to load a configuration file in Axis2?

2009-05-06 Thread Kim McCarthy
to:     sFilePAth = myXMLFile.xml or    sFilePath =   ClassLoader loader = getClass().getClassLoader(); InputStream inputstream = loader.getResourceAsStream(sFilePath);   Kim --- On Wed, 5/6/09, Moley Harey moleyha...@gmail.com wrote: From: Moley Harey moleyha...@gmail.com Subject: Best way to load

Re: Best way to load a configuration file in Axis2?

2009-05-06 Thread Kim McCarthy
to:     sFilePAth = myXMLFile.xml or     ClassLoader loader = getClass().getClassLoader(); InputStream inputstream = loader.getResourceAsStream(sFilePath);   Kim --- On Wed, 5/6/09, Moley Harey moleyha...@gmail.com wrote: From: Moley Harey moleyha...@gmail.com Subject: Best way to load a configuration file

multi-dimention array and inout parameter

2009-04-15 Thread Dai-Hee Kim
Hello, I am doing some project about axis2c So, now I have some questions. (1) Does Axis2 support multi-dimension array.? (2) Does Axis2 support inout parameter.? Where can I find some reference or documents for above things.? Is there anyone who know answers.? Thank you.

creation of jar files- disk space problem

2009-02-10 Thread kim wykoff-schaffhauser
fixed for 1.2. I'm using Windows XP with axis2 1.4. Should I enter a bug for this? Thanks, kim

sevice handler problem

2008-01-07 Thread Kim Y
hi everyone : I am trying to add a handler for my web service , but I got weird exceptions, the following is the testing code. public void invoke(MessageContext msgContext) throws AxisFault { String text=; try { javax.xml.rpc.handler.soap.SOAPMessageContext

multiple ports issue.

2007-06-22 Thread Sagnwoo Kim
Hi all, I am newbie at Axis2 and having some issue here Now Im trying to generate skeleton files using WSDL2Java out of my wsdl file. My wsdl file has currently 3 ports. If I just go thru the WSDL2Java with the wsdl file it only generates skeleton file which has only one port. This is something

Re: Axis2 1.1.1 WSDL2JAVA - Not generating java classes for wsdl:portType

2007-06-22 Thread Sagnwoo Kim
they are all under the same service? Thanks Sangwoo Kim On 6/22/07, Bo Xie [EMAIL PROTECTED] wrote: Hi Ajith, Thanks for the comments. Look forward to your explanation. Like to know the difference between the workaround and the expected. Thanks, -Bo On 6/13/07, Ajith Ranabahu [EMAIL

WSDL2Java pn option issue

2007-06-22 Thread Sagnwoo Kim
; / /port port name=P_Port binding=api_binding:P_SoapBinding soap:address location= http://localhost/axis2/services/urn:api:p; / /port /service /definitions Thank you Sangwoo Kim

Re: WSDL2Java pn option issue

2007-06-22 Thread Sagnwoo Kim
Thank you for your timely response. Sangwoo Kim On 6/22/07, Alexey Zavizionov [EMAIL PROTECTED] wrote: Do you use Axis2 version 1.2? I ahve faced with same problem. Try to use Axis2 version 1.1, seems it works. Regards, Alexey On 6/22/07, Sagnwoo Kim [EMAIL PROTECTED] wrote: Hi all, I am

Re: Bundled in version service says

2006-10-12 Thread Kim
I use Linux AMD64 Java 5 (latest), apache tomcat (latest) and axis2 latest stable. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Bundled in version service says Requested resource not found

2006-10-11 Thread Kim
Dear all I have installed axis2 on my tomcat server. The happyaxis scripts says that I have all the required libraries. However, when i try to go to localhost:8080/axis2/services/version which should list the bundled in version service I get a Requested resource not found error. What am I missing?

Class Inheritance question

2006-04-03 Thread Kyunam Kim
Hi. My publicly exposed method is public Results find(Something something); and I have a bunch of subclasses of Something as well. When I do Java2WSDL and WSDL2Java, only the class Something is generated. How do I tell AXIS tool to include those subclasses when generating

Re: Axis 1.3 as Client AND Server

2006-03-30 Thread Kim Alster Larsen
act as a server and where it should act as a client? The message flow for these two cases are different as far as I understand? Do you have any experience in this? regards Kim Roslan Amir wrote: Hi, Not a problem at all. I have done this before. The method in the implementation class of B

Re: Tomcat version required for RC2?

2005-05-09 Thread Kim Tan
under tomcat4.1..., both servlet and jsp api are in the servlet.jar, in tomcat 5..., it is a separate jar, so you can get that from tomcat 5, however, note that the two versions of servlet-api supports different version of serlvet spec"Halsema, Aillil I" [EMAIL PROTECTED] wrote: I'm trying

Re: Encoding request as iso8859_1

2005-04-19 Thread Kim Thrysøe
transmitted on the wire I see that it is indeed UTF8, where the letter ø (oslash;) is transmitted as two bytes. The best solution is of course to have the server handle encoding in a better way. But unfortunately I cannot do this, so I will have to post iso8859 in stead. /kim Venkat Reddy wrote

Encoding request as iso8859_1

2005-04-18 Thread Kim Thrysøe
Is it possible to configure Axis to post requests using a charset other that UTF8, eg. iso8859_1? This question has been posted a while ago (http://marc.theaimsgroup.com/?l=axis-userm=104617666812022w=2), but I failed to find a response. thanks kim