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
 
You'll have to tell us why. HTTP is based on TCP...

Paul T.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top