I\'m trying to implement a client for National Rail Enquiries\' SOAP Service (http://www.livedepartureboards.co.uk/ldbws/).
I stick the WSDL (http://realtime.nationa
I have solved this problem, in Java Code, adding:
MimeHeaders headers = message.getMimeHeaders(); headers.addHeader("SOAPAction", endpointURL);