Results 1 to 6 of 6

Thread: XML/Soap

  1. #1
    Join Date
    Feb 2007
    Location
    Brisbane
    Posts
    4,497
    Total Downloaded
    0

    Question XML/Soap

    Am writing an Excel VBA application that sources data over the net from a SQL DB and writes same back to my spreadsheet. While I've got the XML/Soap bit working fine (really just copied the code from the vendor's site), I don't really understand what XML and SOAP is.

    XML is the way the data is stored in the SQL DB?
    SOAP is the transfer protocol?

    Can anyone give me an explanation?

    Cheers.

  2. #2
    Join Date
    Jan 2007
    Location
    Perth, WA
    Posts
    1,655
    Total Downloaded
    0
    These days they're part of what gets termed "Web Services".

    XML, as it's name suggests, is a markup language. However, unlike the more usual HTML, it is customisable (Hence the eXtensible bit) for your needs. Mainly used for data transfer and document formatting.

    SOAP was originally designed as an access protocol, but is now mainly used for sending XML messages between systems.

    As an idea of application, we use SOAP/XML as part of the published Web Services interface on our communications systems to allow other systems to talk to them.
    Jeff

    1994 300TDi Defender
    2010 TDV8 RRS

  3. #3
    Join Date
    Feb 2007
    Location
    Brisbane
    Posts
    4,497
    Total Downloaded
    0
    Thanks Jeff.

  4. #4
    Join Date
    Apr 2008
    Posts
    88
    Total Downloaded
    0
    I found some more information re XML for you in Wiki. It looks like a pretty comprehensive explanation:

    XML - Wikipedia

    Cheers,

    Mark

  5. #5
    Join Date
    Feb 2007
    Location
    Brisbane
    Posts
    4,497
    Total Downloaded
    0
    Ok,

    All works fine but the volume of data is too big. Where would I find a list of xml methods and properties (vba speak) so I can revamp my code?

    Cheers.

  6. #6
    Join Date
    Jan 2007
    Location
    Perth, WA
    Posts
    1,655
    Total Downloaded
    0
    Quote Originally Posted by WhiteD3 View Post
    Ok,

    All works fine but the volume of data is too big. Where would I find a list of xml methods and properties (vba speak) so I can revamp my code?

    Cheers.
    I don't code myself, but I'd have thought a read of the spec would be a good place to start. If it's VBA specific though, you'll probably have more luck on MSDN.
    Jeff

    1994 300TDi Defender
    2010 TDV8 RRS

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Search AULRO.com ONLY!
Search All the Web!