ECOM-326: SOAP Price Service
I created a SOAP implementation of PriceService
and an integration test for it. There are also some changes to the project:
- Namespace bug fixes
- Created a
MoneyConversion
class to encapsulate converting Money instances - Renamed
ProductPriceService
toPriceService
for simplicity
NOTE: Source code in the generated directory is auto-generated. My policy is NOT to modify this code regardless of code quality, since it can so easily be overwritten.