cancel
Showing results for 
Search instead for 
Did you mean: 

using wedservice in VC

Former Member
0 Kudos

Hi

i have to do one webservice secnario using VC, please guide me to do it.

how we will create the functions and use that using VC

rgd's

edward

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You might also want to check out the Web Service section in the Visual Composer WIKI FAQ:

https://wiki.sdn.sap.com/wiki/display/VC/Connectivity

Answers (2)

Answers (2)

former_member209575
Contributor
0 Kudos

Hi Edward

if u have some valid wsdl then you can create a new system using that wsdl.

in the "Tools" menu one option is there "Define webservice system.."

enter the system name, alias name and wsdl. if the URL require userid & password, tick the checkbox and enter your userid and password for the url.

now check in find data, the system u created will be there with the alias name.

select the system and simply gives .* at opertions and give search.

all the functions will the listed .

now u can simply drag and drop the functions to story board and continue design as for any other system.

hopes useful

Pradeep P N

Former Member
0 Kudos

hi

how to check whethe the web service is working or not..?

thanks

edward

former_member209575
Contributor
0 Kudos

Hi Edward

right click on the webservice that you have in story board layout, there one option is there with test "Data Service" click on it, it will show you u a form with feilds for input parameters if required, else click on "execute", it will show the output of the webservice

Thanks

Pradeep P N

Former Member
0 Kudos

Hi,

You can also check the web service from this address :

http://<your_server>:<your_port>/wsnavigator.

Click to your web service name and click test. If it's not a local web service, just insert the wsdl address to the "Enter the WSDL URL of the Web service" field on top of the first page and click next.

Hope it helps..

Regards,

Bar&#305;&#351;

MG3
Contributor
0 Kudos

Hi Edward

If I get you right, you would like to create a new webservice, and use that webservice in VC.

heres the link that guides you on how to create webservices :

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/08/11703e5da3e946e10000000a114084/frameset.htm">Creating a Web Service</a>

If you are just looking for help on how to utilize an exising web service, heres the link:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e017128b-0c01-0010-fa85-e3a576f1a40d">Consuming a Web Service in VC</a>

Hope that helps

Manoj