Re: Cannot see logic in WSDL2Java generated with ADB

2010-05-28 Thread Steven De Groote
s, Steven From: Leif Rilbe To: [email protected] Date: 27/05/2010 12:29 Subject: Re: Cannot see logic in WSDL2Java generated with ADB Hi Steven, Are you sure that RPC/literal binding is correct for your service? I think the document/literal wrapped binding is the most WS-I

Re: Cannot see logic in WSDL2Java generated with ADB

2010-05-27 Thread Leif Rilbe
To: [email protected] Date: 26/05/2010 17:42 Subject:Re: Cannot see logic in WSDL2Java generated with ADB Could be because the WSDL defines the message as follows: But MaintenanceHistory is not a

Re: Cannot see logic in WSDL2Java generated with ADB

2010-05-27 Thread Steven De Groote
object model. Is there another way to adapt the WSDL to make it valid? Any ideas? Thanks, Steven From: Andreas Veithen To: [email protected] Date: 26/05/2010 17:42 Subject: Re: Cannot see logic in WSDL2Java generated with ADB Could be because the WSDL defines the message as follows

Re: Cannot see logic in WSDL2Java generated with ADB

2010-05-26 Thread Andreas Veithen
Could be because the WSDL defines the message as follows: But MaintenanceHistory is not a type; it's an element. Andreas On Wed, May 26, 2010 at 17:07, Steven De Groote wrote: > Hi all, > > I'm struggling to find out how to use the generated code by axis2. > I have a wsdl file (see below) fro

Cannot see logic in WSDL2Java generated with ADB

2010-05-26 Thread Steven De Groote
Hi all, I'm struggling to find out how to use the generated code by axis2. I have a wsdl file (see below) from where I generated the server code. Everything fine so far, but I am struggling a bit with a particular part. Basically, this WS should return one item of MaintenanceHistory. LBClientOpR