cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to Web Service

Former Member
0 Kudos

Hi Guys;

I was doing RFC to Web Service Scenario.

The document is the famous blog on sdn : RFC-XI-Webservice by Shabarish

I was doing design in IR.

The fourth point says :For response structure of SOAP ,create a XSD. I dont understand this step : why it is needed and how we do it.

Thanks,

Kuna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Kuna,

He is saying that we will give our input fromZip and toZip. Then it returns us the distance between the two zip codes. So when we give input it returns us a response where we need a datatype for that also. Here he has used an external definition.

Hope this helps.......

---Satish

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kuna,

this is a syncronous scenario and you need the data type, message type and message interface for the response message to get from webservice.

From the blog take the source of the xsd and save it in a local file.

In the integration repository open your namespace and in the group Inteface objects you will find "External Definition". Right click on this and enter a data type name.

Choose and import the file you have saved and choose the category XSD.

Hope this help

Francesco