cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to view the message in message monitoring

Former Member
0 Kudos

Hi Experts,

I have done the Webservice to File scenario. I ahve completed the wsdl file and consumed it by NWDS and executed the appliaction. It executed succesfully but I am unable to see the message in the Message monitoring. Why it's not displyed there? Please guide where i have done wrong?

Note: I have followed this link http://www.riyaz.net/blog/index.php/2007/12/11/xipi-consuming-xi-web-services-using-web-dynpro-part-...

Regards,

Nutan

Accepted Solutions (1)

Accepted Solutions (1)

former_member8655
Active Participant
0 Kudos

Hi Nutan

Please make sure that the URL used to connect to the adpater is correct. It should be like this http://<host>:<port>/XISOAPAdapter/MessageServlet?channel=<party>:<service>:<channel>; and also you have configured the SOAP communication channel.

If Soap channel is configured, check in the channel monitoring if there are any issues with the communication channel configured.

Regards

- Mitesh

Former Member
0 Kudos

Hi Mitesh,

Thanks for the quick response. I have checked as you have mentioned. In channel monitoring for sender communication channel its showing inactive. But receiver its functioning. What does that mean?

Regards,

Nutan

former_member8655
Active Participant
0 Kudos

Hi Nutan

It means the message is not reaching the adapter you have configured. Check the WSDL that is generated from XI interface. At the end of the WSDL, you should have node 'soap address location' and that should have URL something like http://<host>:<port>/XISOAPAdapter/MessageServlet?channel=<party>:<service>:<channel>. If not,than you need to regenerate your WSDL from XI and make sure that URL is correct, when it is proposed by the system.

Thank

-Mitesh

former_member187563
Contributor
0 Kudos

hi,

In channel monitoring for sender communication channel its showing inactive

You check whether in communication channel you have kept the adapter active.

try to refresh the sld cache as well as cpa cache of xi server

regards,

ujjwal kumar

Former Member
0 Kudos

HI Experts,

I am doing the scenario in PI7.1. I have followed the same process used in XI3.0. So, please guide. I tried all other possibilities which you all have tried. I am unable to view the message in the message monitoring. Help me out. Otherwise is there any other way to do this in PI7.1.

Regards,

Nutan

Former Member
0 Kudos

Hi,

1) Check the message interface in the soap adapter.

2) Double check the all the entries while you are generation WSDL.

Former Member
0 Kudos

Hi Rama,

PI7.1 I am unable to find the message interface in the soap adapter. But when i did it in XI3.0 there i was able to select the message interface option. Whether it is the error? Or, in the wsdl terget i should mention mannually the communication channel. While i am generating the URL i am getting like this:

http://172.18.139.211:50000/sap/xi/engine?type=entry&version=3.0&Sender.Service=POC_BC&Interface=htt...

here, communication channel is not defined.

Regards,

Nutan

Former Member
0 Kudos

Hi,

Could you please use this format as URL (the endpoint) while you are generating webservice.

http://<host>:<port>/XISOAPAdapter/MessageServlet?channel=<party>:<service>:<channel>;

http://host:port/XISOAPAdapter/MessageServlet?channel=:BS_Sender:CC_Sender_SOAPCC

Thank you

Subbu

Former Member
0 Kudos

Hi,

Jsut more explanation about the URL :

http://host:port/XISOAPAdapter/MessageServlet?channel=:BS_Sender:CC_Sender_SOAPCC

Where BS_Sender = your Sender Bussiness service

CC_Sender_SOAPCC = your SOAP communication channel

Thanks

Subbu

prateek
Active Contributor
0 Kudos

It executed succesfully but I am unable to see the message in the Message monitoring.

U ll not be able to see it as the execution occerred at ABAP engine

Ur url http://172.18.139.211:50000/sap/xi/engine?type=entry. does not point to the SOAP adapter. Rather it is directly pointing to the Integratio Engine. So in this case no message will be registered in Message Monitoring. It can only be seen in sxmb_moni

See this

/people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

PI7.1 I am unable to find the message interface in the soap adapter. But when i did it in XI3.0 there i was able to select the message interface option

Not sure. The documentation of PI7.1 says it should be there

http://help.sap.com/saphelp_nwpi71/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm

Regards,

Prateek

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Nutan,,

<b> Check Adapter Status in the Sender SOAP Communication channel in the Integration Directory.

If its Inactive make it active.</b>

******Rewardpoints,if found useful

Edited by: BVS on May 9, 2008 9:05 AM

former_member181985
Active Contributor
0 Kudos

Hi,

If you are scenario is executing successfully(file is created in file system), then add the following entries

SXMB_ADM tcode>Specific configuration> edit mode-->click new entries

add these entries.

category :RUNTIME parameter:Logging value :1

category :RUNTIME parameter:Logging_sync value :1

category :RUNTIME parameter:Trace_level value :1

execute your scenario and check.

thanks,

Gujjeti

Former Member
0 Kudos

Hello ,

Check this Link,

https://forums.sdn.sap.com/click.jspa?searchID=11608242&messageID=3030045

************Reward points if found useful

Edited by: BVS on May 9, 2008 8:38 AM