Testcase test.RPCDispatch.TestSerializedRPC

2005-05-29 Thread Venkat Reddy
The test method testArgAsDOM() expects the response to match the request argument. However, the server sends the response with parameters qualified with xsi types and namespaces, if the serialization context is invoked. For example, setting dirty flag to true inside NodeImpl.appendChild() causes th

Re: Testcase test.RPCDispatch.TestSerializedRPC

2005-05-30 Thread Davanum Srinivas
Venkat, Add "engine.setOption(AxisEngine.PROP_SEND_XSI, Boolean.FALSE);" in testArgAsDOM, that will get rid of the xsi stuff. Also remove the extraneous xmlns:foo as it does not occur on the wire...once you do that it will be better. But do make sure that you use xmlunit stuff to check the old and