S
Samuel ETTERLEN
Guest
I can't use the regular Web Services functionality, while my web-service give me an DTOM Response... I've any xml document for the header, i've wrote in directly like this: cResponse = ' ' + CRLF + ' ' + CRLF + ' ' + cFileId + ' ' + CRLF + ' ' + CRLF + ' '+ CRLF + ' '. oRequestBody = new string(cResponse) . oRequest = RequestBuilder
ost(substitute("&1/Kinetic.Services.StreamService.svc",cWindreamServerAdresse), oRequestBody) :ContentType ('text/xml;charset=UTF-8') :AddHeader ('SOAPAction', ' services.kinetic.ch/.../DownloadFile') :AddHeader ('Accept-Encoding', 'gzip,deflate') :AddHeader ('Connection', 'Keep-Alive') :Request. The complet HTTP-REQUEST look like this: POST /KineticServices/Kinetic.Services.StreamService.svc HTTP/1.1 Connection: close Accept-Encoding: gzip,deflate Content-Type: text/xml;charset=iso-8859-1 SOAPAction: " services.kinetic.ch/.../DownloadFile" Content-Length: 269 Host: svr-de-windrea2.ivnet.ch User-Agent: Apache-HttpClient/4.1.1 (java 1.5) add92c5f-9ebd-4b40-9547-1c61da5fc6f1
Continue reading...
Continue reading...