cancel
Showing results for 
Search instead for 
Did you mean: 

Java Proxies J2SE

Former Member
0 Kudos

Hi all,

is it possible to send messages to PI by using Java2SE Clients ?

If yes, which libraries do i need to include and how do i need to change the stubs generated by integration builder ?

br,

martin

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

This is possible, but not recommended.

Use webservices instead. You can use the open source libraries from apache.org: http://ws.apache.org/axis/

Download developer studio 7.1, then you can create a web service client sub based on axis.

Hope that helps

Stefan