Re: whats wrong with the java2wsdl wsdl file -- it will not vallidate

2009-05-26 Thread Amila Suriarachchi
there is an eclipse plug-in to validate wsdl files. thanks, Amila. On Tue, May 26, 2009 at 6:13 AM, emiddio-verizon emid...@verizon.netwrote: my 1st java2wsdl generated wsdl -- from very simple interface; but i would like to make it validate and it does not -- what does it need? thanks

Re: Axis2 : Building EAR and change servlet mappings

2009-05-26 Thread Amila Suriarachchi
On Tue, May 26, 2009 at 4:07 AM, theqmaster theqmas...@gmail.com wrote: Hello, I managed to create my service with Axis2 and works like a charm. Now I'm trying to automate the ear deployment. My ideea is to have under my project an axis2 folder that will be the distribution exploded format

AxisFault and Tomcat 6

2009-05-26 Thread TomazM
OS: Windows XP Tomcat: 6.0.18 Axis: 2-1.4.1 Rampart: 1.4 When my service throws the AxisFault I have problem whit Tomcat because he return the HTTP error to client not AxisFault, have anybody any idea what I'm doing wrong? Simple Pojo service: public Account login(String user, String pass)

Complex type extension support in Axis2 ADB

2009-05-26 Thread Sudhir Mongia
Hi Amila, This is with reference to your article http://wso2.org/library/2670, it says axis2 adb supports complex type extensions. It doesn;t seems to be working in my case when I am trying to generate stub. Is there any trick?? I remember I asked you this question earlier as well, but some how

TypeDesc is not thread safe

2009-05-26 Thread Lance Java
I'm using axis 1.4 and I've hit this issue https://issues.apache.org/jira/browse/AXIS-2647I notice that the latest axis release was 1.4 in april 2006. So, a couple of questions: 1. Are there any work arounds? 2. Is this issue resolved in trunk? 3. What are the chances of getting a fix into trunk?

Re: whats wrong with the java2wsdl wsdl file -- it will not vallidate

2009-05-26 Thread emiddio-verizon
please disregard previous questions -- somehow/somewhy things validate today, but not yesterday. thanks - Original Message - From: Amila Suriarachchi To: axis-user@ws.apache.org Sent: Monday, May 25, 2009 11:16 PM Subject: Re: whats wrong with the java2wsdl wsdl file -- it

Interop problem / wsdl2java - ignoring the order of the elements in WSDL

2009-05-26 Thread Lars Ohlén
Hi, I have created Axis2 server side skeletons and client stubs using wsdl2java. Works fine. But it seems like the codegenerator ignores the order in the elements was listed in the WSDL Much like described in https://teras.tietoenator.com/exchweb/bin/,DanaInfo=.aenclpEzpm2ypzn737Qu76

Re: Axis2 : Building EAR and change servlet mappings

2009-05-26 Thread theqmaster
Thanks for trying Amila! Before even sending the message I did apply the needed mapping but won't have any effect I need to have the entry point look like http://localhost:8686/axis2/services/AuthenticationService.do The mapping works great but not the service - it thinks my service is

what is the best way to generate java code when the wsdl is changed?

2009-05-26 Thread Chang Xing
Hi I am using Eclipse with axis2 plugin to generate Java code from a wsdl file. the wsdl file is changed frequently. so I need to regenerate the Java code from the wsdl. But if I generate code to the same project, it will take a long time and the skeleton java file won't be generated again