cancel
Showing results for 
Search instead for 
Did you mean: 

WebServices-SOAP interoperability

Former Member
0 Kudos

Hello All,

I need to develop a Java-system (client-side) that communicates over WebServices/SOAP with SAP (server-side).

Therefore, I am looking for using either Apache-Axis of Metro-WebServices to access the SAP system.

Therefore, I would like to know if there is somewhere an interoperability matrix identifying the frameworks that could function as WebServices clients or with which frameworks others have been successful?

regards, Harrie

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Harry,

i have successfully used Axis in several projects to connect to SAP based WebServices.

Cheers

Frank

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Thanks for the answer.

While using Axis1 I had problems with the namespace that SAP generates for its generated WSDL.

Axis 2 I tried, but failed on the client interface somewhere (not a SAP interoperability issue).

In the end I took Apache CXF and that works for me now.

Harrie