Hi,
I`m writing a Client to build and send SOAP Messages. I use saaj 1.2.1.
I can create the message an send it but i don`t get an response. The response is null...
SOAPMessage response = connection.call(message, endpoint);
I do not get any Exception
maybe anyone has an idea?