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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

POS API TRANSACTION SERVICES

Status
Not open for further replies.

Erma2009

Programmer
Mar 10, 2010
3
Good day, and I appreciate any support you can provide. I need to contact CathalMF to resolve a communication issue with the Micros 3700 transaction server API. Could any of you guide me on how to reach him to hire his services?
 
Hi, I can't help you contact him, In his comments there is a website (https://microspostools.weebly.com/) and in it a LinkedIn, I don't know if you already tried that way. But if you tell me what problem you're having, maybe I can help you resolve your situation with the Micros 3700 transaction server API since we currently use it in some units.
 
Hi. The problem I'm having is the following:

Construct of first instance
Failed to Create or Initialize ResDbs Interface, HRESULT = c701045f
[0xC701045F] The API client configuration record could not be found.
The application has released the API, current outstanding instances is 0
Release of last resort

The page opens perfectly when you enter the web service address.

The request I'm sending is this:

POST /ResPosApiWeb/ResPosApiWeb.asmx HTTP/1.1
Host: 192.168.100.250
Content-Type: text/xml
SOAPAction: "http://schemas.micros.com/RESPOS/GetOpenChecks"
Cache-Control: no-cache
Postman-Token: e1e4ff6a-5ca2-4819-9126-45f47a318929

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetOpenChecks xmlns="http://schemas.micros.com/RESPOS">
<employeeObjectNum>216</employeeObjectNum>
</GetOpenChecks>
</soap:Body>
</soap:Envelope>

I need to make a kiosk for a Micros Res 3700 5.5.7.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top