Re: [axis2 v0.95] code generation exception: follow-up question

2006-03-24 Thread Michael Meire
Hi, I've tried the suggestions you made, but they don't seem to work. Therefore, as suggested, I filed a bug report with title "wsdl2java, MTOM and user-defined types" Thanks very much for all the efforts... best, Michael... On 03/24/06 12:28, Anne Thomas Manes wrote: Actually, I don't thi

Re: [axis2 v0.95] code generation exception: follow-up question

2006-03-24 Thread Anne Thomas Manes
Actually, I don't think my previous posting directly answers Michael's question. My post indicated how to extend the xsd:base64Binary type to indicate content type. In this case, Michael is trying to extend a user-defined type and add an element that contains an xsd:base64Binary type element. Micha

Re: [axis2 v0.95] code generation exception: follow-up question

2006-03-23 Thread Ajith Ranabahu
Hi, I was actually going to write a long explanation for this but I see Anne has done it (quite completely I should say) some time back. Thanks Robert for pulling it out from the archives. in the Axis2 setting, If you use XMLBeans, it'll actually correctly mark the OM elements for optimization. So

Re: [axis2 v0.95] code generation exception: follow-up question

2006-03-23 Thread robert lazarski
Maybe this will help - anne wrote this a while back and gives an example that uses mtom and extension base:  http://marc.theaimsgroup.com/?l=axis-user&m=114123711724485&w=2HTH,Robert http://www.braziloutsource.com On 3/23/06, Michael Meire <[EMAIL PROTECTED]> wrote: Dear, I guess my

Re: [axis2 v0.95] code generation exception: follow-up question

2006-03-23 Thread Michael Meire
Dear, I guess my question is related. The problem I'm facing is the following: I am creating a webservice, starting from a WSDL file. I need file attachments, and therefore I want to use MTOM. I also need some kind of "inheritance" and therefore I'm creating complex types that are extensions

Re: [axis2 v0.95] code generation exception

2006-03-15 Thread robert lazarski
You need to use xmlbeans with this schema. While adb is the default, its not expected to cover all the cases that xmlbeans can. Try adding these options to your ant target: Using those options I was able to run wsdl2java on your wsdl using the latest checkout. Without those I received the same

Re: [axis2 v0.95] code generation exception

2006-03-14 Thread Diego
Hi Robert, thanks a lot for your help! That's the ant task that I've executed: and that's the wsdl: http://astrodas.org/ws/peer"; xmlns:tns="http://astrodas.org/ws/peer"; xmlns:tns1="http://astrodas.org/ws/model";

Re: [axis2 v0.95] code generation exception

2006-03-14 Thread robert lazarski
Hi Diego, Post your wsdl and command line options and perhaps we can help. Robert http://www.braziloutsource.com/On 3/14/06, Diego <[EMAIL PROTECTED] > wrote:Hi!I have to generate code using org.apache.axis2.wsdl.WSDL2Code having ininput a wsdl where some web service return a votable.  The vot

[axis2 v0.95] code generation exception

2006-03-14 Thread Diego
Hi! I have to generate code using org.apache.axis2.wsdl.WSDL2Code having in input a wsdl where some web service return a votable. The votable schema is specified at the following address: http://www.ivoa.net/xml/VOTable/v1.1 I've successfully executed wsdl2code with axis2 up to version 0.93