Web service for importing invoices
The counterpart of the xSuite Interface component on the Windows side, xSuite Interface Sphere, can now also transmit invoice data to an SAP system via SOAP protocol. The function module /WMD/FP_IMPORT has been available for some time as a web service to use this function as a receiver.
The Enterprise Service definition /WMD/F_IMPORT serves as the basis for this. To activate an associated web service in the customer system, it must first be initialized with transaction SOAMANAGER.
Recommended settings:
Service name: fpimport
Binding name: fpimport
Transport level security: SSL
Authentication User ID / Password
When these settings are used, the web service will available at the following URL:
https://<host>:<port>/sap/bc/srt/rfc/wmd/fp_import/<sap_client>/fpimport/fpimport
The two other function modules /WMD/FP_EXPORT and /WMD/FP_ATTACH_IMAGE can be published as web services in a similar way.