cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP-XI-SOAP

Former Member
0 Kudos

Hello All,

Can anybody explain how to work with this scenario.

Regards

Maadhu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

1.First you need to Uploading the WSDL into the Integration Repository

For this

Go to your Software Component Version and open the required Namespace. Create an External Definition:

In the external definition object, choose Category wsdl and click Import external definitions.

2.Now create MI.

In the message interface object, select the message types of the external definition

object by using the input help.

3.Creating a SOAP Sender Channel

Here we have to define the namespace and the name of a message interface (values can be taken from Integration Repository).

Select the Quality of Service

4.Creating a SOAP Receiver Channel

The obligatory parameters in the configuration are Target URL and SOAP action.

5.Create a WSDL from an Interface Definition

Finally Test the Scenario Using a SOAP Client.

Get back if you have some doubts.

Thanks

Former Member
0 Kudos

Hi,

Fallow this steps:

a) get wsdl file (definition) from target system

b) upload it to XI

c) based on it create inbound interface

d) later create outbound interface (corresponding to your source system structure)

e) in integration directory generate wsdl based on outbound interface (remember to activate all in repository)

f) use this definition in your source system to call XI

/wg

Former Member
0 Kudos

Hi

Can you Send any document links related to this

Regards