RE: Empty Responses in Firefox

2009-01-21 Thread Andriy Zavada
Can anyone help me on this? From: Andriy Zavada [mailto:azav...@softservecom.com] Sent: Tuesday, January 20, 2009 10:31 AM To: Apache AXIS C User List Subject: RE: Empty Responses in Firefox The problem is that server doesn't return anything, only HTTP 200. I'm

Re: Empty Responses in Firefox

2009-01-21 Thread Uthaiyashankar
When sending the request from firefox, can you capture the message using tcpmon and send it to us? Also, send the server log as well. You haven't specified which version of Axis2/C you are using. There was a bug fixed related to Firefox request [1][2], not sure you are having same problem.

RE: Empty Responses in Firefox

2009-01-21 Thread Andriy Zavada
Even when I call http://localhost:9090/axis2/services I get empty responses sometimes. I'm using Simple Axis2 HTTP Server. Andriy From: Andriy Zavada [mailto:azav...@softservecom.com] Sent: Wednesday, January 21, 2009 6:45 PM To: Apache AXIS C User List Subject:

Re: problems with apache2 (500 Internal Server Error)

2009-01-21 Thread Atanacio Reyes
Hi Dinesh: I only put between coments line 422 in source file ~/util/src/utils.c and below apache.conf worked. thanks for your help. while (loop_state) { tmp = strstr(tmp, axis2_request_url_prefix); if (!tmp) { break; } else {

[Axis2] Serializing date.

2009-01-21 Thread Prasuna Lanka
we are using axis2-1.3. we have a webservice, and one of the response beans contains birthDate field. It allows to set java.util.Date, but after serializing(ADB), in the xml it prints a date which is incremented by a day. this results in sending a wrong birthDate to the client. Do not have any

Re: axis2 rc1.4 error in wsdl2java generated stub

2009-01-21 Thread Marco Rossi
The runtime jars is Axis2 1.4.1, and the axis2_home is correct. (Java runtime jdk1.6.0_03) I tried with the axis command (wsdl2java) and with the ant task. Same result ... On Wed, Jan 21, 2009 at 5:28 AM, Amila Suriarachchi amilasuriarach...@gmail.com wrote: On Tue, Jan 20, 2009 at 3:52

RE: AXIS2-4050 Client Proxy Authentication Failed, Screwed up http headers

2009-01-21 Thread Conal Markey
Andreas, I ran my test client with the code supplied below and I'm still having the issue with headers. See message below. HTTP/1.1 400 Bad Request ( The HTTP request includes a non-supported header. Contact your ISA Server administrator. ) I need to get a POC working and have spent some time

Re: More than 1 Spring .aar in Axis2

2009-01-21 Thread robert lazarski
On Wed, Jan 21, 2009 at 1:18 AM, Amila Suriarachchi amilasuriarach...@gmail.com wrote: I think the problem is with the org.apache.axis2.extensions.spring.receivers.ApplicationContextHolder public class ApplicationContextHolder implements ApplicationContextAware { private static

Re: Parser has already reached end of the document. No siblings found

2009-01-21 Thread asheikh
Hi Andreas, did this show anything that I am doing, thanks for your help On Wed, Jan 21, 2009 at 7:34 AM, asheikh asad.a.she...@gmail.com wrote: Andreas, I couldn't respond earlier than this, It is a soap request, soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;

Re: AXIS2-4050 Client Proxy Authentication Failed, Screwed up http headers

2009-01-21 Thread Andreas Veithen
Conal, Can you try to intercept the request (headers) using a tool like Wireshark or Apache TCPMon and post it here? Andreas On Wed, Jan 21, 2009 at 10:25, Conal Markey c.mar...@kainos.com wrote: Andreas, I ran my test client with the code supplied below and I'm still having the issue with

RE: AXIS2-4050 Client Proxy Authentication Failed, Screwed up http headers

2009-01-21 Thread Conal Markey
Hi Andreas I'll set one of the tools up when I get back to this. For the moment the headers below are what I had from debugging through my test client. I got these from the requestHeaders attribute on the org.apache.commons.httpclient.methods.PostMethod object. [Content-Type:

RE: More than 1 Spring .aar in Axis2

2009-01-21 Thread Paul French
; } } this class always keep the latest Application context which is used by the object supplier. You may have to put the axis2-spring- .jar also you your aar/lib folder instead of keeping it in WEB-INF/lib. thanks, Amila. Absolutely true, the docs mention this. Robert __ NOD32 3784 (20090121

Re: More than 1 Spring .aar in Axis2

2009-01-21 Thread robert lazarski
On Wed, Jan 21, 2009 at 8:52 AM, Paul French paul.fre...@kirona.com wrote: How about taking a copy of this one class and putting that in your service .aar file. I think that might work since each service will have its own classloader and so own copy of the ApplicationContextHolder. You could

axis2-1.2-Problem in passing arg to web method

2009-01-21 Thread Thamizh
Hi, I have deployed some POJO java web services using axis2-1.2.These WS does not accept any arguments and will do simple business logic and return string result. In this case, I am getting expected result.   When I am trying to pass some argument to a web method it was throwing AxisFault.I am

Re: org.apache.axis2.AxisFault: No class definition when it is there

2009-01-21 Thread Toriacht
I've been moving my jar around...clean/build etc..but to no avail... i also get a [ERROR] org/apache/axis/description/FieldDesc java.lang.reflect.InvocationTargetException now if i instatiate a Message = new Message() in my client. The problem definitely seems to be related to Axis runtime

Axis2.home / runtime environment issues

2009-01-21 Thread William Shatner
Hi, Apologies if the question is too basic for this forum. I'm developing my first java web service using Eclipse/Axis2/Tomcat. I followed the excellent tutorial found at http://www.builderau.com.au/program/java/soa/Setting-up-a-simple-Web-service-using-Java/0,339024620,339284524,00.htm *

RE: Axis2.home / runtime environment issues

2009-01-21 Thread Martin Gainty
FindJar and or Jarhoo search engines will find the class you want in this case the version specific jar you want to put in webapps\axis2\web-inf\lib is axis.jar axis1.0.jar axis1.1.jar axis1.2.jar axis1.3.jar axis1.4.jar http://www.findjar.com/class/org/apache/axis/description/FieldDesc.html

unsubscribe

2009-01-21 Thread Demetris G
unsubscribe

Re: unsubscribe

2009-01-21 Thread Demetris G
Oops - sorry - testing something.

Re: Hard To track down error -- WCF to Axis Implementation

2009-01-21 Thread Asankha C. Perera
Hi Joe ?xml version=1.0 encoding=utf-8?soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=http://www.w3.org/2001/XMLSchema;

Re: Axis2.home / runtime environment issues

2009-01-21 Thread Amila Suriarachchi
On Thu, Jan 22, 2009 at 12:59 AM, William Shatner shatner.will...@gmail.com wrote: Hi, Apologies if the question is too basic for this forum. I'm developing my first java web service using Eclipse/Axis2/Tomcat. I followed the excellent tutorial found at

Re: [Axis2] Serializing date.

2009-01-21 Thread Amila Suriarachchi
can you try with Axis2 1.4.1? thanks, Amila. On Wed, Jan 21, 2009 at 1:41 PM, Prasuna Lanka prasuna.la...@gmail.comwrote: we are using axis2-1.3. we have a webservice, and one of the response beans contains birthDate field. It allows to set java.util.Date, but after serializing(ADB), in the

axis2 https

2009-01-21 Thread ricky
I need to use https on the server using axis2. What do I need to do? Also, the client calling the web service on the server implements its own web service using https. client server 1. client calls the web service on the server. 2. the server

Re: [Axis2] Serializing date.

2009-01-21 Thread Prasuna Lanka
Thanks. We have plans to migrate to a higher version of axis2. In the future our requirement would be to have a generalized web service client and server. Do you think this is something that is doable? If so, can you please suggest us axis2 version to use? Thanks Ps On 1/22/09, Amila