We found this file: deployers/jbossws.deployer/META-INF/stack-agnostic-jboss-beans.xml
and turned this OFF (rewrite to false)
<property name="modifySOAPAddress">false</property>
Once we did this the above rewrite went away, however isn't this a bug?? The documentation @ http://community.jboss.org/wiki/JBossWS-UserGuide under (Address Rewrite). It states this configuration is for deployed services. This is not a deployed service but a ws client. We are seeing this do rewrites for endpoints defined in remotely retrieved WSDLS for WebServiceClient code.....as shown above.
Are we missing something here???