Hi Guys
I would like to implement a web service which can accept the
incoming audio stream. Web service support soap, http(get, post),
mime.... these protocols. But if without soap, we will lose the
biggest advantage of web service.
For example:
I have a Recognizer App that translate an audio input
in a sentence. I would like to implement this like a Service.
Can I use soap to transform the audio stream? How will it turn
into xml messaging?
Regards
Álvaro Mota Gonçalves
-
Stream Audio SOAP WebService (3 messages)
- Posted by: Alvaro Goncalves
- Posted on: July 19 2003 17:12 EDT
Threaded Messages (3)
- Stream Audio SOAP WebService by Sean Sullivan on July 19 2003 18:50 EDT
- Stream Audio SOAP WebService by Paul Strack on July 19 2003 20:24 EDT
- Stream Audio SOAP WebService by Robertads Smith on August 24 2011 21:50 EDT
-
Stream Audio SOAP WebService[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: July 19 2003 18:50 EDT
- in response to Alvaro Goncalves
Are you asking if SOAP-over-HTTP is a good transport protocol
for streaming audio? -
Stream Audio SOAP WebService[ Go to top ]
- Posted by: Paul Strack
- Posted on: July 19 2003 20:24 EDT
- in response to Alvaro Goncalves
Streaming audio is probably impractical. But if all you want to do is transfer audio files, you can use Soap with Attachments (which allow arbitrary binary data to be attached to Soap messages). -
Stream Audio SOAP WebService[ Go to top ]
- Posted by: Robertads Smith
- Posted on: August 24 2011 21:50 EDT
- in response to Alvaro Goncalves
To transfer audio streams, it is possible to use Soap attachment. You may implement a porgam to record streaming audio or accept audio streams with web service protocols.