cancel
Showing results for 
Search instead for 
Did you mean: 

Axis Framework in SOAP Adapter

Former Member
0 Kudos

Hi Experts,

I am dealing with a File to WS Scenario, where WS is created by Apache Axis Framework.

Does it mean that I have to use Axis Framework for the same?

Please suggest.

Regards,

Sushama

Accepted Solutions (1)

Accepted Solutions (1)

former_member181985
Active Contributor
0 Kudos

Webservice is a open standard. In general I guess it is not required.

However if you want to acheive certain advanced features of Axis SOAP framework, you might need to use some adapter modules specific to SOAP Axis Framework.

Check this link: [http://help.sap.com/saphelp_nw2004s/helpdata/en/45/a4f8bbdfdc0d36e10000000a114a6b/content.htm]

Edited by: Praveen Gujjeti on Mar 4, 2010 12:10 PM

Answers (1)

Answers (1)

former_member207622
Contributor
0 Kudos

HI Sushama,

With the SOAP Axis adapter you can enhance the ability of the standard SOAP adapter with self-written modules, that are derived from the Axis library. You can for example influence the SOAP header, read and write additional HTTP headers, like cookies or use different protocol and attachment types, which are not supported by the standard SOAP adapter

So you can use SOAP with axis

Please follow this links

http://ws.apache.org/axis/java/user-guide.html#PublishingWebServicesWithAxis

http://help.sap.com/saphelp_nw04/helpdata/en/45/a4f8bbdfdc0d36e10000000a114a6b/content.htm

http://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=axisFrameworkinSOAPadapter&adv=false&sortby=cm_rnd_rankvalue

Regards

Ninad