SAP Business One (B1)

SAP Business One (B1)

Import tool package

System version

Unknown

Tool version

1.0

Tool files

 

Tool name

wmx2SAPBusinessOne.exe

SAP Business One is a web-based solution, we can run this tool on our servers.

Requirements

  • API host

  • CompanyDB

  • UserName

  • Password

Requirements and notes

 You need to create a file called settings.xml and place it in the same folder as the tool.
 You can define own log4net configuration — just place log4net.config in the same folder as the tool.

settings.xml

<?xml version="1.0" encoding="utf-8"?> <Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Account> <ApiHost>https://somehost:50000/b1s/v1/</ApiHost> <CompanyDb>companydb</CompanyDb> <UserName>usename</UserName> <Password>usepassword</Password> </Account> <!-- ERP Web Service account provided by Webmercs --> <Email></Email> <Password></Password> <!-- Email for receiving error reports. Separate multiple emails with ; --> <AdminEmail></AdminEmail> </Settings>

ERP WebService can not be accessed from the FTP machine using default HTTPS scheme .
To fix it, the following line should be added to the Settings.xml:

<WebServiceUrl>http://secure.webmercs.com/erplinkservice/service.asmx</WebServiceUrl>

How to use the import tool