cancel
Showing results for 
Search instead for 
Did you mean: 

Webservices to file scenario

Former Member
0 Kudos

Hello all,

I have to implement a scenario in which i have to create a webservice and link it to XI. Can anyone tell me how to do it in detail?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

hello again,

thank you for replying to my query.

i want to use the asynchronous mode. what my scenario entails is taking some details from a webpage and placing those details in the file. there is not going to be any response.

how am i supposed to go about that?

Former Member
0 Kudos

Hi

Then i think you should go for a HTTP to File Scenario.

For HTTP do not create a sender communication channel and sender agreement.

For more on HTTP refer these

Thanks

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
former_member192892
Active Contributor
0 Kudos

hi Merrily,

Do you mean to do a file input to External Web service to file response output scenario????

If yes you an refer to this blog

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Former Member
0 Kudos