cancel
Showing results for 
Search instead for 
Did you mean: 

Client Proxy to SOAP

Former Member
0 Kudos

Hi Group,

My scenrio is following:

SOAP->Server Proxy->Client Proxy->SOAP.

Request SOAP message coming into Server proxy and within the server proxy I am calling client proxy to send back response

using SOAP message.

Is there any performance related issues when I used Client proxy within the server proxy.

Accepted Solutions (0)

Answers (3)

Answers (3)

stefan_grube
Active Contributor
0 Kudos

> Is there any performance related issues when I used Client proxy within the server proxy.

No. I think it is the same footprint as client proxy or server proxy alone.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Create Synchronous Interface.

Soap Sender request to Server Proxy

Server Proxy response to Soap

This works as real time scenario.

Former Member
0 Kudos

You can SOAP - PI - Syn Proxy, if you are planning to do a synchronous interface