Hi,
We wanted sampleSOAP request/response of the Job submit API . we received the below URl for it i.e.
https://apiforums.easylink.com/emapidocs/26/JobSubmit/index.html
But looking into the above URL the attachedrequest structure looks complex and sample xml would have helpedus quickly test the services.
Regards,
Pradeep
There are numerous code samples on the site - just search for "Sample".
For example:
Attached are sample request and result XML's for a job submission.
Hi kumarsk,
I tested with the given sample job submit request xml file but all the response I getting is not matching with the response xml file what I received from you.
e.g. : comparing the response received with the response I am getting after the execution of java class to hit the end point URL:
Jobsubmit_forum.xml response received from forum
<Status> <StatusCode>0</StatusCode> <SubmissionTime>2011-03-29T19:07:32.564Z</SubmissionTime> <CompletionTime>2011-03-29T19:07:32.892Z</CompletionTime> </Status> <MessageResult> <Status> <StatusCode>0</StatusCode> <StatusMessage>OK</StatusMessage> <SubmissionTime>2011-03-29T19:07:32.728Z</SubmissionTime> <CompletionTime>2011-03-29T19:07:32.890Z</CompletionTime> </Status> <JobId> <XDN>pt</XDN> <MRN>1511799</MRN> </JobId>
sequence of response after execution of java class
0
Tue Jun 10 12:27:08 IST 2014
Tue Jun 10 12:39:20 IST 2014
Tue Jun 10 12:39:21 IST 2014
OK
test2
2800924
Note : If you compare all the response from the xml and after executing the java class we will see only some of the response are matching with the response xml otherwise all are different. Please provide the appropriate solution for this Issue.
The result XML you will see will not (and can not) exactly match the XML in the sample.
The results will contain different timestamps and different Job ID's than what you see in the sample. The intent of the samples is just so you can see the format of the XML - you will stll need to parse and understand the results yourself.