On May 27, 2008, at 12:54 PM, Rahul_Ravikumar wrote:


To clarify:

The original WSDL is at http://geog.tamu.edu/~rahul/XML/ GPServer_1.xml.

The one that i had modified to make solve the problem, by promoting the
ArrayOfString type to an unbound string is at
http://geog.tamu.edu/~rahul/XML/GPServer.xml.

I am posting both, as some had questions on whether i had included the jaxb
namespace correctly.

I have solved this problem, but i was wondering if this could be done
without modifying the wsdl?


I don't think so. This is a JAXB specification thing and not something CXF really has any control over. We delegate the jaxb databinding stuff directly to the JAXB RI from sun. We don't do any processing at that level. It's all them. I did some searches on the JAXB forum and didn't see anything there as well. You would need to address any questions about the jaxb databinding mappings to them.

Dan






Rahul Ravikumar wrote:


I understand that one of the ways of solving this problem is to promote the "ArrayOfString" to an unbound "xs:string". But one of the restrictions of this project, is that i must NOT change the WSDL. Is there any other
way that i can solve this problem?

The WSDL is located at: http://geog.tamu.edu/~rahul/XML/GPServer.xml



--
View this message in context: 
http://www.nabble.com/Array-Of-Unbound-Types-tp17442311p17495080.html
Sent from the cxf-user mailing list archive at Nabble.com.

---
Daniel Kulp
[EMAIL PROTECTED]
http://www.dankulp.com/blog




Reply via email to