Hi Friends,
Can anyone help me solve a problem with ComplexType elements using EntireX XML RPC Server?
When testing the service under XML Tester, the sample code declare the array type variable as bellow:
stringAN stringII stringIV stringKA stringINThe JBoss server are replying this fault string:
org.jboss.ws.core.binding.BindingException: org.jboss.ws.core.jaxrpc.binding.jbossxb.UnmarshalException: Failed to parse source: {XML Schema}string type of element dtFimRestricoes should be complex and contain string as a child element.
If i manually set the array to a complex type form, it work fine. See the declaration bellow:
stringAN
stringII
stringIV
stringKA
stringIN
When i publish the XMM file at the server, the communication did not work returning the message:
NAT6977 EntireX RPC error on Server, reason 10010007
How can i solve this problem? Can i force the XMM mapping file to work with a complex types?
Thanks a lot.