cancel
Showing results for 
Search instead for 
Did you mean: 

Creating web service for bapi and consume in portal.

Former Member
0 Kudos

Hi ,

I am new to Web Services. This is my requirement I need to publish the functionality of bapi as a web service and consume the web service from portal side.

I have followed these steps to create web service.In transaction se80 i have created service definiton and a wsdl file is generated.

When i am exporting that WSDL file and creating a model in a webdynpro project. I am getting the following error. I dont know how to proceed further.Error while loading WSDL.Check error log for more details.

Whether the proxies need to be generated?What is the purpose of it? Where the proxies need to be generated?

Is Process integration needed to use web services?

Kindly guide me how to proceed.

Best Wishes

Idhaya R

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

the proxy is the object that make possible to use the service; even if service and consumer are on the same host, you need a proxy to use it.

try to check this blog

/people/thomas.jung/blog/2007/12/17/consuming-services-with-abap

Former Member
0 Kudos

Resolved

Answers (0)