Hello! I have encountered a problem I do not understand: My webservice is running quite fine but testing it with some random requests showed some strange results: logic errors, NullPointerExceptions etc. Debugging the code brought light: CXF seems to need the correct order of the parameters according to the called remote RPC. Perhaps I assumed the wrong thing, that the xml-name-mapping of the parameters made an ordering of the parameters obsolete.
Can anyone give my some details about that? -- View this message in context: http://www.nabble.com/Order-of-parameters-in-Soap-request-necessary-%21-tp18978289p18978289.html Sent from the cxf-user mailing list archive at Nabble.com.
