cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service Logs

former_member192079
Participant
0 Kudos

Hi all

i am doing a web service -> XI -> R3( RFC) Scenario.my scenario is running, i had to use <b> Altova XML Spy</b> for calling web service ....

now the issue is, <b>can i keep track of who has called that webservice</b>..

ex :- can i authorize only 5 user to call the web service through XML Spy...

is their any option in XI..

Regards,

Ashutosh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Also see the below links

http://help.sap.com/saphelp_nw04/helpdata/en/d4/d12940cbf2195de10000000a1550b0/content.htm

XI: Propagation of meaningful error information to SOAP Client - /people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client

Regards

Chilla..

Former Member
0 Kudos

Asutosh,

In the sender agreement, there is a tab called Assigned users. Here give the 5 authorised users.

Regards,

Jai Shankar

Former Member
0 Kudos

HI

To store adapter attributes in the message header of the XI message, set the Set Adapter-Specific Message Attributes indicator.

The following attributes are added to the XI message header if the sender makes them available, and if the Variable Transport Binding indicator is set.

Name Technical Name

Remote User SRemoteUser

Remote Host SRemoteHost

To transfer further header fields, set the relevant indicator. You can then store the following attributes and their values in the XI message header:

Name Technical Name

Variabler Header XHeaderName1

Variabler Header XHeaderName2

Variabler Header XHeaderName3

The names of the fields and parameters must correspond to the names of the fields and parameters that also go through the HTTP request.

The attribute namespace for the adapter is http://sap.com/xi/XI/System/SOAP.

See the link below

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

Also we can access the Message ID in the payload itself using the UDF.

Header info -

Regards

Chilla