cancel
Showing results for 
Search instead for 
Did you mean: 

Create Web Service System from ABAP webservice

Former Member
0 Kudos

Hi, all.

I have an ABAP WebService created. But I can't use its WSDL URL (http://dbserv/webservices/skl.asmx?wsdl) to create Web Service System Alias.

Visual Composer shows an "Invalid Web System URL" error.

Using this ABAP WebService I successfully have created iView (http://dbserv/webservices/skl.asmx/GetS?nb=1120).

By use of WSDL URL of the WebService, deployed from NWDS, Web Service System creation successful (http://sapportal:50100/CalculatorService/Config1?wsdl).

What do I have to do to create Web System using URL: http://dbserv/webservices/skl.asmx?wsdl.

Regards, Sergey.

Accepted Solutions (0)

Answers (3)

Answers (3)

athavanraja
Active Contributor
0 Kudos

abap based webservice url will be inthe following format, are you sure you are using the right wsdl url. (you can get that from wsadmin transaction in the abap system)

http://<abaphost>.<domain>.com:<port>/sap/bc/srt/rfc/sap/ZSWK_LOCAL_INBOX_GET?sap-client=005&wsdl=1....

Regards

Raja

Former Member
0 Kudos

Hi, Raja.

I've made a mistake. I should call this webservice based on BAPI generated by Microsoft Studio.

My question has been changed:

Can I generate WebService based on BAPI using SAP Portal without resort to NWDS? For example, using Visual Composer.

Regards, Sergey.

athavanraja
Active Contributor
0 Kudos

to generate webservice based on BAPI, you would do it from ABAP system.

if you want to consume it in SAP portal then you have to create client proxy using NWDS

Former Member
0 Kudos

I have no ability to create a WebService in ABAP system.

I have a solution: I can get to BAPI and implement it using NWDS and then create a WebService and deploy it using NWDS. But I don't like it.

Are there anything more simple?

Former Member
0 Kudos

hi

you can also check this <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6208">link</a>

May be this will solve your problem

Thanks & regards

Harsimran

Former Member
0 Kudos

Hi Sergey,

Please Refer this link,

<a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e017128b-0c01-0010-fa85-e3a576f1a40d">Consume webservices in Visual Composer</a>

Hope it Helps.

Regards,

Vinoth.M

Former Member
0 Kudos

Hi, Vinoth.

Do I need to configure any proxy settings if my ABAP WebService is in local network?

Regards, Sergey.

Former Member
0 Kudos

Hi Sergey,

No need to configure any proxy settings if ur ABAP WebService is in local network.

Regards,

Vinoth.M