Re: Problems in WSDL2Java Client genaration

2007-04-15 Thread Lahiru Sandakith
hi sagara, In this case a solution will be to not to expose Java Collection , instead you can expose simple types , arrays and beans .. Please see this thread for details http://marc.info/?t=11755143702r=1w=2 HTH Thanks Lahiru On 4/12/07, sagara [EMAIL PROTECTED] wrote: Hi, i tryed to

Re: Axis2: Axis2 1.1.1 code generator unable to generate code for WCF WSHttpBinding webservice wsdl

2007-04-15 Thread Paul Fremantle
Please can you check out Axis2 1.2. I think this might already be fixed. Paul On 4/14/07, shantanu chawla [EMAIL PROTECTED] wrote: I developed a WCF web service and now I am trying to create a client to consume WCF service in java using axis2 1.1.1 version. I am using Axis2 code generator

Re: Clients don't get exception thrown out of methods returning void (was: Re: Web service error handling with POJO approach)

2007-04-15 Thread Anne Thomas Manes
Please file a JIRA. On 4/14/07, John G. Norman [EMAIL PROTECTED] wrote: Martin, *** Throw an exception from the method that returns void. That's what my posting was about: If you throw an exception from a method that returns void, ** the client never gets the exception **. It will be logged

Re: Error when deploying in tomcat without unpacking war

2007-04-15 Thread Meghna Rao
Dims, Logged JIRA # 2528 for this issue. Thanks, Sathija. Davanum Srinivas [EMAIL PROTECTED] wrote: Sathija, Please log a bug in JIRA with this snippet. thanks, dims On 4/12/07, Meghna Rao wrote: Hello, When I deploy my axis2 app(version 1.1.1, tomcat 5.5.20 or 6.0 on linux) I get

[Axis2] Ant codegen : change source directory name

2007-04-15 Thread Ephemeris Lappis
Hello. I've tried to change the output directories for sources and resources, using targetSourceFolderLocation and targetResourcesFolderLocation, but it seems both changes produce exceptions. Thus, I just use the output attribute to change the target directory to a temporary folder, and then

[Axis2] Ant codegen : change skeleton/implementation clas name

2007-04-15 Thread Ephemeris Lappis
Hello. Is there a 'secret' attribute to change the name of the service implementation class ? Thanks !!! -- Ephemeris Lappis

DEPLOYMENT QUESTIONS

2007-04-15 Thread Igor Dayen
DEPLOYMENT QUESTIONS === QUESTIONS 1. Can one mix archived and exploded format within axis2 repository? 2. Can one have multiple exploded services within axis2 repository? Below is a sample application tree I would be like to deploy. Thank you. webapps web-app

Re: Clients don't get exception thrown out of methods returning void (was: Re: Web service error handling with POJO approach)

2007-04-15 Thread John G. Norman
Thanks, Anne. Here it is: https://issues.apache.org/jira/browse/AXIS2-2529 I attached a ZIP of a hacked version of samples/pojo that demonstrates the problem. On 4/15/07, Anne Thomas Manes [EMAIL PROTECTED] wrote: Please file a JIRA. On 4/14/07, John G. Norman [EMAIL PROTECTED] wrote:

Re: Problem serializing

2007-04-15 Thread Tim Scofield
Hi, I was trying to figure out the same thing and posted a question on the user-list. See Specify JAXB generated complex types to Axis web service. However, I think I did not get my questions across properly, although ppl were kind enuff to respond. Anyways, here's what I figured out so far..

Procedure to report bug to axis2

2007-04-15 Thread Chau, Hoang
Hi all, There are some errors generating code using adb binding with the following WSDL http://fsettestprod.edd.ca.gov/fsetproxy/fsetservice.asmx?WSDL Basically, it can not find the element with the import namespace. However, it is fine when I used xmlbean binding. Secondly, when I

Re: Procedure to report bug to axis2

2007-04-15 Thread Davanum Srinivas
http://issues.apache.org/jira/browse/AXIS2 On 4/15/07, Chau, Hoang [EMAIL PROTECTED] wrote: Hi all, There are some errors generating code using adb binding with the following WSDL http://fsettestprod.edd.ca.gov/fsetproxy/fsetservice.asmx?WSDL Basically, it can not find the element with the

RE: Procedure to report bug to axis2

2007-04-15 Thread Chau, Hoang
Thank you very much. Hoang -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Sunday, April 15, 2007 8:36 PM To: axis-user@ws.apache.org Subject: Re: Procedure to report bug to axis2 http://issues.apache.org/jira/browse/AXIS2 On 4/15/07, Chau, Hoang [EMAIL

Re: Procedure to report bug to axis2

2007-04-15 Thread Amila Suriarachchi
in your wsdl you have the following imports, s:import namespace=http://www.irs.gov/a2a/mef/MeFTransmitterServiceWse.xsd; / s:import namespace=http://www.irs.gov/efile; / So in adb if you do not specify a schemaLocation it tries to get the schema from the uri given in the namespace itself but in

Re: Data binding frameworks that allow backwards compatible schema changes?

2007-04-15 Thread Amila Suriarachchi
On 4/14/07, Josh [EMAIL PROTECTED] wrote: All, I am looking to determine which client side data binding choices (castor, jibx, jaxb etc) allow backwards compatible schema changes (eg addition of a new field) without throwing an exception. What you exactly mean by backword compatible schema?