cancel
Showing results for 
Search instead for 
Did you mean: 

PI Soap receiver channel calling a Soap Sender channel

Former Member
0 Kudos

Hi,

I had scenario where One pi711 interface need to be called by another interface in PI711.

whole designed is like.

file -> PI1 ->Soap -> Soap ->PI2 -> file.

P1 and P2 are two different interfaces in one PI711 box.

could Soap receiver communication channel can call a Soap sender communcation channel of another interface.

does HTTP or Soap (XI3.0 protocal) is helpful......

regards,

Swat

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

could Soap receiver communication channel can call a Soap sender communcation channel of another interface.

Yes, this should work. Are you getting any error?

Regards,

Prateek

Former Member
0 Kudos

Hi,

I am receiving an error as :-

400 Bad HTTP request

Error: -21

Version: 7011

Component: HTTP_PLG

Date/Time: Mon May 24 06:58:32 2010

Module: http_plg_mt.c

Line: 5417

Server: xxx_XD2_02

Error Tag:

Detail: illegal request version

This details error log is taken using TCPgw application downloaded from service marketplace, since in CC monitering error details was too short to investigate..

refered :

/people/stefan.grube/blog/2007/03/29/troubleshooting-soap-http-and-mail-adapter-scenarios-with-tcpgateway

the url which i used in P1 receiver Soap channel to connect to soap sender cc is :-

http://xxx:51000/XISOAPAdapter/MessageServlet?senderParty=&senderService=BCSender2&interface=OutS_SI...

Regards,

Swati

prateek
Active Contributor
0 Kudos

You must have generated wsdl at PI2 system. When the wsdl got generated, you can see a URL at soap:address node of wsdl. Are you using same URL?

Regards,

Prateek

Former Member
0 Kudos

Hi,

I created the URL refering SAP Note : 856597-FAQ XI 30 PI 70 PI 71 SOAP Adapter.

http://host:port/XISOAPAdapter/MessageServlet?senderParty=FP&sen

derService=FS&interface=IF&receiverParty=TP&receiverService=TS&in

terfaceNamespace=IFNamespace

Note : PI2 is the IInd interface in the same PI711 box.

one doubt : we r on PI711 sp4.

while creating wsdl, the URL replacing proposed url is :

http://xxx:51000/XISOAPAdapter/MessageServlet?channel=:BCSender:Sender_CC

???

Regards,

swati

Answers (0)