HI
i am doing RFC to Soap synchronous scenerio...i created the following
In IR,
imported the function module from r/3 sytem
using the given url file i generated some wsdl file and imported as an external definition
synchronous inbound service interface
request message mapping
response message mapping
operational mapping
In ID,
configuration scenerio
assigned business system for the sender to the configuration scenerio
business component for the receiver
sender rfc communication channel
Receiver soap communication channel
interface Determination
Receiver Determination
sender agreement
receiver agreement
but now i have to add 4 fields in the receiver soap communication channel
i.e, username
nonce
password
created
here the target is some secured web service for which we have to generate these 4 fields using wss security standard encryption
now the question is when i wrote the code for those 4 fields using java...where i have to put the code..and how can i generate those fields to the target..
To do that what are the parameters i have to do in the configuration...
Its a little urgent
please post any suggestions