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>