Rico
unread,May 27, 2009, 8:47:02 PM5/27/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
Hi Nivas,
Can you post the code of how you used a HttpWebRequest to POST an XML
file to a web service and the web service code as well?
I'm trying to do something similar.
> Hi Cipto,
>
> Thanks for your reply. I have implemented that usin HttpWebRequest and is
> done.
> Thanks all.
>
>
>
>
>
> On Tue, May 26, 2009 at 8:14 AM, cipto john <
ciptoj...@gmail.com> wrote:
> > if from javascript
> > Use post on xmlhttprequest. set to post and then set your xml as
> > string.handle it on server write the string to xml file
>
> > if from other type application
> > Using FTP would be nice.
>
> > of you build your tcp listener accept client bla bla bla
>
> > There is nothing to do with ssl, ssl is just encryption.
>
> > On Mon, May 25, 2009 at 9:12 PM, ¯`·._.·NIVAS·._.·´¯ <
cdni...@gmail.com>wrote:
>
> >> Hi Chris,
> >> Its not meagre upload file. I have to send xml content as data using http
> >> post and inturn another webserver will give response for my request.
>
> >> On Fri, May 22, 2009 at 4:54 PM, Chris Marks <
chris.ma...@gmail.com>wrote:
>
> >>> "Send" ? - perhaps use of a webservice, or if it's just literally to
> >>> send/upload a file an XML file to a remote webserver, how about
> >>> connecting via FTP?
>
> >>> On May 22, 7:38 am, Nivas <
cdni...@gmail.com> wrote:
> >>> > Hi,
>
> >>> > i need to send a xml file to another webserver, which i want to do in
> >>> > csharp. how to do this?
> >>> > Maybe have to do something with SSLSocket.
>
> >>> > Thanks in advance.
>
> >> --
> >> Tha.Nivas,
> >>
http://cdnivas.blogspot.com
>
> --