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

Oracle Simphony - GetPrintedCheck

japl93

Programmer
Apr 9, 2025
1
Hi, I have a question that I can't find a way to solve. I'm using Oracle's Simphony's Transaction Service Gen1 and I want to get the check to print, but when I query it with this soap, it returns a 500 error. Is there something specific I'm doing wrong? Or is there another way to get the printCheck?
XML:
<?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><GetPrintedCheck xmlns="http://micros-hosting.com"><vendorCode></vendorCode><CheckSeq>34444780</CheckSeq><EmplObjectNum>100000018</EmplObjectNum><TmedObjectNum>2019</TmedObjectNum>
</GetPrintedCheck></soap:Body></soap:Envelope>
 

Part and Inventory Search

Sponsor

Back
Top