To override the Content-type in your clients, use the HTTP Accept Header, append the .soap12 suffix or ?format=soap12
HTTP + SOAP12
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /soap12 HTTP/1.1
Host: www.bernhardthospitality.com
Content-Type: text/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>
<RasterizePdf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Emun.Products">
<BucketName>String</BucketName>
<Key>String</Key>
</RasterizePdf>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
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>
<PdfRasterized xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Emun.Products">
<Pages>
<ProductCatalogPage>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<Attributes>
<ContentType>String</ContentType>
<Description>String</Description>
<Euid>00000000-0000-0000-0000-000000000000</Euid>
<Height>0</Height>
<Id>0</Id>
<Label>String</Label>
<Overview>String</Overview>
<Realm>String</Realm>
<RefId>String</RefId>
<Url>String</Url>
<Width>0</Width>
</Attributes>
<CatalogId>String</CatalogId>
<Description>String</Description>
<Height>0</Height>
<Hotspots>
<ProductCatalogHotspot>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<Action>None</Action>
<Bottom>0</Bottom>
<Generated>false</Generated>
<Height>0</Height>
<Left>0</Left>
<Meta xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:KeyValueOfstringstring>
<d6p1:Key>String</d6p1:Key>
<d6p1:Value>String</d6p1:Value>
</d6p1:KeyValueOfstringstring>
</Meta>
<ModifiedOn>0001-01-01T00:00:00</ModifiedOn>
<OriginalHeight>0</OriginalHeight>
<OriginalWidth>0</OriginalWidth>
<PageId>String</PageId>
<Position>0</Position>
<ProductId>String</ProductId>
<ProductIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<RepCustom>false</RepCustom>
<Right>0</Right>
<Top>0</Top>
<Width>0</Width>
</ProductCatalogHotspot>
</Hotspots>
<Label>String</Label>
<LastModifiedOn>0001-01-01T00:00:00</LastModifiedOn>
<Layout>String</Layout>
<MediaId>String</MediaId>
<ModifiedOn>0001-01-01T00:00:00</ModifiedOn>
<Overview>String</Overview>
<PageCount>0</PageCount>
<PageNum>0</PageNum>
<Position>0</Position>
<RepCustom>false</RepCustom>
<SectionId>String</SectionId>
<Type>String</Type>
<Url>String</Url>
<Width>0</Width>
</ProductCatalogPage>
</Pages>
</PdfRasterized>
</soap12:Body>
</soap12:Envelope>