Hi everyone,
I have 3rd party program and API for it and i want to connect Magento 2 to it by wsdl ( working in Magento 1)
and have only this info:https://xxx.xxx.xx.xx:1234/test.ecommerce.service/services/OrderWebService.wsdl
username xxxx and password xxxxI used this API in magento 1 to import export products clients ordersPlease help
Hi @pkowalewskd06c
Please read this documentation https://devdocs.magento.com/guides/v2.4/get-started/soap/soap-web-api-calls.html
It will help you to understand SOAP in Magento2.