Re: RPC SOAP

2010-04-26 Thread Demetris
And it was the application/xml encoding - switched it to text/xml and the js client script works exactly as the java client. Cheers and thanks Demetris wrote: One of the reasons I was asking is because using a java-based client I wrote I can access the remote Axis2 service with no issues.

Re: RPC SOAP

2010-04-26 Thread Demetris
One of the reasons I was asking is because using a java-based client I wrote I can access the remote Axis2 service with no issues. Doing the same using the IBM ws.js lib and a javascript client I getting a fault string of: The endpoint reference (EPR) for the Operation not found is /axis2/servi

Re: RPC SOAP

2010-04-26 Thread Demetris
Super - thanks for verifying this. Andreas Veithen wrote: On Mon, Apr 26, 2010 at 07:57, Demetris wrote: Would the Axis2 engine accept proper SOAP messages (Envelope + Body) that do not carry the ? Yes. If I remember correctly the SOAP specs even say that the message should not hav

Can't Generate WSDL

2010-04-26 Thread Michael
When trying to generate WSDL from my Java code in Eclipse I get the following error: Exception occurred while reading or writing file {0}The Axis2 facets cannot be installed since the Axis2 runtime location has not been set. Go to the Web Services preference page and set the Axis2 runtime loca

RE: inheritance in axis2

2010-04-26 Thread Meeusen, Christopher W.
Update: When I moved the ServiceResponse class to the same package as the child class, everything works fine. My client then sees the fields populated correctly. This defeats the point of using inheritance because I will have to have a copy of this class in each of my packages, so using in this

Re: RPC SOAP

2010-04-26 Thread Andreas Veithen
On Mon, Apr 26, 2010 at 07:57, Demetris wrote: > > Would the Axis2 engine accept proper SOAP messages (Envelope + Body) that do > not carry the > ? Yes. If I remember correctly the SOAP specs even say that the message should not have an XML declaration. The reason is that the encoding is already

RE: inheritance in axis2

2010-04-26 Thread Meeusen, Christopher W.
Is this the correct mailing list for this question? Thanks, Chris From: Meeusen, Christopher W. Sent: Monday, April 26, 2010 11:38 AM To: [email protected] Subject: inheritance in axis2 Hi, We are using axis2.4 we generate our services code first then use the axis2 service

inheritance in axis2

2010-04-26 Thread Meeusen, Christopher W.
Hi, We are using axis2.4 we generate our services code first then use the axis2 service archiver eclipse plugin to generate our WSDLs. We are having an issue when we try to use inheritance on our return objects. We have several fields which will be returned by all of our service methods, I've

unsubscribe

2010-04-26 Thread Wim Lambrecht
DISCLAIMER http://www.schaubroeck.be/maildisclaimer.htm - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Re: CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

2010-04-26 Thread mohit sikri
Hi Saibun/Axis-Users, Well thanks for the info, but this is not I was looking for. While executing ant task, I'm getting below exception and not by running axis2codegen wizard. But I'm still trying to replicate the issue using the steps mentioned in below URL. The exception seems caused by :-

Re: CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

2010-04-26 Thread Saibun Toe
Hi Mohit, try this one http://blogiterox.wordpress.com/2008/10/24/exploring-apache-axis2-and-eclipse-plug-in-development/ Regards. From: mohit sikri To: [email protected] Cc: sri ram Sent: Mon, April 26, 2010 2:59:35 PM Subject: CodeGenerationExceptio

CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

2010-04-26 Thread mohit sikri
Hello Axis-Users, I'm facing an intermittent issue, while running wsdl2java .It fails with an exception.I'm using ant to execute this task.It happens very less, but still curious to know why. I have checked schema and wsdl files, they seems fine to me. Anybody has any idea on this.Where to loo