cancel
Showing results for 
Search instead for 
Did you mean: 

How do I access OOB web-services using custom web-service extension?

Former Member
0 Kudos

I have created new web-services extension and want to access default url but getting 404.

Former Member
0 Kudos

The question is unclear. Can you describe what exactly you did and what you are trying to do?

Former Member
0 Kudos

Hi raushan, Looks like you've created web-services extension using ycommercewebservices template. This extension provides v1 and v2 controllers as endpoints. If you're 5.4 version - v1 controllers are default and the URL would be - https://localhost:9002/(your extension name)/v1/(cmssite name)/(request mapping of controller) for ex - product controller can be accessed using - https://localhost:9002/(your extension name)/v1/TestSite/products/export/full?catalog=(CatalogName) put v2 instead of v1 if you're using 5.5 (as v2 controllers are default for 5.5)

Thanks, sandeep

Accepted Solutions (0)

Answers (0)