cancel
Showing results for 
Search instead for 
Did you mean: 

SDK Build.WebService fails

Former Member
0 Kudos

Hi,

I have developed a custom web-service with SDK and deployed it successfully using the package.sca build script.

Now I have made a change to the code and according to the documentation it should be enough to run the build.webservice script.

However I am getting an error about our <Vendor>lib.jar not being found for copying.

Anybody know what this error means?

C:\SAP\SAPME\SDK\IDE\build\script\build.xml:1247: Warning: Could not find file C:\SAP\SAPME\SDK\IDE\build\results\server\sda\APP-INF\lib\enicsLib.jar to copy.

I have no other customizations in my development environment except this single Web-service.

Br,

Johan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You may also need to rebuild and deploy the SCA if any of the following conditions are true:

–      The Web Service application WAR has not yet been created (this is the first Web Service created)

–      You have modified the Web Service WAR deployment descriptor

–      You have changed the Web Service interface (added a new Web Service method or changed method input or return types)

–      You have added WSDL file or modified WSDL file

Former Member
0 Kudos

Hi James,

I think it was because of the third condition. I had changed method input.

Br,

Johan

Answers (0)