HTTP POST only knowing server IP and port number

  • Thread starter Thread starter Vesna Sarajevo
  • Start date Start date
V

Vesna Sarajevo

Hi all!

I have to pass a SOAP message to a server, and I know only server IP
and
the port number. I was gonna do it from a form, using WebRequest Class
and
StreamWriter to fetch the result. What I don't know is how to pass
this port and
server IP instead of URL?

Should I do this some other way instead?

Thanx in advance
 
Back
Top