Hi Jesús,
the SOAP client engine is disabled by default for security reasons, see
https://lists.apache.org/thread/w9y9f72q4q2yr8hohryt7osmtx2xtpnz
You can reenable it by commenting in the engine in serviceengine.xml.
Best regards,
Michael Brohl
ecomify GmbH - www.ecomify.de
Am 08.06.22 um 17:18 schrieb Jesús Fernández:
Hello everyone
I want to use SOAP web services.
I enable the services by putting export="true" in the xml of the services
that interest me, and then it is enabled to see the WSDL within the Ofbiz
web.
When I use the SoapUI for the endpoint:
"http://localhost:8080/webtools/control/SOAPService"
It gives me a 500 error and in the log "Unknown request [SOAPService]; this
request does not exist or cannot be called directly."
In the browser, the same thing happens when I call "
http://localhost:8080/webtools/control/SOAPService?wsdl"
It happens to me with 18.12 and with 20.01.
What have I forgotten to do?
Thanks in advance.