Error Message :
org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement s_change_id
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at WS_1476865545989.Ws_ComputerStub.fromOM(Ws_ComputerStub.java:815)
at WS_1476865545989.Ws_ComputerStub.createVm(Ws_ComputerStub.java:143)
When transporting RA Objects (in this case Web Services) with the transport case an Error may arise.
The following error message is seen when the job runs.
Agent Log:org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement s_change_id
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at WS_1476865545989.Ws_ComputerStub.fromOM(Ws_ComputerStub.java:815)
at WS_1476865545989.Ws_ComputerStub.createVm(Ws_ComputerStub.java:143)
This happens when the Web Service Job is transferred via a Transport case using the same connection object with different endpoints.
Investigation
The problem can be seen in the example below after exporting the JOB from the DEV environment the export contains the service URL (../serverkonfigDev).
DEV Screenshot:<Please see attached file for image>

Opening the Job in the PROD environment shows the correct URL (without DEV) but when requesting the old URL seems to be used.
PROD Screenshot:<Please see attached file for image>

Using the "Reload" function in the object is not an option because the WSjar files are copied to every Client and are not centrally located.