September 29, 20187 yr Newbies Hello, I am trying to create my first POST request and the response I get is: <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Body xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Fault xmlns="" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <faultcode>SOAP-ENV:Client</faultcode> <faultstring>This is an empty request; you must send XML data via POST. If you can confirm POST data was in fact sent, then check your pe_application_log.txt file for scripting errors.</faultstring> </SOAP-ENV:Fault> </Body> </Envelope> I am sending the following info with SOAPUI that results in the above: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsm="http://fms.********.com/WSMtestbestand"> <soapenv:Header/> <soapenv:Body> <wsm:FindReportResults> <wsm:Token>"BA0617DA-0CDD-3246-BEE5-7167EBD6161E"</wsm:Token> <wsm:ReportID>212312312</wsm:ReportID> </wsm:FindReportResults> </soapenv:Body> </soapenv:Envelope> POST http://fms.********.com/websvcmgr.php HTTP/1.1 Accept-Encoding: gzip,deflate Content-Type: text/xml;charset=UTF-8 SOAPAction: "" Content-Length: 401 Host: fms.********.com Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.1 (java 1.5) How can I get the two parameters Token and ReportID passed into the FileMaker file? Regards, Baran
Create an account or sign in to comment