Re: [AXIS2] WSDL2Java problem with array type

2008-11-04 Thread Amila Suriarachchi
On Fri, Oct 31, 2008 at 5:59 PM, Sagara Gunathunga < [EMAIL PROTECTED]> wrote: > Hi Amila, > > Actually we exposed some of Spring based services with Spring AOP > transaction supports ( which provide cglib proxy objects) , also we have > complex object model originally developed to use with

Re: axis2 wsdl2java problem

2008-11-04 Thread Amila Suriarachchi
aCompiler.java:37 > 0) > at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:35 > 2) > at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:28 > 0) > ... 9 more > > Can anyone help me to solve this, > Thanks for your time, > 'varala

axis2 wsdl2java problem

2008-11-03 Thread varala
r.java:28 0) ... 9 more Can anyone help me to solve this, Thanks for your time, 'varala' -- View this message in context: http://www.nabble.com/axis2-wsdl2java-problem-tp20304033p20304033.html Sent from the Axis - User mailing list archive at Nabble.com. --

Re: [AXIS2] WSDL2Java problem with array type

2008-10-31 Thread Sagara Gunathunga
Hi Amila, Actually we exposed some of Spring based services with Spring AOP transaction supports ( which provide cglib proxy objects) , also we have complex object model originally developed to use with Hibernate , So I create a small abstraction layer top of the Spring services , then WSD

Re: [AXIS2] WSDL2Java problem with array type

2008-10-31 Thread Amila Suriarachchi
On Mon, Oct 27, 2008 at 1:52 PM, Sagara Gunathunga < [EMAIL PROTECTED]> wrote: > > Hi guys , > > I have deployed a POJO service that has a method something slimier to > following signature > > * public long createUser (UserProfile pr , Contacts[] contacts){ > }* > > where UserProfile and

Re: [AXIS2] WSDL2Java problem with array type

2008-10-27 Thread Deepal jayasinghe
Hi Sagara , Hmm ,then it should be a problem with ADB , let's wait till Amila reply to this or create a JIRA attaching the WSDL. Thank you! Deepal > > Hi guys , > > I have deployed a POJO service that has a method something slimier to > following signature > > / public long createUser (Us

[AXIS2] WSDL2Java problem with array type

2008-10-27 Thread Sagara Gunathunga
Hi guys , I have deployed a POJO service that has a method something slimier to following signature * public long createUser (UserProfile pr , Contacts[] contacts){ }* where UserProfile and Contacts are POJOs , this will generate correct WSDL file. but when I created a WS client using

Re: [Axis2] wsdl2java problem with HTTPS

2007-07-12 Thread Wah Yim
ct: Re: [Axis2] wsdl2java problem with HTTPS I havent tried this out. But I guess that this should help. Its a remedy to your problem. http://wso2.org/blog/dims/1906 Thanks, Keith. On 7/11/07, Wah Yim <[EMAIL PROTECTED]> wrote: Thanks Jennifer. Actually, I found out that I forgo

Re: [Axis2] wsdl2java problem with HTTPS

2007-07-10 Thread keith chapman
om: "Ford, Jennifer M." <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Tuesday, July 10, 2007 2:00:39 PM Subject: RE: [Axis2] wsdl2java problem with HTTPS Have you tried adding the lines: System.setProperty( "java.protocol.handler.pkgs", "

Re: [Axis2] wsdl2java problem with HTTPS

2007-07-10 Thread Wah Yim
stants.PROXY, proxyProperties); But I still get the same error. Any suggestions? Thanks, -wah - Original Message From: "Ford, Jennifer M." <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Tuesday, July 10, 2007 2:00:39 PM Subject: RE: [Axis2] wsdl2java problem with

RE: [Axis2] wsdl2java problem with HTTPS

2007-07-10 Thread Ford, Jennifer M.
/keystore); //Path is usually HOME_DIRECTORY/.keystore You would also need to use the java keytool to add the site's certificate to the keystore. From: Wah Yim [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 11:54 AM To: axis-user@ws.apache.org Subject: [

[Axis2] wsdl2java problem with HTTPS

2007-07-10 Thread Wah Yim
Hello, I have been having this issue with wsdl2java over HTTPS for a few days now, I have searched through some of the older posts regarding to this topic, but my problem is a little bit different, so hopefully someone can help me with this. Basically, when I run wsdl2java on a WSDL over HTTP,

Re: Axis2 WSDL2Java problem with MIME Multipart

2007-04-09 Thread Davanum Srinivas
Nigel, Please log a bug report and upload your wsdl. thanks, dims On 4/9/07, Nigel Furber <[EMAIL PROTECTED]> wrote: Hi, I'd be grateful for any suggestions anyone might have for fixing my Axis2 WSDL2Java problem - I'm trying to write an Axis2 client for an existing Web Servi

Axis2 WSDL2Java problem with MIME Multipart

2007-04-09 Thread Nigel Furber
Hi, I'd be grateful for any suggestions anyone might have for fixing my Axis2 WSDL2Java problem - I'm trying to write an Axis2 client for an existing Web Service which expects an attachment as well some data in the body of the incoming messages, and returns a similar response. The stub

Re: [Axis2] wsdl2java problem?

2006-04-28 Thread Florian Rosenberg
hi, fixed. i didn't realize that xmlbeans does not create the appropriate class if i make a reference to a schema type not to an schema element from the wsdl:part. best regards, florian robert lazarski wrote: I'm having problems with oasis-200401-wss-wssecurity-utility-1.0.xsd

Re: [Axis2] wsdl2java problem?

2006-04-27 Thread Florian Rosenberg
hi, sorry, i forgot. attached are the schemas. thanks, florian robert lazarski wrote: I tried running your wsdl, but I'm having some problems on your external schema reference to policy-2006-03-01-RC1.xsd . I found a version in googIe, but then got stuck on ws-addr.xsd . Could you upload all

Re: [Axis2] wsdl2java problem?

2006-04-27 Thread robert lazarski
I tried running your wsdl, but I'm having some problems on your external schema reference to policy-2006-03-01-RC1.xsd . I found a version in googIe, but then got stuck on ws-addr.xsd .  Could you upload all your external xsd files please ? Robert http://www.braziloutsource.com/On 4/27/06, Floria

[Axis2] wsdl2java problem?

2006-04-27 Thread Florian Rosenberg
hi, i'm using the axis2 wsdl2java tool (axis2 version 1.0-RC2) with xmlbeans databinding to generate my skeletons from the attached wsdl file. i don't know why, but i guess the wrong skeleton is generated, since the methods of the skeletons only contain OMElement as input parameter and return va

RE: [Axis2] WSDL2Java problem with schema include

2006-04-20 Thread Mar, Kheng Kok
The WSDL2Java have problem with schema include (that is a schema INCLUDE additional schema into the same target namespace, not schema IMPORT ). I have pointed this out a couple of months back (back in 0.93) and the problem still exists in 0.95. Rgds Kheng Kok