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
10
votes
1 answer
Color Management: Monitor profile changed notification for Windows?
The Short Version:
I’m looking for the Windows API equivalent of the Cocoa – windowDidChangeBackingProperties: notification in the NSWindowDelegate protocol which is called when a window’s colorspace changes (when it’s moved to another monitor or…

Cutterpillow
- 1,717
- 13
- 32
8
votes
1 answer
Find physical coordinates of a pixel in a fits file with python
I am tying to get the physical sky coordinates of a given pixel from within a python script. I would like to use astropy's WCS, but I'll do anything from within python.
I have tried these two snippets of code.
from astropy.io import fits
from…

Benjamin Rose
- 165
- 1
- 2
- 6
4
votes
0 answers
Changing Astropy WCS projection
I use the below python script to read the world coordinate system (WCS) form a fits file and plot it.
from astropy.io import fits
import matplotlib.pyplot as plt
from astropy.wcs import WCS
hdu = fits.open('file.fits')
header = hdu[0].header
data =…

Mc Missile
- 715
- 11
- 25
3
votes
2 answers
What is the simplest way to interact between a SAP OMS and Websphere Commerce?
What is the simplest way to interact between a SAP OMS and Websphere Commerce?
Would it be using a Websphere Adaptor for SAP or webmethods or something else?
Does something else need to be considered while opting for one of these?
The final system…

sarego
- 2,957
- 6
- 28
- 39
2
votes
0 answers
WCS object trouble in changing coordinates with astropy 4.0
I am trying to convert pixel coordinates in celestial coordinates in a fits image (in binary format). My code was working before I have update both python (now python 3.7.1) and astropy (4.0), but now it does not work. It seems my WCS object has…

Alessandro Peca
- 873
- 1
- 15
- 40
2
votes
0 answers
Extension of REST in IBM WCS
I have been trying to write a customized REST and extend the defualt IBM REST framework, and I have been succeeded in it but the issue I have been facing is the processing time of data-import Query( written in wc-dataimport-preprocess-XXXXX.xml).
It…

Just_another_developer
- 5,737
- 12
- 50
- 83
2
votes
2 answers
How to use getCommandContext() in handler class in WCS?
I am using the below code to execute a command from handler class which uses command context
CheckUserInMemberGroupCmd checkGrpCmd = (CheckUserInMemberGroupCmd)
CommandFactory.createCommand(
…

Srithar
- 41
- 2
- 7
2
votes
1 answer
How to get part description for catalogentryID
I am using IBM WCS 7 aurorab2b store.
I want to retrieve the description of a partNumber entered by user. I am getting catentryID = 14726 and langId as -1. I tried the following way and I am getting javax.ejb.DuplicateKeyException when creating…

Narendra Jaggi
- 1,297
- 11
- 33
2
votes
2 answers
OrderItemAddCmd vs OrderItemUpdate command WCS
OrderItemAddCmd can add new items to the cart & order,ortderItems table. But to add items to an existing order Can we use OrderItemAddCmd or OrderItemUpdateCmd has to be used?

Narendra Jaggi
- 1,297
- 11
- 33
2
votes
1 answer
Color transform from ProPhoto RGB to monitor profile
I have been struggling many days with this issue and can't find any explanation!
Background:
I'm creating a color managed photo editing app on Windows with VC9+MFC, and using WCS(Windows Color System) APIs to convert pixels from photo embedded color…

Caspar Lee
- 103
- 8
2
votes
1 answer
Token generation in REST API WCS
How the WCToken can be generated without
invoking either the login/guest services in REST API?
We can use the WCToken generated form either login/guest and calling various other webservices to retrieve data, how can we call other services without…

user2291204
- 21
- 2
2
votes
1 answer
Optimal Indexing strategy for Multilingual requirement using solr
We use IBM WCS v7 for one of our e-commerce based requirement, in which Apache solr is embeded for the search based implementation.
As per a new requirement, there will be multiple language support for an website, ex- France version of the site can…

dash27
- 131
- 1
- 1
- 6
2
votes
3 answers
WebSphere Commerce: Controller Command vs. Task Command?
For a newbie, how would you explain the difference between a controller command and a task command? What are the purposes of each? What might be an example of using the two types of commands?

Chandrew
- 16,987
- 4
- 24
- 40
2
votes
3 answers
What commands are called during WebSphere Commerce's checkout process / flow?
What are all the controller commands and task commands that get invoked starting from the AddToCart -> ShoppingCart -> CheckoutSignIn -> ShippingInfo -> ShippingMethod -> PaymentMethod -> Order Summary (basically navigating from the Shopping Cart…

Chandrew
- 16,987
- 4
- 24
- 40
1
vote
2 answers
Exception handling in Jsp and Ejb's using WCS7.0 FrameWork
I m doing work in WCS7.0 framework.I have to do exception handling of some EJB's code, eg if finder exception occurs i have to show a message on corresponding jsp "Data not Found".
below is EJB code
TypedProperty delParam = new…

Zuned Ahmed
- 1,357
- 6
- 29
- 56