cancel
Showing results for 
Search instead for 
Did you mean: 

Webservices

former_member206760
Active Contributor
0 Kudos

Hi Guys

PI can consume webservices adhering to which of the following standards?

W3C or JSR?

e.g.

http://jcp.org/en/jsr/detail?id=224

http://www.w3.org/TR/ws-arch/

http://www.w3.org/TR/soap12-part1/

Accepted Solutions (0)

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

A few comments:

http://jcp.org/en/jsr/detail?id=224

I think this is for RPC-based webservices, last time I checked this is unsupported in XI 3.0 until PI 7.0. But in PI 7.1 there is an option in WSDL to use RPC, have not tried it thought but it should be supported.

http://www.w3.org/TR/ws-arch/

http://www.w3.org/TR/soap12-part1/

SOAP 1.1 is natively supported by the SOAP Adapter, for SOAP 1.2 you have to use workarounds namely modifying the SOAP Envelope or by using SOAP Axis.

Hope this helps,

Mark

former_member184681
Active Contributor
0 Kudos

Hi,

PI can consume SOAP, REST-based and WS-RM web services, using dedicated adapters. This JSR 224 that you linked is just a Programming Interface for Java that you could use when developing a custom, Java-based application.

Find an overview of PI's adapters here:

http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/70d8e250-e892-2b10-ab8a-d04433cf158b

Hope this helps,

Greg