WebService

  • Thread starter Thread starter Linus Rörstad
  • Start date Start date
L

Linus Rörstad

Hi!

Is it possible to create a web service that comunnicates over TCP instead of
HTTP? Because I can not use HTTP.

Thanks
Linus
 
HTTP is the standard communication channel for web services, however, you
can implement your own channel (which of course would be against the
platform independence web service spirit ;-) ). If you want to change the
communication channel you should probably have to implement the components
to serialize and deserialize the SOAP messages.

Johann Granados
 
Back
Top