XML version 2.4

mpudjampudja Member Posts: 32
Hello everyone,

can somebody help abou XML ?
We have external company which has web orders in xml fromat from our customers. Now, I would like to automaticaly fetch xml files from web service and store it on our server.

The problem is that that they use xml version 2.4 ? and I must swicht to it but I do not now how ?
Can someone suggest me in which direction I must go ?

Now when I want to get xml order from web I get xml file:
<error>
<code>2</code>
<name>WRONG_XML_VERSION</name>
</error>

Answers

  • ta5ta5 Member Posts: 1,164
    Hi
    How do you get the xml files from the server, can you post some sample code? Concerning the version, do you mean declaration part <?xml version="2.4"?>?
    Regards
    Thomas
  • mpudjampudja Member Posts: 32
    Hi,
    sorry for my late reply.
    I had some problems with XML Dom Object so I've switch to Microsoft Soap Type Library v3.0 and everything working fine.

    Thanks.
Sign In or Register to comment.