Test cXML Login

CXML test without items - goes to main landing page, the products page.
CXML test with items - goes to shopping cart
CXML test with selectedItem - goes to product details page

CXML test that tries to view a part that is not in the user's catalog. should go to main landing page, the products page, not a blank product details page.
CXML test that is encoded - goes to main landing page, the products page.

A few sql statements that could help find the credentials.

  • to get the network id (aka the "password"): select * from marketplaces where marketplace_id = 'something'
  • to get the sender domain (aka the "username"): select * from xml_type_values where marketplace_id = 'something'