WSFindMP3
Endpoints
Contributed Clients What is this? Add / Edit / Delete Client
Detailed Description
Find MP3 on xmlrad.com
Usage Notes
You can invoke FindMP3 operation through an HTTP SOAP request looking
like:
POST /FindMP3 HTTP/1.1
Content-Type: text/xml
SOAPAction: FindMP3
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<FindMP3>
<SearchString>Cartoon</SearchString>
<MaxReturn>10</MaxReturn>
</FindMP3>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
You will receive the following SOAP response:
<SOAP-ENV:Envelope xmlns:SOAP-
ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-
ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<FindMP3Response>
<MP3Results>
<MP3>
<FileName>Cartoon Theme -
Simpsons.mp3</FileName>
<URL>http://xmlrad.com/MP3/Cartoon Theme - Simpsons.mp3</URL>
<FileSize>721682</FileSize>
</MP3>
<MP3>
<FileName>Cartoon Theme -
Super Chicken.mp3</FileName>
<URL>http://xmlrad.com/MP3/Cartoon Theme - Super
Chicken.mp3</URL>
<FileSize>528759</FileSize>
</MP3>
<MP3>
<FileName>Cartoon Theme - X-
Men.mp3</FileName>
<URL>http://xmlrad.com/MP3/Cartoon Theme - X-Men.mp3</URL>
<FileSize>943461</FileSize>
</MP3>
</MP3Results>
</FindMP3Response>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Help Message Board