ID Attribute missing while marshaling during webservicetemplate.convertandsend(…)
问题 I am using jaxb2Marshaller for consuming a SOAP service. I am using it inside Spring webServiceTemplate. The marhsalling works fine on windows but not on linux. The issue only comes for attribute named "ID". Changing the attribute name to "id" or something else works fine. Is there any difference between marshaling done on windows and linux? Spring WebserviceTemplate configuration: <bean id="webServiceTemplate" class="org.springframework.ws.client.core.WebServiceTemplate"> <property name=