Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Web Services Manager and SOAP to create first POST request

Featured Replies

  • 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

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.