I need an XML/JSON Example of a JobSubmitRequest.

I am looking at this example (https://apiforums.easylink.com/system/files/JavaFaxSample2.6_0.txt) and trying to translate the JobSubmitRequest to JSON so that I can submit a SOAP request through Node. I was able to get the Java example working but I'm trying to get this working with a Node stack.

Where can I find this?

Answers