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

by wisnk
5 replies
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.
#data #programmer #save #webservice #xml or soap
  • Profile picture of the author TurnRush
    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.
    {{ DiscussionBoard.errors[7853327].message }}
  • Profile picture of the author viescripts
    Originally Posted by wisnk View Post

    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.

    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
    {{ DiscussionBoard.errors[7854279].message }}
  • Profile picture of the author weaveronline
    Are you still looking for developers? If yes please email me , we can help you.
    Signature

    Thanks & Regards,
    Reach us at dukeduke600@gmail.com.
    Web Design| Logo Design | Banner Design | Web Development | Mobile Applications [iPhone/iPad/Android/Windows Phone]

    {{ DiscussionBoard.errors[7859307].message }}
  • Profile picture of the author wisnk
    Have sent you a PM weaveronline.
    {{ DiscussionBoard.errors[7861313].message }}
    • Profile picture of the author kevintb7
      I can do this, PM or email me with details.
      {{ DiscussionBoard.errors[7861719].message }}

Trending Topics