Having a toy service as below
@WebService(targetNamespace=\"http://www.example.org/stock\") @SOAPBinding(style=Style.RPC,parameterStyle=ParameterStyle.WRAPPED) p
This behavior is proper per the WSI-Basic Profile. If you look at:
http://www.ws-i.org/profiles/basicprofile-1.1.html#Part_Accessors
section 4.7.20, assertion R2735 specifically states that for RPC/Literal, the part accessor elements must be put in elements with no namspace.