cancel
Showing results for 
Search instead for 
Did you mean: 

Build Failure while Creating Custom Extension for Web Services:

Former Member
0 Kudos

We are trying to create Custom Extension for Webservices by following the steps given in Trail ( https://wiki.hybris.com/display/release4/Key+Features+and+Implementation+Details#KeyFeaturesandImple... ).

New Extension : demows

As per Steps given in trail when we try to call: ant webservice_natur on new extension build failes saying that D:\Hybris_Setup\hybris\bin\custom\demows\${ext.platformwebservices.path}\resources\template does not exist.

Former Member
0 Kudos

Hi Dheeraj,

I am trying to do the same thing. Can you please tell me how did you perform ant webservice_nature on custom extension? When I go to my custom extension, it does not recognize ANT. Please suggest me.

Regards, Lavanya K

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dheeraj,

This is happening because your missing the platformwebservices in your localextensions.xml file.

The trail doesnt tell you this because it assumes you have already added this to your extention:

Paste this in localextentions.xml :

 <extension name='platformwebservices' />

And it will work.

Thanks,

Answers (0)