Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Soap Web Service creation

Karan_Chopra_
Active Participant
0 Kudos
184

Hello Experts

I am new to Web service and not able to proceed.

I have a Web service which I can test from SOAPUI app - https://www.soapui.org/. I can see the response result also, (See Attached). I also have WSDL file for Service.

My requirement is to consume Web service in ABAP and update certain table from response data, but I am confused how to proceed. Do I need to follow the normal process of:

  1. creating RFC in ABAP
  2. create web service provider in ABAP
  3. Web Service Configuration with SOAMANAGER
  4. consume web service in ABAP creating proxy etc ....
  5. Go back to SOAMANAGER and create Logical port etc

Or do I have to go with some other technique here as I think creating RFC should not be required.

Also, as I have WSDL file can I use the same? if yes, then please let me know the procedure.

1 REPLY 1

abo
Active Contributor
116

There is a nice blog explaining the steps for a specific service.