cancel
Showing results for 
Search instead for 
Did you mean: 

HI all

Former Member
0 Kudos

I am new to XI integration basically i am from EP , I have to integrate ASP.NET web application, Can any one tell me the procedure to integrate this.

How is SLD configured in XI?

what is integration repositry?

How can we create the connection with backend systems?

Please guys its very urgent please help me.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

see the below related links

EP integration -https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1334 [original link is broken] [original link is broken] [original link is broken] [original link is broken]

also

/people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii

XI Links --

Regards

Chilla

Former Member
0 Kudos

Hi Sunkara,

As per your requirement, in SLD configuration Technical System will be Third Party System. You need to create a business system and need to define software component and products.

To integrate .NET application you must need to use SOAP. So while configuring Integration Repository you can directly import WSDL and can use it as outbound interface.

In Configuration, use SOAP adapter at sender side and configure it according to the settings.

Regards,

Shri

    • Reward points if it helps you

Former Member
0 Kudos

Hi,

When u have a ASP.NET Application as the sender... You need to develop a Scenario in XI and expose the interface as a webservice and the wsdl generated hence forth is consumed by the ASP.NET Application to make the required call and get the response back.

So basically you will use a SOAP Adpater to communicate with you ASP.NET Application....

If you can explain clearly as to what is ur source system and what is ur target system, i can probably explain things clearer to u....

Regards,

Abhy Thomas

Former Member
0 Kudos

Hi,

Actuall we are having a web application developed in ASP.NET, So my client asked me to integrate with Netweaver,Till know i have completed doing with EP,now i have do with XI content,when i approched my alloted person for this he said " identify one business case for e.g.(create condition ) create I-View for same.

Create Java web Dynpro I-view and it should be able to send XML message in form of HTTP request." this so now please guide me how to do that?

what type of create condition should we identify? basically my application is like survey items.ie a authorised person will log in and survey/check the things to be present in transportation vechiles that may be any type air/road/rail

Former Member
0 Kudos

Hi,

You still haven't specified your Target System.... I assume that your target system is a web service. If so then, below is the solution.........

It will be a SOAP to SOAP Scenario.

Create a Data Type for the Request and Response from the ASP.NET system, if you have a xsd representing the Request and Response, then just import them as external definitions. Since the Target is a webservice, you will have a wsdl representing the Target structure.

Create the required Request and Response Message Mappings and have only one Interface Mapping as it as synchronous call.

In the directory, configure a sender and receiver SOAP Adapter and expose the interface as a webservice in the ID and consume the wsdl generated in EP to pass the request XML and receive the XML Response back.

Now if you want to know how to use the XI SOAP Adapter, please go through this link…..

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873...

Also have a look at this blog...

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

Regards,

Abhy