Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vs 2022 services reference Simphony TSAPI question

Status
Not open for further replies.

goodbody

Programmer
Feb 28, 2022
136
0
16
US
I referenced services on vs 2022. As for Simphony TSAPI, to my knowledge, vs can directly reference webservices, at least I succeeded in doing so on micros res 3700. Perhaps I missed some configuration.
Although I can directly use code to implement it, I am looking for more efficient methods
Thank you for your help.
%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20230905214846_wcjmb0.png


Simphony Developer,Welcome to contact me
 
Maybe this page will be useful to you.

[URL unfurl="true"]https://simphonytsapi.docs.apiary.io/#introduction/preface[/url]

Method: POST
Endpoint & Resource: Media Type text/xml:

XML:
<soap:Envelope xmlns:xsi="[URL unfurl="true"]http://www.w3.org/2001/XMLSchema-instance"[/URL] xmlns:xsd="[URL unfurl="true"]http://www.w3.org/2001/XMLSchema"[/URL] xmlns:soap="[URL unfurl="true"]http://schemas.xmlsoap.org/soap/envelope/">[/URL]
  <soap:Body>
    <GetOpenChecks xmlns="[URL unfurl="true"]http://10.2.18.23:8080/EGateway/">[/URL]
      <vendorCode />
      <employeeObjectNum>1001</employeeObjectNum>
      <openChecks>
        <OperationalResult />
        <CheckSummary />
      </openChecks>
    </GetOpenChecks>
  </soap:Body>

In EMC you need to configure a Workstation with the POSAPI Client type, have a TS license and at least have the "Enable Simphony TS (Gen1) Location API" checkbox active on that Workstation.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top