cancel
Showing results for 
Search instead for 
Did you mean: 

how does the adapter specific parameters gets filled up?

Former Member
0 Kudos

Hello,

How do I check adapter specific parameters?

like, I am making the Soap action parameter to dynamically fill in the receiver soap adapter.

I want to check if the correct (one of the 4 actions) action was filled in action field

how do I check?

thanks

nikhil.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nikhil,

Please go through this link to learn more about Adapter specific parameters:

http://help.sap.com/saphelp_nw04/helpdata/en/43/03612cdecc6e76e10000000a422035/frameset.htm

thanks,

Varun

Former Member
0 Kudos

Varun,

The UDF was written for Adapater specific parameters

I just wanted to know the underlying working of it

how do I know if the action parameter of Soap receiver adapter was successfully placed in the soap action parameter?

i mean where do I check for it?

however, thanks for your reply

Nikhil.

justin_santhanam
Active Contributor
0 Kudos

Nikhil,

You have to check in Dynamic Config Parameters in SXI_Monitor. Some thing like http://sapient.xi.googlepages.com/Dyna-config.jpg/Dyna-config-full.jpg

I think I said to u in the other thread, that Soap is not supporting the Adapter Specific Attributes, any how give a try!

raj.

Former Member
0 Kudos

Raj,

I could see THeaderSOAPACTION = deleteCust (Soap action i have placed in UDF.)

Nikhil.

justin_santhanam
Active Contributor
0 Kudos

Nikhil,

You can set the Adapter attributes,you can see them in SXI_Monitor, but it won't work. I believe it's bug in SOAP Adapter.

raj.

Former Member
0 Kudos

is it?

then how do I place soap action dynamically?

any other alternate to achieve this?

regards,

nikhil.

justin_santhanam
Active Contributor
0 Kudos

Nikhil,

I won't think so it's possible. Don't trust my words alone, try to run the scenario and reply back if it works successfully.

raj.

Former Member
0 Kudos

Hello Raj,

Thats wat I was worried about.

I guess, I could post the data onto WS but I dint get authorization from client or the procedure to check the posted data on WS

I can be able to do it only tomorrow. Meanwhile I m trying to make sure it works out from my end.

when I use Adapter specific attributes ,

i m getting the following error

2/25/08 11:12:58 AM e30f4f14-bbd0-b443-8add-9890ac65cc85 error in response

2/25/08 11:12:58 AM e30f4f14-bbd0-b443-8add-9890ac65cc85 call completed

2/25/08 11:12:56 AM e30f4f14-bbd0-b443-8add-9890ac65cc85 request entering

If I dont use Adapter specific attributes, its thrwoing the following :

2/25/08 11:12:58 AM e30f4f14-bbd0-b443-8add-9890ac65cc85 call completed

2/25/08 11:12:56 AM e30f4f14-bbd0-b443-8add-9890ac65cc85 request entering

I shall update you if its works out tomm

thanks for your help, Raj.

regards,

Nikhil.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You need to test the scenario from RWB testing to get the proper results about the dynamic settings for adapter specific parameters.

Refer

Accessing Adapter-Specific Attributes through User Defined Function

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70c89607-e4d9-2910-7280-f6746e96...

Dynamic Configuration of Some Communication Channel Parameters using Message Mapping

/people/william.li/blog/2006/04/18/dynamic-configuration-of-some-communication-channel-parameters-using-message-mapping

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70c89607-e4d9-2910-7280-f6746e96...

Thanks

Swarup