Re: WSDL2Java w/ XMLBeans - not generating some source files

2006-05-21 Thread Eran Chinthaka
Do you have axiom-api-1.0.jar and axiom-impl-1.0.jar in your classpath ? Throw Away wrote: I FINALLY got around the non-generating code. I believe there is an issue with using a schema include. However, now that i have the generated WSDL2Java code, I am having trouble compiling it. I am

Re: WSDL2Java w/ XMLBeans - not generating some source files

2006-05-18 Thread Throw Away
I FINALLY got around the non-generating code. I believe there is an issue with using a schema include.However, now that i have the generated WSDL2Java code, I am having trouble compiling it.I am getting compile errors related to non-existent methods in the Axiom OMElement class - here is the stack

Re: WSDL2Java w/ XMLBeans - not generating some source files

2006-05-16 Thread Throw Away
Due to some sensitivty with the WSDL, I had to change some naming, here it is:?xml version=1.0 encoding=UTF-8?wsdl:definitions xmlns:wsdl= http://schemas.xmlsoap.org/wsdl/ xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/ xmlns:xsi= http://www.w3.org/2001/XMLSchema-instance

Re: WSDL2Java w/ XMLBeans - not generating some source files

2006-05-16 Thread robert lazarski
Going to need any schemas you have, such as acme.xsd . Robert http://www.braziloutsource.com/ On 5/16/06, Throw Away [EMAIL PROTECTED] wrote: Due to some sensitivty with the WSDL, I had to change some naming, here it is:?xml version=1.0 encoding=UTF-8?wsdl:definitions xmlns:wsdl=

Re: WSDL2Java w/ XMLBeans - not generating some source files

2006-05-16 Thread Throw Away
it looks like there is some issue with using an xs:include in the schema's i reference.Are there any known issues with that?If I take the included schema and copy/paste it so i just have one schema w/ no includes, then the code is generated correctly. On 5/16/06, robert lazarski [EMAIL PROTECTED]

Re: WSDL2Java w/ XMLBeans - not generating some source files

2006-05-16 Thread robert lazarski
There was a similair issue but it is marked as resolved, from around the .95 time frame: http://issues.apache.org/jira/browse/AXIS2-527?page=all There have been some issues resolved with xmlbeans since the 1.0 release, so it may be worth compiling from source. Or perhaps the nightly binary

Re: WSDL2Java w/ XMLBeans - not generating some source files

2006-05-16 Thread Throw Away
I will attempt to recompile the nightly build and try my WSDL. For now I can work around some of the issues by placing my common schema in a different namespace.On 5/16/06, robert lazarski [EMAIL PROTECTED] wrote: There was a similair issue but it is marked as resolved, from around the .95 time

Re: WSDL2Java w/ XMLBeans - not generating some source files

2006-05-15 Thread robert lazarski
Post your your entire wsdl and maybe we can help. There's been some recent fixes for xmlbeans and I can try running your wsdl off of the latest svn. I can't think off a vaild scenario where you wouldn't get a document file by the supported styles doc / lit and rpc / lit , though there might be.