Hello Ivy Team

When I migrate from Ivy 7 to ivy 8. I have problem when build project with maven. I added Axon.ivy WS Call (Axis2) and using it to call axis2 and soap in my project.

alt text

But when I build with maven the error displayed alt text

Please help me to resolve it. Thanks

asked 18.02.2020 at 02:04

anhle's gravatar image

anhle
(suspended)
accept rate: 0%

edited 18.02.2020 at 04:44

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958

1

Hi @anhle

Thanks for sharing this migration issues with the community. It will certainly help other to overcome migration pains.

However, be aware that AXIS2 is deprecated legacy. A lasting migration would therefore be to replace existing WebserviceCall activities with new ones that rely upon the now available ws library (CXF). Chances are very high that AXIS2 will no longer work in the next LTS version.

(18.02.2020 at 03:41) Reguel Werme... ♦♦ Reguel%20Wermelinger's gravatar image

By default the maven-project-build is now using the Slim engine. Slim engine comes without axis. You need to use the "All_x64" engine. Have a look at this maven configuration param: https://axonivy.github.io/project-build-plugin/release/8.0/installEngine-mojo.html#osArchitecture

link

answered 18.02.2020 at 03:26

Alex%20Suter's gravatar image

Alex Suter ♦♦
3.1k122247
accept rate: 84%

1

Thanks Alex Suter. I fixed it.

(18.02.2020 at 04:29) anhle anhle's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×48
×22
×2

Asked: 18.02.2020 at 02:04

Seen: 1,924 times

Last updated: 18.02.2020 at 04:44