Dox42Service
Click here for a complete list of operations.
GenerateSlides
Generates Slides based on the specified dox42 PowerPoint template. Version: 4.6.2.2
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 /dox42Service.asmx HTTP/1.1
Host: xtestapp.dox24.at
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.dox42.com/GenerateSlides"
<?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:Header>
<dox42ServiceHeader xmlns="http://www.dox42.com">
<UserName>string</UserName>
<PassWord>string</PassWord>
</dox42ServiceHeader>
<dox42MetaDataHeader xmlns="http://www.dox42.com">
<Value>string</Value>
</dox42MetaDataHeader>
</soap:Header>
<soap:Body>
<GenerateSlides xmlns="http://www.dox42.com/">
<msg>
<DocTemplate>string</DocTemplate>
<DataMap>string</DataMap>
<InputParams>
<KeyValue>
<ParamName>string</ParamName>
<Value>string</Value>
</KeyValue>
<KeyValue>
<ParamName>string</ParamName>
<Value>string</Value>
</KeyValue>
</InputParams>
<PostGenActions>
<PostGenAction>
<ActionName>string</ActionName>
<Params xsi:nil="true" />
</PostGenAction>
<PostGenAction>
<ActionName>string</ActionName>
<Params xsi:nil="true" />
</PostGenAction>
</PostGenActions>
</msg>
</GenerateSlides>
</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>
<GenerateSlidesResponse xmlns="http://www.dox42.com/">
<GenerateSlidesResult>
<GeneratedDocs>
<FileBytes>
<Bytes>base64Binary</Bytes>
<OutputAction>string</OutputAction>
<Format>string</Format>
<Index>int</Index>
<FileName>string</FileName>
</FileBytes>
<FileBytes>
<Bytes>base64Binary</Bytes>
<OutputAction>string</OutputAction>
<Format>string</Format>
<Index>int</Index>
<FileName>string</FileName>
</FileBytes>
</GeneratedDocs>
<SavedDocs>
<SavedDocInfo>
<Index>int</Index>
<OutputAction>string</OutputAction>
<URL>string</URL>
</SavedDocInfo>
<SavedDocInfo>
<Index>int</Index>
<OutputAction>string</OutputAction>
<URL>string</URL>
</SavedDocInfo>
</SavedDocs>
<ResultMessage>string</ResultMessage>
</GenerateSlidesResult>
</GenerateSlidesResponse>
</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 /dox42Service.asmx HTTP/1.1
Host: xtestapp.dox24.at
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:Header>
<dox42ServiceHeader xmlns="http://www.dox42.com">
<UserName>string</UserName>
<PassWord>string</PassWord>
</dox42ServiceHeader>
<dox42MetaDataHeader xmlns="http://www.dox42.com">
<Value>string</Value>
</dox42MetaDataHeader>
</soap12:Header>
<soap12:Body>
<GenerateSlides xmlns="http://www.dox42.com/">
<msg>
<DocTemplate>string</DocTemplate>
<DataMap>string</DataMap>
<InputParams>
<KeyValue>
<ParamName>string</ParamName>
<Value>string</Value>
</KeyValue>
<KeyValue>
<ParamName>string</ParamName>
<Value>string</Value>
</KeyValue>
</InputParams>
<PostGenActions>
<PostGenAction>
<ActionName>string</ActionName>
<Params xsi:nil="true" />
</PostGenAction>
<PostGenAction>
<ActionName>string</ActionName>
<Params xsi:nil="true" />
</PostGenAction>
</PostGenActions>
</msg>
</GenerateSlides>
</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>
<GenerateSlidesResponse xmlns="http://www.dox42.com/">
<GenerateSlidesResult>
<GeneratedDocs>
<FileBytes>
<Bytes>base64Binary</Bytes>
<OutputAction>string</OutputAction>
<Format>string</Format>
<Index>int</Index>
<FileName>string</FileName>
</FileBytes>
<FileBytes>
<Bytes>base64Binary</Bytes>
<OutputAction>string</OutputAction>
<Format>string</Format>
<Index>int</Index>
<FileName>string</FileName>
</FileBytes>
</GeneratedDocs>
<SavedDocs>
<SavedDocInfo>
<Index>int</Index>
<OutputAction>string</OutputAction>
<URL>string</URL>
</SavedDocInfo>
<SavedDocInfo>
<Index>int</Index>
<OutputAction>string</OutputAction>
<URL>string</URL>
</SavedDocInfo>
</SavedDocs>
<ResultMessage>string</ResultMessage>
</GenerateSlidesResult>
</GenerateSlidesResponse>
</soap12:Body>
</soap12:Envelope>