cancel
Showing results for 
Search instead for 
Did you mean: 

What is the transport protocol File (Axis) in the SOAP Adapter

Former Member
0 Kudos

Hi,

for a SOAP Receiver Adapter it's possible to choose 'File (Axis)' as transport protocol.

How does it work and is there some documentation about it?

Thanks and regards

Patrick

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

See SAP Note 1039369 - FAQ XI 3.0/7.0 Axis Adapter

"17: Can I configure my receiver channel to store SOAP messages in files?

There is a simple file transport handler com.sap.aii.axis.transport.file.FileSender included in the Axis adapter. This handler simply writes a SOAP message into a file (or multiple files) in the specified folder. The main purpose of this handler class is to demonstrate how one can use the transport handler to use file based messages as output.

A more specific handler can be implemented by extending this handler class."

Regards

Stefan

Former Member
0 Kudos

Hi,

that was very helpful.

Thanks a lot

Patrick

Answers (4)

Answers (4)

GabrielSagaya
Active Contributor
0 Kudos

You can use any one of these as TP for Receiver Axis SOAP Adapter

HTTP (Axis) / SMTP (Axis) / File (Axis) / Generic (Axis)

The adapter uses transport protocol(File (Axis)) to send SOAP messages as text file.

Former Member
0 Kudos

Hi,

thanks for your answers.

@Prateek

Yes I tried -> Doesn't say so much

@Vinod

The first thread didn't helped me and I have seen already the second one.

@kummari

The question is how can I use it?

@Gabriel

>The adapter uses transport protocol(File (Axis)) to send SOAP messages as text file

Could you please explain it a little more detailed (maybe with an example)?

My question is about in which scenarios it makes sense to use this transport protocol and how is it used?

Thanks and regards

Patrick

Former Member
0 Kudos

hi patrick

we can use 'File (Axis)' as transport protocol in the receiver SOAP adapter....search in sdn for documentation

regards

kummari

former_member537867
Active Contributor
0 Kudos

Hi Patrick,

Go thru this threads:

Regards,

Vinod.

prateek
Active Contributor
0 Kudos