-
Yes, the download seems to have disappeared. Until we fix this, please go to [http://wsdl2xforms.svn.sourceforge.net/viewvc/wsdl2xforms/wsdl2xforms/trunk/][1] and click on **Download GNU tarball** link. This should give you basically the same.
[1]: http://wsdl2xforms.svn.sourceforge.net/viewvc/wsdl2xforms/wsdl2xforms/trunk/.
2009-12-29 14:13:54 UTC by tambetm
-
The download for WSDL2XForms seems to be broken. There is no button to "Download Now!" and if I press "View all files" the list of files is empty.
Where can I download WSDL2XForms?
Thank you in advance for your help :-)
Karolin.
2009-12-29 14:03:17 UTC by karolinkrieg
-
I would say, that Orbeon seems more stable, has working business model and seems to evolve faster. And they certainly have better documentation.
I haven't really tested wsdl2xforms with Orbeon, but I'm hoping to it in november-december.
2009-11-13 09:59:51 UTC by tambetm
-
Thanks for the reply, I will try to take a deeper look at this tool and Chiba next week.
By the way, do you think that the Orbeon integrates better with your tool than Chiba? Or that Orbeon is "better" (it's always hard to know what this word means) than Chiba?
Thanks a lot
Isi.
2009-11-13 09:56:09 UTC by islegmar
-
You have to remove all xsi:type attributes from the instance, where type is not XML Schema type. xsi:type is required in SOAP messages, that's why it is generated by wsdl2xforms. In my case I used slightly modified version of Chiba, that doesn't give error in this case. I can send you a patch, if you like.
I'm not 100% sure though, that suppressing the error message would be the correct...
2009-11-13 09:42:42 UTC by tambetm
-
Sorry, I'm just know reading the readme.txt and there is the answer
This is purchaseOrder.xsd from Chiba SVN.
The generated form cannot be directly used in Chiba, as the instance contains type declarations, which are unknown to Chiba. There is also slightly modified version in purchaseOrder_chiba.xhtml, which should work in Chiba too.
So, I see it is a Chiba problem, I will jump to the...
2009-11-13 09:34:55 UTC by islegmar
-
Hi:
I'm trying to use the xforms genereated by this tool in Chiba (I think you know this project :-)). Following the sample, If I deploy 'purchaseOrder.xhtml' in Chiba-3.0.2b2 I get the following error
org.chiba.xml.xforms.exception.XFormsBindingException: datatype 'tns:purchaseOrderType' is unknown
But If I deploy "purchaseOrder_chiba.xhtml", it works.
Looking at the generation...
2009-11-13 09:28:09 UTC by islegmar
-
Hi
You're right, thanks for the reply. If I find a nice solution for the recursive definitions, I'll let you know!
Isi.
2009-11-13 09:04:34 UTC by islegmar
-
The problem is, that the schema has recursive definitions for PolicySet and Apply. Check the output file - you can easily see, that it is creating the same definitions over and over.
I commented out lines 11 and 212 in schema, after that I got the result without errors. But the form is quite huge and probably needs a lot of manual tuning. Let me know how it works out for you!
PS. If anyone...
2009-11-10 21:32:32 UTC by tambetm
-
tambetm committed revision 49 to the WSDL2XForms SVN repository, changing 1 files.
2009-11-10 21:29:58 UTC by tambetm