cancel
Showing results for 
Search instead for 
Did you mean: 

Message Monitoring and Web services Sequences .. SOAMANAGER

Former Member
0 Kudos

When can I use Mesage Monitoring and Sequence Monitoring .

We are making a proof a concept and we are the following.

1. A program which executes a proxy and with this proxy we are consuming a web services.

2. The proxy and web services were implemented in the same Abap Machine .

3. We execute the test and everything works very well and we consume the webservice and the program displays the expected result.

Now want to know How can we use the Message Monitoring and the Sequence Monitoring . Is this posible ? Do we have to make any previous configuration?

We don´t have any XI installation and for that we wonder if we can monitorize the webservices sequences ?

Any idea about if we can realize such king of actions ..

Many Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

i807822
Advisor
Advisor
0 Kudos

Hi,

The message monitoring is only available for asynchronous services. Btw it's transaction SXMB_MONI. You are consuming a synchronous service. Using SPROXY, you can actually run a web service from there.

Make sure when you generate your proxy the method should be called EXECUTE_SYNCHRONOUS. Look up for some samples.

Good Luck Nick.

Former Member
0 Kudos

Hi

I assumes u have dual stack.

You can do the sequence monitoring with or without PI. But without PI you would achieve that thing on the local machine.

You have to do those things at Java End using SAP NWA.

Please see this link

http://help.sap.com/saphelp_nwce10/helpdata/en/46/b00c2a99930764e10000000a1553f6/content.htm

http://help.sap.com/saphelp_nwce10/helpdata/en/46/9cb2b57ded371ae10000000a11466f/content.htm