SolutionDOC_Peppol
Click here for a complete list of operations.
IncludeEnumsInWSDefinition
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /update/SolutionDOC_Peppol.asmx HTTP/1.1 Host: dev3.solutiondocondemand.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "https://legal.solutiondocondemand.com/IncludeEnumsInWSDefinition" <?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> <IncludeEnumsInWSDefinition xmlns="https://legal.solutiondocondemand.com/"> <e1>DESPATCH_ADVICE or ORDER</e1> <e2>ZIP_PDF or ZIP_XML_PEPPOL</e2> <e3>DONE or IN_PROGRESS or SKIPPED or USER_VERIFY or VERIFY</e3> <e4>B2BDIRECT or INBOUND_API or INBOUND_FILE_SYSTEM or INBOUND_PEC or INBOUND_WEB_FORM or INBOUND_WEB_UPLOAD or LEGAL_ARCHIVING or OUTBOUND_FILE_SYSTEM or PEC_MAILING or PEPPOL or SDI</e4> <e5>DEFAULT or IS_CREATED or IS_DELIVERED or IS_UNDELIVERABLE or RE_RECEIVED</e5> <e6>PROFESSIONAL or COMPANY</e6> <e7>OCR or TEXT or FULL</e7> <e8>None or Info or Warning or Error</e8> </IncludeEnumsInWSDefinition> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 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> <IncludeEnumsInWSDefinitionResponse xmlns="https://legal.solutiondocondemand.com/" /> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /update/SolutionDOC_Peppol.asmx HTTP/1.1 Host: dev3.solutiondocondemand.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <IncludeEnumsInWSDefinition xmlns="https://legal.solutiondocondemand.com/"> <e1>DESPATCH_ADVICE or ORDER</e1> <e2>ZIP_PDF or ZIP_XML_PEPPOL</e2> <e3>DONE or IN_PROGRESS or SKIPPED or USER_VERIFY or VERIFY</e3> <e4>B2BDIRECT or INBOUND_API or INBOUND_FILE_SYSTEM or INBOUND_PEC or INBOUND_WEB_FORM or INBOUND_WEB_UPLOAD or LEGAL_ARCHIVING or OUTBOUND_FILE_SYSTEM or PEC_MAILING or PEPPOL or SDI</e4> <e5>DEFAULT or IS_CREATED or IS_DELIVERED or IS_UNDELIVERABLE or RE_RECEIVED</e5> <e6>PROFESSIONAL or COMPANY</e6> <e7>OCR or TEXT or FULL</e7> <e8>None or Info or Warning or Error</e8> </IncludeEnumsInWSDefinition> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <IncludeEnumsInWSDefinitionResponse xmlns="https://legal.solutiondocondemand.com/" /> </soap12:Body> </soap12:Envelope>