cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to web service

Former Member
0 Kudos

Hi,

In the RFC to Web service secanrio, I have WSDL file which is imported in as external definitions. For this do I need to define seperate data types and message types or can I use req and res messages in the external definition of the WSDL file I imported?. Whats the difference between these two?. Since I have more than 110 fields, I just want to make sure about it.

Thanks,

Raj.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

it seems you need to check in in real scenario

have a look at this weblog:

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

the author says the wsdl was not ok...

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Thanks Michal,

/Raj.

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi Raj,

If you have wsdl file no need of creating data type /message type for the WebService. You can directly use the Req/Resp messages imported in the External Definition. SO you can use this directly in the Sunchrnous Message Interface.

Hope this helps,

Thanks,

Moorthy

Former Member
0 Kudos

Thanks Moorthy.

After Michal, I think you are the one who is more active in this Forum. Keep it up.

/Raj.