I feel the need to clarify and correct a couple of points here:
1. Define classic ASP interface. Are you meaning the original API known officially as the Legacy API. As you refer to the SOAP API as well I have no reason to think you would still be using the legacy API as well as the SOAP version.
2. Using .NET does not improve your "integration" with XMPie service API. Period.
3. Which specific uStore API command are you having issues with? Be specific and include code if relevant.
4. SOAP commands with a classic ASP interface? This doesn't make sense, its one or the other in terms of what is provided.
Cheers, Tim
> --
> You received this message because you are subscribed to the Google Groups "XMPie Interest Group" group.
> To post to this group, send email to xmpie...@googlegroups.com.
> To unsubscribe from this group, send email to xmpie-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/xmpie-users?hl=en.
Thanks for you quick reply. Forgive me if I sound like a newbie to
XMPie ... I am, but hope to learn fast.
By classic ASP I mean not .NET.
When you read the uStore SDK API help file, it spends a lot of time
going over how the WSAPI calls work within a .NET environment, but there
is not much documentation on how to execute the SOAP 1.1 commands ...
And example is http://localhost/uStoreWSAPI/UserWS.asmx, where
'localhost' is the machine name on which uStore is installed.
I use SOAP command protocols to get a single URL to bring up the
Customization.aspx page. No problems there at all.
Once a user goes through the Customization page and gets the product
ready, I would like to automate the process upon which the product is
added to the cart (that may not be the right terminology) ... So that we
can see it in the uStoreAdmin in Orders to process.
So far, I have tried unsuccessfully to use "Submit Order" in the OrderWS
... Perhaps this is not the right one? The code is very simple to
execute the SOAP command as the only item it needs (beyond
username/password) is the OrderID.
I must be overlooking something simple. In advance, thanks for any
assistance you can provide,
Steve
Please advise if I answered all your questions and provided enough
relevant information for you to get back to me.
Steve
-----Original Message-----
From: xmpie...@googlegroups.com [mailto:xmpie...@googlegroups.com]
On Behalf Of Timothy Perrett
Sent: Wednesday, February 23, 2011 4:47 PM
To: xmpie...@googlegroups.com
Subject: Re: [xmpie-users] How to use SOAP Command to Submit Enter
Product into CART