Example of an End Point (HTTP
Adapter) 
The end point is used in a Business Scenario in which catalog data is sent to a catalog server (mySAP SRM).
Catalog data is sent from the SAP system SUPPLIER to a catalog server CAT, using the interface CatalogIn.
The request to the catalog server is structured according to its requirements. The message body must be appended by the HTTP adapter after the ID &loaderXML=. The ID &end=yes must also mark the end of the message body. Special characters must be transferred encoded in the message body. The encoding must adhere to ISO-8859-1.
No authentication is required on the catalog system side.
Header Data
|
Field |
Value |
|
Receiver business system |
CAT |
|
Receiver interface name |
CatalogIn |
|
Receiver interface namespace |
Catalog |
|
Description |
Catalogin |
Attributes –Addressing Tab Page
|
Attribute |
Value |
|
Address mode |
URL Addressing |
|
URL |
http://requisite:50555/CatalogIn?allowDuplicateItems=FALSE |
Logon: Anonymous Logon selected.
Attributes –Payload Tab Page
|
Attribute |
Value |
|
XML Encoding |
ISO-8859-1 |
|
Mask Special Characters |
(encoded) |
|
Prolog |
&loaderXML= |
|
Epilog |
&end=yes |