Re: Unexpected character '-' (code 45) in prolog; expected ''

2008-09-02 Thread Sushil Dodake
PM, Thilina Gunarathne [EMAIL PROTECTED]wrote: Please follow the http://ws.apache.org/commons/tcpmon/tcpmontutorial.html It can capture the message even though it does not reach to your service implementation... thanks, Thilina On Tue, Aug 12, 2008 at 4:16 PM, Sushil Dodake [EMAIL PROTECTED

how to read a XSD using AXIOM to create the request XML

2008-09-02 Thread Sushil Dodake
is there any way in axis2 (AXIOM API) where i can read a template XSD (xml schma definition) and fill in the data to create a request XML to be send to the server? i am new to the axis2 /webservice implementation. regards, Sush

Re: Unexpected character '-' (code 45) in prolog; expected ''

2008-08-12 Thread Sushil Dodake
as I'm on the list.. On Tue, Aug 12, 2008 at 3:37 PM, Sushil Dodake [EMAIL PROTECTED]wrote: on the server side iam getting this exception stack trace only while on client side it says axis make fault. the control is uanable to reach to my service class. its dieing in between. did you get

Unexpected character '-' (code 45) in prolog; expected ''

2008-08-11 Thread Sushil Dodake
HI all, i am trying to use MTOM for sending a XLS file. when i call a service with the required input message XML i am getting following exeception. i have made necessary changes for enabling MTOM on client side and also in the the services.xml also i have enabled the MTOM param in the axis2.xml

Re: Unexpected character '-' (code 45) in prolog; expected ''

2008-08-11 Thread Sushil Dodake
I am using java 6 and Tomcat 6 for running this service On Mon, Aug 11, 2008 at 9:50 PM, Sushil Dodake [EMAIL PROTECTED]wrote: HI all, i am trying to use MTOM for sending a XLS file. when i call a service with the required input message XML i am getting following exeception. i have made

Re: Socket time out exception

2008-07-11 Thread Sushil Dodake
with tomcat. Open $CATALINA_HOME/conf/server.xml and try to change the value for connectionTimeout for the Connector you're using. Michele p.s. E-mails like this one should be sent to axis-user, not axis-dev. On 10 Jul 2008, at 19:31, Sushil Dodake wrote: HI all, i am getting this socket

AXIS2 : IllegalArgumentException

2008-07-10 Thread Sushil Dodake
Guys, i am getting folowing java.lang.IllegalArgumentException: The MessageContext does not have an associated SOAPFault fault which does not give any information of the source or the reason of the fault. can this be a memory issue? or a time out? i am totally confused what could be the reason

Socket time out exception

2008-07-10 Thread Sushil Dodake
HI all, i am getting this socket time out error while unmarshalling the XML. i am not able to get figure out the reason. could it be because of the memory issue? can anybody help here? 2008-07-09 01:01:40,362 [http-8082-34] ERROR com.XXX.service.rebate.RebateServiceImpl - There was an error when

Re: Axis2 : ClientAbortException: java.net.SocketException

2008-05-12 Thread Sushil Dodake
, at 19:45, Sushil Dodake wrote: Hi all, i have 6 Axis2 1.3 services deployed in a Tomcat 6 continer and on JAVA 6 env. out of the 6 services 1 is a central controller which calls other 5 services for diffrent data. there is one application which is deployed on some other machin which

Axis2 : ClientAbortException: java.net.SocketException

2008-05-09 Thread Sushil Dodake
Hi all, i have 6 Axis2 1.3 services deployed in a Tomcat 6 continer and on JAVA 6 env. out of the 6 services 1 is a central controller which calls other 5 services for diffrent data. there is one application which is deployed on some other machin which calls central controller service and one more

Axis2 : Socket connection reset

2008-05-08 Thread Sushil Dodake
Hi all, I am calling a service from a client application. my webservice is on some other server which i am calling through a load balancer. i get following error and the occurance of this is quite unprdictable. The connection is reset and the strange part is it is not thrown as an exception @

axis2 + large xml response unable to reach the clientside

2008-02-13 Thread Sushil Dodake
Hi all, In my applicaton i have many web services. From a Web service A i call service B and is a syncronous call. my service B try to get data from DB form a response XML and then send it to the service A. Because of a very large data servcie B forms the response after 4 to 6 hours but when it

Re: AXIS2 : problems in logging DEBUG messages in AXIS2 1.3

2008-01-22 Thread Sushil Dodake
10:48 PM, Sushil Dodake [EMAIL PROTECTED] wrote: i m suppose to put the log4j.proprties file in classes or conf folder.? regards sushil On Jan 19, 2008 10:24 AM, Afkham Azeez [EMAIL PROTECTED] wrote: Still you can have a single log4j configuration file which handles

Re: AXIS2 : problems in logging DEBUG messages in AXIS2 1.3

2008-01-19 Thread Sushil Dodake
On Jan 19, 2008 12:50 AM, Sushil Dodake [EMAIL PROTECTED] wrote: HI all i am using AXIS2 1.3 i am trying to enable logging in to a log file my probems are 1. the log file is not created on machine even i set optins in the LOG4j.properties 2. Only INFO messeges are logged on console

Re: AXIS2 : problems in logging DEBUG messages in AXIS2 1.3

