cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP adapter - Module options...

Former Member
0 Kudos

Hi,

with a SOAP receiver, in tab "Module" we have "Module configuration". For instance, we can specify:

Module Key        = soap
Parameter name = XMBWS.Timeout     (found in oss note 856597)
Parameter value  = 10000

Where can I find all the others available parameters ?

Thanks

Mickael

P.S: maybe with: http://help.sap.com/saphelp_nw2004s/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm

Message was edited by:

Mickael Huchet

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

In the Guide: How to work with SOAP adapter, chapter 4.5

XMBWS.XMLEncoding

XMBWS.TransferEncoding

XMBWS.Encoding

XMBWS.AcceptEncoding

Regards

Stefan

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Go through the parameters in this document as Stefan mentioned:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a2202...

---Satish

Former Member
0 Kudos

Hi Stefan and Satish,

First of all, thanks for these quick and interesting answers...

Thus are there only the four parameters given by Stefan ? (I missed I have this doc...)

or must I try to use these ones given by Satish (J2SE) ? and check if they are ok for J2EE.

Mickael

Message was edited by:

Mickael Huchet

Former Member
0 Kudos

Huchet,

The parameters given in the PDF document and given by stefan are same and they will work if you use it.

Also the help which is given by me are for J2SE. But these may also work for J2EE. But I have not tested this frankly. You can give a try and update us also.

---Satish

stefan_grube
Active Contributor
0 Kudos

Hi Mickael,

There might be more parameters, but when they are not documented, then you should not use them.

Which parameter are you missing? Is there anything special, what the SOAP adapter should do?

Regards

Stefan

Former Member
0 Kudos

Hi Stefan,

no particular needs for the moment...

As I found two interresting paramaters in the OSS note, I told me "maybe there are other parameters which can be interresting also...".

Regards

Mickael

Former Member
0 Kudos

Huchet,

In the receiver SOAP adapter, if you want to add your own modules to process the request message, you add them before the module specified below; if you want to add your own modules to process the response message, you add them after the following module:

sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean

Also you can see a list of parameters in this link:

http://help.sap.com/saphelp_nw04/helpdata/en/bf/27fd3b651f6a1ce10000000a11402f/content.htm

Go through this help for some info:

http://help.sap.com/saphelp_nw04/helpdata/en/a4/31d940f52f7e7fe10000000a1550b0/content.htm

---Satish

stefan_grube
Active Contributor
0 Kudos

> Also you can see a list of parameters in this link:

>

> http://help.sap.com/saphelp_nw04/helpdata/en/bf/27fd3b

> 651f6a1ce10000000a11402f/content.htm

This is the help for the J2SE adapter. Some parameters are equal in J2EE adapter, that is true, but you cannot count on it.

Regards

Stefan