Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Imporant! llHTTPRequest and SOAP...

Jacob1 Colonial
Registered User
Join date: 26 Aug 2006
Posts: 1
08-26-2006 13:32
Dear Linden,
Could you allow us following MIME-TYPE: "application/soap+xml" ?
If I try to send a SOAP request I will always get a 415 status code and the message that this content type is not supported (the message isn't from my server because IIS issues HTML and not plain text errors)

Example for a SOAP request:
CODE

POST /SecondLifeSOAP/Service.asmx HTTP/1.1
Host: localhost
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>
<Ping xmlns="http://tempuri.org/" />
</soap12:Body>
</soap12:Envelope>
Torley Linden
Enlightenment!
Join date: 15 Sep 2004
Posts: 16,530
08-29-2006 11:59
Asking about this...
_____________________