- Ensure that the SYSPRO WCF Service is installed and running on the SYSPRO Server. Note: The name of the service may be slightly different than what is shown below. If the WCF service is not installed, please contact your SYSPRO support provider for instructions on installing this service.
- SYSPRO 7:
- SYSPRO 8:
- SYSPRO 7:
- Determine your WCF Address.
- Open the Event Viewer on the SYSPRO server.
- Expand the Applications and Services Logs section.
- For SYSPRO 7 only:
- Click on the SYSPROWCF item.
- Locate an event in the list of events that shows the message "SYSPRO WCF Services hosted successfully at..." as shown below.
- Note: The screenshot below shows "net.tcp" in the beginning of the URL, this means we will use a ConnectionType value for "NetTcp" in the next step.
- Note: You should replace "localhost" with the SYSPRO Server name.
- For SYSPRO 8 only:
- Click on the SYSPROECS item.
- Locate an event in the list of events that shows the message "... SysproNetTcp" as shown below.
- Note: The screenshot below shows "net.tcp" in the beginning of the URL, this means we will use a ConnectionType value for "NetTcp" in the next step.
- Note: You should replace "localhost" with the SYSPRO Server name.
- Determine the ConnectionType number corresponding to the type of endpoint you would like to use. The options below labeled "SYSPRO Service" should be used as a first choice however if the SYSPRO Service is causing issues or is suspected of causing issues, the alternative "SYSPRO Mobile Warehouse Service" may be used. In the example above we're using a "net.tcp" WCF Address, so we could use a ConnectionType of 7 or 3.
- 2 - NetNamedPipe (SYSPRO Mobile Warehouse Service) - Calls are made to the SOAP endpoint of the service using Named Pipes. This is the fastest form of communication but is only suitable for single machine use.
- 3 - NetTcp (SYSPRO Mobile Warehouse Service) - Calls are made to the SOAP endpoint of the service using Net Tcp. This is the recommended binding to use and is best suited for intranet environments
- 4 - BasicHttp (SYSPRO Mobile Warehouse Service) - Calls are made to the SOAP endpoint of the service using HTTP.
- 5 - WSHttp (SYSPRO Mobile Warehouse Service) - Calls are made to the SOAP endpoint of the service using HTTP and supporting WS-* specifications.
- 6 - NetNamedPipe - (SYSPRO Service) - Calls are made to the SOAP endpoint of the service using Named Pipes. This is the fastest form of communication but is only suitable for single machine use.
- 7 - NetTcp (SYSPRO Service) - Calls are made to the SOAP endpoint of the service using Net Tcp. This is the recommended binding to use and is best suited for intranet environments
- 8 - BasicHttp - (SYSPRO Service) - Calls are made to the SOAP endpoint of the service using HTTP.
- 9 - WSHttp - (SYSPRO Service) - Calls are made to the SOAP endpoint of the service using HTTP and supporting WS-* specifications.