cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

HI All

Sap PI 7.1 add a new feauture Direct Connection , Can any one explain me what is the Direct Connection and how to used in sap PI 7.1.

Thanks

Pankaj

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

The new feature called direct connection has two types of modes.

1.P2P connection.

2.Mediated via message broker.(Integration server is acted as message broker)

In case of P2P connection we dont need PI as a middleware as it does not need that.

Consumer(application)---Webservice Runtime-----Provider

Only PI ESR can be used for Service interface designing (Stateful can be used)

We need to publish the webservice (wsdl) to the UDDI(service registry)

Can use SAP as a provider(proxy) and any consumer application can consume the wsdl.

For brokered service: only stateless and Stateless XI 3.0 compatible can be used as interface pattern.

Consumer(Sender)----PI(WSRM)-----Prider(Receiver)

WS RM adapter can be used for guaranteed delivery in case of async service.

cheers,

Abhishek.