HTTP + SOAP11
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/asynconeway/ReportPostMailRequest HTTP/1.1
Host: uap-api.certiplate.com
Content-Type: application/xml
Content-Length: length
<?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>
<ReportPostMailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Certiplate.BusinessObjects">
<A_Course>String</A_Course>
<A_Post>String</A_Post>
<A_Posted_By>String</A_Posted_By>
<A_Posted_Time>String</A_Posted_Time>
<A_Reported_By>String</A_Reported_By>
<A_Reported_On>String</A_Reported_On>
<A_Type>0</A_Type>
<A_body>String</A_body>
<A_from_mail>String</A_from_mail>
<A_priority>0</A_priority>
<A_status>0</A_status>
<A_status_message>String</A_status_message>
<A_subjecte>String</A_subjecte>
<A_to_user_id>0</A_to_user_id>
<A_to_user_mail>String</A_to_user_mail>
</ReportPostMailRequest>
</soap:Body>
</soap:Envelope>