Mr. Grün,
The documentation is covering just the REST calls. I need to make SOAP call. It seems that it is not coverd in the HTTP_Client_Module documentation.
It is not clear how to specify an operation/method on a SOAP service.
Here is a sample of the request exposed via SoapUI. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:miam="http://miamiarrest.ws.ts%22%3E soapenv:Header/ soapenv:Body miam:getArrestReportsForExport miam:agencyId000</miam:agencyId> miam:passphrasepassword</miam:passphrase> miam:fromDate2022-08-02T06:35:01</miam:fromDate> </miam:getArrestReportsForExport> </soapenv:Body> </soapenv:Envelope>
Regards, Yitzhak Khabinsky
-----Original Message----- From: Christian Grün christian.gruen@gmail.com Sent: Friday, August 12, 2022 7:41 AM To: Yitzhak Khabinsky ykhabins@bellsouth.net Cc: BaseX basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] BaseX 10.0 as a SOAP client
Hi Yitzhak,
Is it possible to make calls to SOAP Web Service from the BaseX 10.0?
That’s no problem; you can use the HTTP Client Module for that [1].
Best, Christian