Application Development and Automation 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: 
Read only

Sending Message to HTTP system

Former Member
0 Likes
398

HI ALL,

I got to an RFC function modules in ECC has to send data to a HTTP system.

from the HTTP system i have there message strucure using XSD files ..is there any was i can send message to that HTTP system from SAP ECC ..

I know this is possible for Webservicves ..we can directly take the WSDL file and generate the code ..but my requiremt is to send message to a HTTP system.

Thanks

Souz

HI ALL,

I got to an RFC function modules in ECC has to send data to a HTTP system.

from the HTTP system i have there message strucure using XSD files ..is there any was i can send message to that HTTP system from SAP ECC ..

I know this is possible for Webservicves ..we can directly take the WSDL file and generate the code ..but my requiremt is to send message to a HTTP system.

Thanks

Souz

1 REPLY 1
Read only

Former Member
0 Likes
357

Hi,

the Internet Communication Framework (ICF) provides functionality to communicate via HTTP.

See SAP Help for more details and an example program to create and execute a HTTP Request:

[http://help.sap.com/saphelp_erp60_sp/helpdata/en/1f/93163f9959a808e10000000a114084/frameset.htm]

Best regards,

CW