2008-01-19 Thread Sushil Dodake
/trunk/wsas/java/modules/core/conf/log4j.properties). Here we have used 2 different log files which are associated with 2 different appenders. Take a look at how the loggers appenders have been configured. Azeez On Jan 19, 2008 9:39 PM, Sushil Dodake [EMAIL PROTECTED] wrote: Azeez, my

AXIS2 : problems in logging DEBUG messages in AXIS2 1.3

2008-01-18 Thread Sushil Dodake
HI all i am using AXIS2 1.3 i am trying to enable logging in to a log file my probems are 1. the log file is not created on machine even i set optins in the LOG4j.properties 2. Only INFO messeges are logged on console... DEBUG messges dont appear. i dont get what is the problem, my

AXIS2 : problem in Logging in DEBUG mode

2007-11-15 Thread Sushil Dodake
HI all, I want to enable logging in my server as well as client side. and i need to log it in a file so as per the instructions i did following changes in my 1. commons-logging.properties file # Uncomment the next line to enable log4j based logging

AXIS2 : Hiding the getters and setters of the dependency objects in webservice implementation class?

2007-11-14 Thread Sushil Dodake
HI all, A very basic question for using AXIS2 ande Spring. I am using sping IOC for injecting the dependencies so i need to generate the getters and setters which are public. In my service implementation class of the web service these public methods gets exposed which i dont want as this might

Re: AXIS2 : Hiding the getters and setters of the dependency objects in webservice implementation class?

2007-11-14 Thread Sushil Dodake
He...Thanks Rob... On 11/14/07, robert lazarski [EMAIL PROTECTED] wrote: Add to your services.xml: excludeOperations operationmySetter/operation /excludeOperations HTH, Robert On Nov 14, 2007 12:12 PM, Sushil Dodake [EMAIL PROTECTED] wrote: HI all, A very basic question

Re: AXIS2 + Error while downloading a large size file

2007-10-24 Thread Sushil Dodake
Thanks... The Problem is solved regards, Sushil On 10/24/07, Thilina Gunarathne [EMAIL PROTECTED] wrote: Hi, options.setProperty(Constants.Configuration.ATTACHMENT_TEMP_DIR, new File( C:\\ContentZip1)); Above attachment temp dir value needs to be a String... That's the culprit for

AXIS2 + Error while downloading a large size file

2007-10-23 Thread Sushil Dodake
Hi all, I am trying to download a file with a size 28 Mb the size can go up to 100 MB I am facing following error on client side. I followed the instructions in the following link to set the MTOM and file caching.. i am using Axis 1.3, Please let me know in case i am missing anything here. My

AXIS2 + Spring : Error registering bean with name 'applicationContext' defined in class path resource

2007-09-20 Thread Sushil Dodake
I switched from Axis2 1.1 to Axis2 1.3 for doing so i follwed following steps. 1.Downloaded teh Axis2.war file 2. Deployed the same in the Tomcat webapps dir 3. Started Tomcat 4. Changed the name of the exploded Axis2 folder 5. replaced jars old versions to the following version

Re: Changing the 2 axis2 1,3 jars causing problem for attachmwents?

2007-09-19 Thread Sushil Dodake
... Normally it's a very risky path to upgrade only a sub set of Axis2 jars to a new version, keeping the some of the old once... Please do try your scenerio with complete Axis2 1.3 release first... thanks, Thilina On 9/17/07, Sushil Dodake [EMAIL PROTECTED] wrote: Guys, i am sending a zip

Changing the 2 axis2 1,3 jars causing problem for attachmwents?

2007-09-17 Thread Sushil Dodake
Guys, i am sending a zip file across the network.. everything was working fine... till i changed my jars... now i am using following jars... axis2-spring-1.3.jar axis2-kernel-1.3.jar axiom-dom-1.2.5.jar but now i am facing the problem... * org.apache.axiom.om.OMException *:

AXIS2 : JVM bursts when getting images in MB size

2007-09-05 Thread Sushil Dodake
Guys, I dont know whether this is a AXIS2 problem. I am trying to get the Image files from the documentum server using web service. when i try to get say 4 image files in a go and if the total size of the file is in some MBs then the JVM goes bm. i have done follwong things to avoid 1. Set a

Fwd: AXIS2 : Help required : getting a zip file using AXIS2 + AXIOM

2007-09-04 Thread Sushil Dodake
-- Forwarded message -- From: Sushil Dodake [EMAIL PROTECTED] Date: Sep 4, 2007 6:49 PM Subject: AXIS2 : Help required : getting a zip file using AXIS2 + AXIOM To: axis-dev@ws.apache.org -- Forwarded message -- From: Sushil Dodake [EMAIL PROTECTED] Date: Sep 4

AXIS2 : Help required : getting a zip file using AXIS2 + AXIOM

2007-09-04 Thread Sushil Dodake
-- Forwarded message -- From: Sushil Dodake [EMAIL PROTECTED] Date: Sep 4, 2007 6:47 PM Subject: Re: Help required : getting a zip file using AXIS2 + AXIOM To: Thilina Gunarathne [EMAIL PROTECTED] Hi, Thanks you very much for a very prompt reply.. I have also sent this mail