cancel
Showing results for 
Search instead for 
Did you mean: 

How ro call XI exposed webservice from J2EE

Former Member
0 Kudos

How to call XI exposed webservice from J2EE not Java webdynpro, the J2EE client is not running on netweaver, and how to pass UserID and Password to it.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you can generate WebService Proxies by third party libraries like apache Axis or xFire. They are being used just like Enterprise connector. You take the wsdl file from the outbound interface and generate the stubs.

Dealing with the user and password is probably harder, check XI forum on that one

Stefan