[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.axapta.programming

How to post a XML file to a site

Mallikarjun Gudidevuni

12/14/2005 6:52:00 AM

Hi All,
I have created a XML file on the local system. Now my task is to
post this xml file in a site and after validation i have to store the
reference number to the Axapta table.
How can i access the site through Axapta? How can i post the xml file to
that site and how to get back the reference number to Axapta?
If any one has the code to access the web sites pls help me. It will be a
gr8 help for me. Thanks in advance.

--
Mallik Gudidevuni
1 Answer

ajayakv2006

1/30/2006 11:52:00 AM

0

Mallikarjun Gudidevuni wrote:
> Hi All,
> I have created a XML file on the local system. Now my task is to
> post this xml file in a site and after validation i have to store the
> reference number to the Axapta table.
> How can i access the site through Axapta? How can i post the xml file to
> that site and how to get back the reference number to Axapta?
> If any one has the code to access the web sites pls help me. It will be a
> gr8 help for me. Thanks in advance.
>
Hi U have to Use DOM object
to post XML
Like That
set xmlDoc=CreateObject("Microsoft.XMLDOM")
xmlDoc.async="false"
xmlDoc.post ..