Forum Discussion

morgan_creighto's avatar
15 years ago

Any interest in RTSP or LSCP?

Is there any interest in RTSP or LSCP? These are protocols used to control video streams. It would be convenient for me to be able to drive functional tests over these instead of HTTP, because the video software I'm testing uses them instead.

Could someone comment on how loosely coupled the soapui protocol-handling code is from the rest of the tool? I know a family of options (jms, etc) is supported. Would there be any value in me attempting a patch to add another?

1 Reply

  • Hi!

    Definitely interesting! Internally URL protocols are mapped to "RequestTransports", so "all" you need to do is:
    - write your own RequestTransport implementation for these protocols
    - register them with the RequestTransportRegistry
    - start using them from your requests..

    I'm not sure though if the standard request/response editors would suffice in this situation!?

    regards!

    /Ole
    eviware.com