There have been several issues reported which describes the same problem - missing namespaces when using document/literal (wrapped) and complex types. It seems like the namespaces on complex types are ignored when serializing, causing problems because the SOAP message does not match the XML schema(s) in the WSDL file.
http://issues.apache.org/jira/browse/AXIS-2473 http://issues.apache.org/jira/browse/AXIS-2449 http://issues.apache.org/jira/browse/AXIS-1529 There have been almost no response on the issues in JIRA for some reason.. It seems like such a trivial task to get this working, but for some reason it just doesn't work. * Does Axis 1.x even support this? * Anyone got a solution to this problem? Is it pure configuration to get it working? We have played around with beanMapping and typeMapping without success. Tested with Axis 1.3 and 1.4 mainly, having the same problems as described in the issues above. Any hints on where to start dig is helpful.. BRs Per --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
