cancel
Showing results for 
Search instead for 
Did you mean: 

use of soap conversion parameters

ravi_reddy1
Participant
0 Kudos

Hi experts,

please explain  fallowing soap sender side parameters..

what is the use of each parameter

Thanks and Regards,

E. Ravi Chandra Reddy

Accepted Solutions (1)

Accepted Solutions (1)

former_member182455
Active Contributor
0 Kudos

Hi,

please check below.

  1.   If the adapter is to expect a message without a SOAP envelope, select Use No SOAP Envelope

    In addition specify nosoap=true in the URL.

    The adapter puts the whole message in the XI payload.

  2.   To include the header of the Web service message in the XI message, select Keep Headers .
  3.   To include attachments of the Web service message in the XI message, select Keep Attachments .
  4.   If the XI header information is to be included in the encoded string, select Use Encoded Headers .
  5.   If the XI header information is to be included in a query string, select Use Query String .

refer the below link for CC configuration for more details

http://help.sap.com/saphelp_nw73/helpdata/en/48/3555240bea31c3e10000000a42189d/frameset.htm

Regards

ravi_reddy1
Participant
0 Kudos

Hi srinu

can u give example for   business requirement for these parameters............

Thanks & Regards

E. Ravi Chandra Reddy

iaki_vila
Active Contributor
0 Kudos

Hi Ravi,

1. If you want to include new tags in SOAP header for example or to modify the SOAP envelope, you can modify them with an XSL/Java mapping for example the you need to set this checkbox in order to avoid the PI set its own tags.

2. If you want to keep the headers from sender to receiver.

3. If you want to keep the attachments from sender or created by UDF or java mapping to the receiver system.

4. and 5. Check point 4.4 here http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024...

The encoded header can be use to set the message Id and then the receiver can control message duplicates. The query string is used when you call a WS that need to accept parameters with for example the wildchar '?'

Regards.

former_member182455
Active Contributor
0 Kudos

Hi ,

1 ) Do Not Use SOAP Envelope  :  If the payload of the message is to be sent without a SOAP envelope you can choose this option.

2) Keep Headers : If the header of the XI message is to be included in the Web service message,then you can choose this option..

3 ) Keep Attachments : If attachments of the XI message are to be included in the Web service message , then you can choose this option.

4 ) Use Encoded Headers : If the headers of the XI message are to be encoded, then you can choose this option.

5) Use Query String : If a query string is to be specified, then you can choose this option.

6 ) SOAP Action : Specify the SOAP action. The action species the value for the SOAPAction in Web service messages

Regards

srinivas

Answers (1)

Answers (1)

Former Member
0 Kudos
ravi_reddy1
Participant
0 Kudos

Hi Raja

can u give example for   business requirement for these parameters............

Thanks & Regards

E. Ravi Chandra Reddy