need a programmer who knows XML/Soap need to save data from a webservice

by 5 replies
6
i need someone to help code me a simple solution to save data (stock level feed) from a webservice into a xml file onto my desktop.

something really simple, my supplier uses xml 3 and I dont know how to create soap request to use thier webservice to pull the data.

once i have the data in a xml file format i can use it in more familar programs such as excel to do what i need. but need that really simple soap request creating so it saves the data from the webservice into a xml file. Quite simple really.

I have a xml schema and documention from the supplier that provides all methods etc.

Naturally payment will be provided for the programmers time.
#programming #data #programmer #save #webservice #xml or soap
  • This more suits the classified ads section of the forum. You can also find good coders on freelancer / odesk ect.. Think that will be cheaper and faster for you.

  • use this:

    <?php
    header('Content-disposition: attachment; filename="file_name.xml"');
    header('Content-type: "text/xml"; charset="utf8"');
    readfile('http://xml_file_url');
    ?>


    This code saves a remote file to local machine. Code tested with my own XML blog feed
  • Are you still looking for developers? If yes please email me , we can help you.
  • Have sent you a PM weaveronline.
    • [1] reply
    • I can do this, PM or email me with details.

Next Topics on Trending Feed