Re: HTTP Post for large text



Hi Eddie,

Thanks for the good info. What would be the receiving ASP web page script
be like when receiving the XML? Can I just load it like a string?

Thanks and sorry for the ignorance.

Andy

"Eddie Shipman" <mr_delphi_developer@xxxxxxxxxxxxxxx> wrote in message news:xn0flss6zcf90pm000@xxxxxxxxxxxxxxxxxxxxx
Andy wrote:

I am using several HTTP components to "post" info to web pages like
ASP but I am having a hard time posting large amounts of text like an
XML string. What would be a good way to do this or if I need special
components to handle this? Thanks in advance. Andy


When posting XML, it is best to use IXMLHTTPRequest. It is in the MSXML
type lib. For usage, see my post here:
http://www.delphipages.com/threads/thread.cfm?ID=160632&G=160623



.



Relevant Pages

  • Re: HTTP Post for large text
    ... Andy wrote: ... What would be the receiving ASP web page ... script be like when receiving the XML? ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Stream.Write / Encoding problem
    ... I would test converting xml string to base64 and sending that then ... request and you at least has a starting point. ... > request stream and write my XML string to it. ...
    (microsoft.public.dotnet.framework)
  • RE: XML as a WebService parameter
    ... \par From your description, you have an ASP.NET webservice which has a webmethod accepting a XML string parameter, and you'll get validation error when you call the webservice, correct? ... \par Generally, for XML webserivice, since its underlying message is encoded via SOAP XML, therefore, we should not directly pass parameter or return value of raw XML string content. ... \par Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.webservices)
  • WriteXml, DateTime, and Timezone data
    ... I am then passing this string back to a PowerBuilder module that is taking this XML string and doing what it needs to do with it. ... the TimeZone portion? ...
    (microsoft.public.dotnet.xml)
  • Re: Inserting XML String to a Text datatyped column
    ... retrieves and sends it back or use the sp_OA stored procedures to drive it ... you will be able to store it as either a string or XML datatype ... Best regards ... > This returns an XML string, ...
    (microsoft.public.sqlserver.xml)