Hi!, I'm new in this forum, I've being reading it and it seems very interesting and useful, xD
I've added an external webservice but it does not validate, I've been reading in this forum that OpenESB is not compatible with Arrays on RPC/encoded and this seems to be the case, I've tried make a WS client into a EJB module and can't even add it , it says the selected wsdl is rpc encoded.
There's a proper solution?
Thank you.
Here's a sample project with the error
failDemo.zipThese are some errors:
ERROR: cvc-datatype-valid.1.2.1: 'xsd:int[]' is not a valid value for 'QName'.
ERROR: cvc-attribute.3: The value 'xsd:int[]' of attribute 'type' on element 'part' is not valid with respect to its type, 'QName'.
ERROR: In part "workflow_steps", attribute type's value "xsd:int[]" is not a valid xml schema type available in this wsdl file. : Specify a valid schema type value for type attribute.
ERROR: s4s-att-invalid-value: Invalid attribute value for 'type' in element 'element'. Recorded reason: cvc-datatype-valid.1.2.1: 'xsd:string[]' is not a valid value for 'QName'.
ERROR: src-resolve: Cannot resolve the name 'SOAP-ENC:Array' to a(n) 'type definition' component.