Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound XML document sent to SAP

Former Member
0 Kudos

Hi,

We have new systems that we will be interfacing with and a couple of these systems are using a WebService (XML format) to interface.We r trying to avoid middleware.

Any other ways of accepting XML inbound documents ? Can the external system make a call directly using WebService.

Can we use the XML HTTP port (transaction WE21) to accept inbound XML documents.

How do these ports handle multiple lines within a document and multiple documents ?

Looking forward to see ur inputs.

Regards

Vinoth

1 REPLY 1

athavanraja
Active Contributor
0 Kudos

which version of SAP you are in.

if you are on WAS you can

1. expose a R/3 Function as a webservice which the external client can consume and post document to your system.

2. Create your own SICF service and the external system can post document via HTTP protocol

Regards

Raja