cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP reciever adapter user authentication

Former Member
0 Kudos

Hi,

I have configured SOAP receiver communication channel using User authentication.

How I can confirm that these credentials are being sent out.

Please let me now where to check these in XI?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey

Can you please check in RWB->Message monitoring->Audit log

if that doesn't gives you information,then you can use TCP gateway to monitor SOAP adapter.

Thanks

Aamir

Former Member
0 Kudos

I did not find anything in RWB

I have seen here Message Monitoring-> selected options integration engine & Database as options

and have seen details of the message, is that the Audit log.

How to check use TCP gateway to monitor SOAP adapter.

Former Member
0 Kudos

Vamsi,

Instead of integration engine select adapter engine and see for the message.

For TCP ip Gateway you can download as mentioned in this thread:

Also you can use stefans blog for reference:

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

Regards,

---Satish

Former Member
0 Kudos

Thank You both for your replies.

I observed two things

1) I selected adapter engine in Message Monitoring, in Audit log, it shows

Adapter Framework caught exception: null and the message failed with System Error.

but on Integration Engine it shows all messges are succesfsul

2) I have installed TCP Gateway on my PC, and created two connections with two different port numbers namely 50081, 50082.

In my receiver SOAP channel, I have given URL as http://local PC ip address:50081

When I send message from R3 system it reached XI and messages shows successful in moni,. but I could not see any in TCP Gateway.

Is there anything Iam missing,

Edited by: Vamsi on Jul 9, 2009 3:52 PM

Former Member
0 Kudos

>>Adapter Framework caught exception: null and the message failed with System Error.

Then there is error on the receiver SOAP side.

please check the configuration for receiver SOAP communication channel.

You will see messages in TCP gateway only when messages passes through adapter engine.

Thanks

Aamir

Former Member
0 Kudos

Thanks Aamir , my Basis team is looking to implement TCP Gateway on XI server since message is not coming to my PC.

How can we implement webservice secuirty with usertoken & password in PI 7.1 on SOAP receiver channel.

Former Member
0 Kudos

Thank you both, I have given the points.

Answers (1)

Answers (1)

Former Member
0 Kudos

Send a message and see in rwb.

Regards,

---Satish