[resolved] Error with SOAP ESB Service (Unexpected EOF in prolog)
Hello;
I have a soap webservice created with Talend ESB, which receives a request, then transform the response with tXSLT and output my rows to the response.
when i tray to call my service for the first time i get this error :
<soap:Envelope xmlns:soap="">
<soap:Body>
<soap:Fault>
<faultcode>soap
erver</faultcode>
<faultstring>Could not generate the XML stream caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
at [row,col {unknown-source}]: [2,0].</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>
and when i do a second call with soapUI i get the good response.