Configuration for webservice-based ERPs¶
If your ERP systems offers different URLs/webservices for each feature,
you can define the endpoint to the Webservice per messages.
The parameter webservice_wsdl
can be set to the URL of the responsible webservice.
1 2 3 4 5 6 |
|
webservice_operation
is the name of the method defined in the WSDL.
webservice_wsdl
is the URL to the webservice itself.