Re: code generation problem

2008-11-21 Thread Amila Suriarachchi
On Thu, Nov 20, 2008 at 1:23 AM, Jain, Prateek [EMAIL PROTECTED] wrote: All, We are working on an application which is acting as client for some web service giving multiple operations. Now, they have broken down their one consolidated WSDL into many small wsdls each having different

RE: code generation problem

2008-11-21 Thread Jain, Prateek
Thanks Amila. Regards, Prateek From: Amila Suriarachchi [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2008 9:58 AM To: axis-user@ws.apache.org Subject: Re: code generation problem On Thu, Nov 20, 2008 at 1:23 AM, Jain, Prateek

code generation problem

2008-11-19 Thread Jain, Prateek
All, We are working on an application which is acting as client for some web service giving multiple operations. Now, they have broken down their one consolidated WSDL into many small wsdls each having different namespace. Now additionally we are also migrating existing application from

Re: Code Generation Problem ( Order of constructor parameters)

2008-07-31 Thread Samisa Abeysinghe
This could be a bug. Could you please provide the WSDL you are using. Thanks, Samisa... Shripad Gokhale wrote: In a certain situation, the code generated by AXIS 1.4 is giving compilation errors. After investigation, I found that in some classes, the super class’s constructors were

Code generation problem

2008-07-30 Thread Shripad Gokhale
Hi, The code generated by AXIS in our software gets compilation errors when using a complex WSDL that includes other XSDs. The attached MessageInterfaces.zip file contains the xsdl file at MessageInterfaces\wsdl\billingServices\v3.3\GetProfile.wsdl. This file contain references to other xsd

RE: Code generation problem

2008-07-30 Thread Shripad Gokhale
The attachements can ne found below https://issues.apache.org/jira/browse/AXIS-2755 From: Shripad Gokhale [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2008 11:46 AM To: axis-user@ws.apache.org Subject: Code generation problem Hi, The code generated by AXIS in our

Code Generation Problem ( Order of constructor parameters)

2008-07-30 Thread Shripad Gokhale
In a certain situation, the code generated by AXIS 1.4 is giving compilation errors. After investigation, I found that in some classes, the super class's constructors were called with wrong order of input parameters. For example, a class CustomerListEntity which extends ListMessageEntity calls

Re: Web service call fails - Code Generation problem

2008-04-11 Thread Dimuthu Gamage
Hi Rahil, You have missed to attach the WSDL. So can you attach the WSDL and we can check what is the error in the generated code? BTW is that the nightly build at http://people.apache.org/dist/axis2/nightly/ you are using?. If not please try with that and you will definitely get a better result

Web service call fails - Code Generation problem

2008-04-10 Thread Rahil Ali
Hello Everyone, I am having some problems: 1 - I used a WSDl which has around 15-18 operations, I generated code for it and it was generated properly. When I try to compile them after writing a small code(which only calls one of the operations) it gave me hell of errors :S. All of the

Re: Policy driven code generation problem Axis v1.3

2008-01-30 Thread Sanka Samaranayake
Hi Pete, I think the namespace declaration in your WSDL should change from xmlns:wsp=http://schemas.xmlsoap.org/ws/2004/09/policy/; to xmlns:wsp=http://schemas.xmlsoap.org/ws/2004/09/policy; Cheers, --Sanka Pete wrote: Anyone have any ideas? Attached are the wsdl and related policy

Re: Policy driven code generation problem Axis v1.3

2008-01-16 Thread Pete
Anyone have any ideas? Attached are the wsdl and related policy documents as requested. Thx again! -P Hello, Can someone say if the Axis2 v1.3 code generator (eclipse plugin) supports WS-Policy 1.2? Or just 1.5? Or ? I can't get Axis 2 to generate the stubs with any policy code, this

Re: Policy driven code generation problem Axis v1.3

2008-01-15 Thread Martin Gainty
: Policy driven code generation problem Axis v1.3 Hello, Can someone say if the Axis2 v1.3 code generator (eclipse plugin) supports WS-Policy 1.2? Or just 1.5? Or ? Based on some info that Anne previously offered, it seems that I can't get Axis 2 to generate the stubs (ADB) with the necessary

Policy driven code generation problem Axis v1.3

2008-01-15 Thread Pete
Hello, Can someone say if the Axis2 v1.3 code generator (eclipse plugin) supports WS-Policy 1.2? Or just 1.5? Or ? Based on some info that Anne previously offered, it seems that I can't get Axis 2 to generate the stubs (ADB) with the necessary policy code, this was for policy v1.2... I did

Re: Policy driven code generation problem Axis v1.3

2008-01-15 Thread Pete
Hi Martin, I've attached the 2 files. Didn't think of that with the mailing list... -P - Original Message From: Martin Gainty [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Tuesday, January 15, 2008 10:27:09 AM Subject: Re: Policy driven code generation problem Axis v1.3

Re: Policy driven code generation problem Axis v1.3

2008-01-15 Thread Sanka Samaranayake
Pete wrote: Hello, Can someone say if the Axis2 v1.3 code generator (eclipse plugin) supports WS-Policy 1.2? Or just 1.5? Or ? Currently Axis2 support only WS-Policy 1.2 version. Both 1.2 and 1.5 version will be supported in (next) Axis2-1.4 release. Based on some info that Anne

[AXIS2] WSDL2Java code generation problem

2007-07-03 Thread Lucente, Richard D
Axis2-1.2 wsdl2java is failing to generate compilable code for the NotificationConsumer port defined as part of the WS-BaseNotification 1.3 standard. Wsdl2java appears to have trouble with the definition of TopicType within the WS-Topics 1.3 schema. I tried this with adb, xmlbeans, jibx, jaxme,

Re: [AXIS2] WSDL2Java code generation problem

2007-07-03 Thread Anne Thomas Manes
Creiky! Why would the folks behind WSN have designed a schema for using in a SOAP environment that includes the xs:unique constructor? I thought that XMLBeans could handle a unique, but maybe not... Anne On 7/3/07, Lucente, Richard D [EMAIL PROTECTED] wrote: Axis2-1.2 wsdl2java is failing to

Re: [AXIS2] WSDL2Java code generation problem

2007-07-03 Thread Davanum Srinivas
Richard, Please try the following command wsdl2java.bat -d xmlbeans -u -uri bw-2.wsdl to specify xmlbeans. Latest nightly works fine. Anne, XMLBeans db works fine. ADB fails. thanks, dims On 7/3/07, Anne Thomas Manes [EMAIL PROTECTED] wrote: Creiky! Why would the folks behind WSN have

[Axis2] wsdl2java Code Generation problem (ADB)

2007-03-28 Thread Anil VVNN
. -- View this message in context: http://www.nabble.com/-Axis2--wsdl2java-Code-Generation-problem-%28ADB%29-tf3481013.html#a9716015 Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: [Axis2] wsdl2java Code Generation problem (ADB)

2007-03-28 Thread Davanum Srinivas
=== http://www.nabble.com/file/7486/ADBTest.wsdl ADBTest.wsdl Thanks. Do you need ADBTestSkeleton code too. -- View this message in context: http://www.nabble.com/-Axis2--wsdl2java-Code-Generation-problem-%28ADB%29-tf3481013.html#a9716015 Sent from the Axis - User mailing list archive

Re: [Axis2] wsdl2java Code Generation problem (ADB)

2007-03-28 Thread Anil VVNN
ADBTestSkeleton code too. -- View this message in context: http://www.nabble.com/-Axis2--wsdl2java-Code-Generation-problem-%28ADB%29-tf3481013.html#a9716015 Sent from the Axis - User mailing list archive at Nabble.com

Re: [Axis2] wsdl2java Code Generation problem (ADB)

2007-03-28 Thread Amila Suriarachchi
://ADBTest/xsd === http://www.nabble.com/file/7486/ADBTest.wsdl ADBTest.wsdl Thanks. Do you need ADBTestSkeleton code too. -- View this message in context: http://www.nabble.com/-Axis2--wsdl2java-Code-Generation-problem

Re: Axis2 1.1 Code Generation Problem?

2006-10-30 Thread Matthew Hannay
The actionTests.wsdl attached specifies doc/lit see extract below. I looked at this one first .. wsdl:binding name=withoutWSAWActionBinding type=tns:withoutWSAWAction soap:binding style=document transport=http://schemas.xmlsoap.org/soap/http/ #8722; wsdl:operation name=echo

Re: Axis2 1.1 Code Generation Problem?

2006-10-30 Thread Davanum Srinivas
Please see the update actionTests.wsdl in svn/nightly. that should work. -- dims On 10/30/06, Matthew Hannay [EMAIL PROTECTED] wrote: The actionTests.wsdl attached specifies doc/lit see extract below. I looked at this one first .. wsdl:binding name=withoutWSAWActionBinding

RE: Axis2 1.1 Code Generation Problem?

2006-10-30 Thread C. Brian Cox
/kernel/tes t-resources/wsdl/ Am I looking in the wrong place for the svn? Thanks again for the help. Brian -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Monday, October 30, 2006 5:41 AM To: axis-user@ws.apache.org Subject: Re: Axis2 1.1 Code Generation Problem

Re: Axis2 1.1 Code Generation Problem?

2006-10-30 Thread Davanum Srinivas
: Monday, October 30, 2006 5:41 AM To: axis-user@ws.apache.org Subject: Re: Axis2 1.1 Code Generation Problem? Please see the update actionTests.wsdl in svn/nightly. that should work. -- dims On 10/30/06, Matthew Hannay [EMAIL PROTECTED] wrote: The actionTests.wsdl attached specifies doc/lit see

Re: Axis2 1.1 Code Generation Problem?

2006-10-29 Thread Matthew Hannay
Can you post your WSDL? I can have a look at it. Are you using wsdl 1.1 or 2.0 Matt --- C. Brian Cox [EMAIL PROTECTED] wrote: I have been working on a WSDL, and ran into a problem when trying to make use of simple types. So I tried to generate from some of the sample wsdl's included in the

RE: Axis2 1.1 Code Generation Problem?

2006-10-29 Thread axis2
Generation Problem? Can you post your WSDL? I can have a look at it. Are you using wsdl 1.1 or 2.0 Matt --- C. Brian Cox [EMAIL PROTECTED] wrote: I have been working on a WSDL, and ran into a problem when trying to make use of simple types. So I tried to generate from some of the sample wsdl's

Re: Axis2 1.1 Code Generation Problem?

2006-10-29 Thread Davanum Srinivas
wsdl's which have the same problem as the new one I am creating. Thanks for the help. Brian -Original Message- From: Matthew Hannay [mailto:[EMAIL PROTECTED] Sent: Sunday, October 29, 2006 11:18 PM To: axis-user@ws.apache.org Subject: Re: Axis2 1.1 Code Generation Problem? Can you post

RE: Axis2 1.1 Code Generation Problem?

2006-10-29 Thread Matthew Hannay
wsdl's which have the same problem as the new one I am creating. Thanks for the help. Brian -Original Message- From: Matthew Hannay [mailto:[EMAIL PROTECTED] Sent: Sunday, October 29, 2006 11:18 PM To: axis-user@ws.apache.org Subject: Re: Axis2 1.1 Code Generation Problem

Re: Axis2 1.1 Code Generation Problem?

2006-10-29 Thread Davanum Srinivas
: Sunday, October 29, 2006 11:18 PM To: axis-user@ws.apache.org Subject: Re: Axis2 1.1 Code Generation Problem? Can you post your WSDL? I can have a look at it. Are you using wsdl 1.1 or 2.0 Matt --- C. Brian Cox [EMAIL PROTECTED] wrote: I have been working on a WSDL, and ran into a problem

Code generation problem. Strange Classname

2005-12-09 Thread glenn bech
I have a WSDL with a refenrence to an XML Schema file. This .xsd contains the following element declaration xs:element name=Cai3gFault xs:complexType xs:sequence xs:element name=faultcode type=xs:integer/ xs:element name=faultreason