cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Business System For HTTP Receiver Adapter.

Former Member
0 Kudos

Hi Everyone,

Which Type of Business System do I need to select For defining HTTP Receiver Adapter.

I am doing File to Http Scenario. What will be my output look like, If i am Sending file as

<?xml version="1.0" encoding="UTF-8"?>

<ns0:MT_Source_FILE xmlns:ns0="http://city.net/FILEtoHTTP">
   <Message>
      <Id>123456</Id>
      <Head>
         <Id>123456</Id>
         <Filename>sample.xml</Filename>
      </Head>
      <Body>hello</Body>
   </Message>
</ns0:MT_Source_FILE>

Regards,

Varun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Varun,

You can use third party Business system or else you can use Business sevice also.

Take a look at these blogs,

Yuga

Answers (3)

Answers (3)

hemant_chahal
Contributor
0 Kudos

Hello Varun

The file would be same.

HTTP wont change the format XML of existing file,

You can use same business service or system you are using right now.

Former Member
0 Kudos

Use Business service not business system.

Create in ID only.

"Award points if helpful"

Regards,

jayasimha

Former Member
0 Kudos

Hi,

You can Use Business Service For your HTTP Receiver

Regards

Seshagiri