You could try and modify your client to include a line like this.
envelope.addNamespaceDeclaration(PREFIX,NAMESPACE_URI);
Where prefix would be "rpc" and NAMESPACE
"http://org.jboss.ws/samples/rpcstyle"
That would add an adicional name space declaration like in your soapui example.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982902#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...