HTTPS Post in .Net

  • Thread starter Thread starter Tina
  • Start date Start date
T

Tina

my client has a business partner that can't process web services but they
can accept an XML document via HTTPs Post. How, or what is the best way, in
which to do that? If they find an error in the file they submit back to me
via HTTPS Post. How do I catch that?

I know this is probably really basic stuff but I have never done this kind
of coding in .Net.

Thanks,
T
 
my client has a business partner that can't process web services but they
can accept an XML document via HTTPs Post. How, or what is the best way, in
which to do that? If they find an error in the file they submit back to me
via HTTPS Post. How do I catch that?

I know this is probably really basic stuff but I have never done this kind
of coding in .Net.

Thanks,
T

hi,
have a look at
http://www.codeproject.com/Purgatory/XmlPost.asp
http://www.thescripts.com/forum/thread471971.html

hope help
nahid
http://nahidulkibria.blogspot.com/
http://www.kaz.com.bd
 
Back
Top