IBM WebSphere Commerce, also known as WCS (WebSphere Commerce Suite), is a software platform framework for e-commerce, including marketing, sales, customer and order processing functionality in a tailorable, integrated package. Not to be used for questions related to OGC Web Coverage Services.
Questions tagged [wcs]
126 questions
0
votes
1 answer
Can WCS and REST be written and consumed in PHP
I am new to php, i have to consume a API written in .NET with REST and WCS as a service provider.
Also the SSO with SAML2 has to be there.
Frankly speaking i have no idea about what is REST and WCS.
While i see that SAML2 is supported in php.
Can…

user3243531
- 1
- 1
0
votes
1 answer
making a ajax call to a wcs/fatwire template
I want to make an ajax call to a Oracle wcs template (page2.jsp) from page1
The problem here is I need to pass the url value dynamically after calling
but this is not loading the page2Url template after executing the ajax script.
here is my script…

user3232770
- 1
- 1
0
votes
2 answers
SolR query with combinaison / Fields relations
I'm using SolR 3.5.
My datas are like this:
10_SizeA
15_SizeB
30_SizeA
(data's structure can be modified if necessary, but need to stay grouped in 1 document…

Dekx
- 402
- 2
- 15
0
votes
2 answers
SAP to WCS catalog data import
I have a requirement for doing a catalog data import from SAP to websphere commerce database.
I am trying to figure out the best possible solutions that can be implemented and need your suggestions.
I did research that the data can be loaded…

user179516
- 337
- 4
- 11
- 20
0
votes
1 answer
Update 2 tables together which used to get content
I have two update query , both are using same condition to get data. Once one query run the condition won't bale to return any record.
The first query
UPDATE catentdesc
SET PUBLISHED = 0
WHERE CATENTRY_ID IN (
SELECT CATENTRY.CATENTRY_ID
…

Krushna
- 5,059
- 5
- 32
- 49
0
votes
1 answer
SOLR admin console in solr.war of IBM WCS 7
I would like to debug how solr will internally makes call to its component when we make any call to it by passing a search team in below way
solr/MC_10001_CatalogEntry_en_US/select?q=*:*&fq=defaultSearch:"red"
It looks like using solr admin console…

Santosh Sidnal
- 128
- 1
- 9
0
votes
1 answer
How to have SEO URLs incorporate more than just the name of the product?
When you generate SEO URLs according to the IBM tutorials, you end up with URLs that look like this for a book called "Death wears a green hat":
http://www.shop.com/mystore/shop/thrillers/death-wears-a-green-hat
How do I configure it to generate…

Anders Johansen
- 10,165
- 7
- 35
- 52
0
votes
1 answer
Websphere Commerce Checkout Flow with Jmeter
I'm having problems with the simulation of the checkout flow with Jmeter. I believe there is a problem with the session management. I have already added a cookie manager in order to use the wcs cookies trough my testing plan. Has anybody ever done…

jose.espinoza
- 1
- 2
0
votes
3 answers
Select multiple values of same facet using IBM WCS v7 and Apache Solr
We use IBM WCS v7, with embeded Apache Solr. Solr is used as a search engine for our e-commerce based application.
As per a recent requirement, we want to use multi select facet functionality, where the user can check multiple facet attributes, and…

dash27
- 131
- 1
- 1
- 6
0
votes
1 answer
How to mask the resourceId field in the REST response of catalog service?
The resource id in the REST service response for WCS Catalog service exposes the server url. Is there a way to mask this ?

Soniya Chavan
- 103
- 1
- 9
0
votes
2 answers
404 response header using struts forward
Is it possible to set the http response header with a status of 404 instead of 200 when using struts forwards?
We have a generic error page that goes out with a status of 200OK. We want to update the header to show a 404 instead. Is that possible?

Kapsh
- 20,751
- 13
- 36
- 44
0
votes
1 answer
Integrating WCS and SSFS through WID
While importing the Mediation Module into Websphere Integration Developer, it shows an error stating "XMLDataHandler cannot be resolved". It seems that the mediation module is missing out the com.ibm.wbiserver.datahandler.xml.XMLDataHandler package.…

Bala Ramachandran
- 861
- 1
- 6
- 6
0
votes
2 answers
What are the tables affected when we submit an order in websphere commerce?
Orderflow consists of ordercapture, orderprepare, orderprocess, fulfillorder, scheduleorder what are the commands used in each flow step and what are the tables affected in each step?

Suresh
- 79
- 7
0
votes
3 answers
Resolving Mass-loading problems in WebSphere Commerce Instance creation
I am trying to create an instance using the Configuration Manager of WCS 7. I am working on a Win 7 x64 machine with DB2 9.5 64 bit version.
I am struck with this Massloading error when the instance creation happens :
In createInstanceANT.log file :…

Mor Eru
- 1,129
- 3
- 18
- 35
0
votes
2 answers
WCS 7.0 and Sterling integration Issue
We are trying to integrate the WebSphere commerce 7.0 (Feature Pack 4) and Sterling (DOM) system. We followed the steps mentioned in the IBM infocenter. BUt we are getting the below exception when we are trying to GetProductAvailability.
Our…

Santosh Sidnal
- 128
- 1
- 9