[thelist] XML transactions via HTTP - can anyone help?

James Q. Stansfield jqs at iridani.net
Thu Dec 19 15:02:00 CST 2002


    Email me and I can send you some sample code... I do this all day
long...

    //James
----- Original Message -----
From: "Tom Dell'Aringa" <pixelmech at yahoo.com>
To: <thelist at lists.evolt.org>
Sent: Thursday, December 19, 2002 3:14 PM
Subject: [thelist] XML transactions via HTTP - can anyone help?


> Hi all,
>
> Working on this project where I am putting my own components to work
> with Kurant StoreSense. They have their own proprietary DB.
>
> Their SDK states that:
>
> "The StoreSense XTE (StoreSense XML Transaction Engine) allows you to
> query and modify StoreSense through the use of XML transactions sent
> via HTTP"
>
> Now they don't actually tell you in the docs HOW to use XML via HTTP.
> All they give me is something like this (for a Query:)
>
> <?xml version="1.0" encoding="UTF-8"?>
> <XTE version="2.0" locale="en_US">
>   <Client>
>     <Name></Name>
>     <Version></Version>
>   </Client>
>   <Logon>
>     <Zone>store</Zone>
>     <UserName></UserName>
>     <Password></Password>
>     <ShortName></ShortName>
>   </Logon>
>   <Request type="Product">
>     <Action>Query</Action>
>     <Query>
>       <Select>
>           <ProductName/>
>           <ProductNo/>
>           ...
>       </Select>
>       <Where>
>           <ProductNo></ProductNo>
>       </Where>
>     </Query>
>   </Request>
> </XTE>
>
> Obviously I fill in the correct info. But I don't know how to get
> this to work right. All I know is I need the IP address of the site,
> username and pw of course too. But HOW do I accomplish this XML via
> HTTP? The only cryptic help I find in the SDK is
>
> POST ...
> Content-Type: text/xml
> ...
>
> <XTE>
> ...
> </XTE>
>
> Which I don't get at all..
>
> Did a search on Google with pretty much no luck, may be searching the
> wrong terms. Any help is greatly appreciated.
>
> Tom
>
>
>
>
>
> =====
> var me = tom.pixelmech.webDeveloper();
>
> http://www.pixelmech.com/
> http://www.maccaws.com/
> [Making A Commercial Case for Adopting Web Standards]
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> --
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>




More information about the thelist mailing list