guisantogui
guisantogui

Reputation: 4136

CRM Dynamics and Java Integration error

I'm new to CRM dynamics, and I'm trying to connect my Java Web Service to CRM Dynamics, but after following this tutorial >> http://msdn.microsoft.com/en-us/library/jj602979.aspx I'm getting this error:

The system is attempting to engage a module that is not available: addressing

I have no idea how to solve this. If someone had this problem before, and was able to help me, I'll be very grateful.

This error occurs when I try to run the test code available at the Microsoft link.

Upvotes: 0

Views: 207

Answers (1)

Campey
Campey

Reputation: 1158

This isn't a Dynamics CRM problem.

It appears to be an issue with Axis2.

You are missing either a reference or the actual .mar file i'm guessing.

This issue seems to be similar How do I use WS-Addressing properly in an Axis2 client?

This issue again seems to be similar however does not appear to be resolved. However perhaps you confirm the files mentioned can be found? http://axis.8716.n7.nabble.com/Deploying-axis2-in-tomcat-6-td37788.html

Upvotes: 0

Related Questions