cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in using Web Service in VC7.0

Former Member
0 Kudos

Hi all

I am working on VC7.0.

I have web service like this-

http://HSDNT24S12.noida.hcltech.com:8001/sap/bc/srt/rfc/sap/ZTEST_SANJEEV_NARESH?sap-client=100&wsdl...

How we can use this above link of web service in VC7.0 and how we can

publish(Store) it in UDDI Registry

Thanks in advance

Naresh Sanjeev

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ashutosh Rastogi

I have a done ,

Bu now tell me Where and How i can see this web service in VC7.0

Thanks for Valuable Help

Best Regards

Naresh Kumar

ashutosh_rastogi
Active Contributor
0 Kudos

1. Open Visual Composer

2. Go to Find Data Service

3. Select System as the same name that you used while creating DynamicWSproxy in Visual Admin

4. Click Search ... and you will get the WebService

5. Drag that Service to your iView

6. This Service will have input/output ports.

Hope this helps,

Ashutosh

Former Member
0 Kudos

Hi Ashutosh Rastogi

Pls tell me where i can find the following link, I have not find this in Portal(EP7.0) by entering through Visual Administrator & not in VC7.0

Go to Services -> Web Service Security and Double Click.

If u have any step by step procedure , then pls send me, so that i can use my web servise in VC7.0 ( web service created in SAP )

Best Regards

Naresh Kumar

ashutosh_rastogi
Active Contributor
0 Kudos

Hi Naresh,

You can go to Visual Administrator,

then Cluster - > Server -> Services -> Web Services Security (last option)

Then, Expand Web Service Clients ® sap.com and select DynamicWSProxies.

Choose Create and set a name for the destination.

For configuring the proxy to a WDSL or WSIL URL, just enter the desired URL in the URL field.

1. If you have WebService running on the Same Server as your Visual Composer.

http://myserver:50000/inspection.wsil

2. If you have some other Web Service. then use WSDL URL for that service

Hope this helps.

Ashutosh

ashutosh_rastogi
Active Contributor
0 Kudos

Hi Naresh,

You can use this webservice by setting up the Service Endpoint through Visual Administrator.

Go to Services -> Web Service Security and Double Click.

Then, in the Adjoining Window

In the J2EE Engine Visual Administrator, select the Web Services Security Service and choose Runtime ® Security Administration ® Security Configuration ® Web Service Clients ® sap.com ® DynamicWSProxies ® Create

Then

URL = http://HSDNT24S12.noida.hcltech.com:8001/sap/bc/srt/rfc/sap/ZTEST_SANJEEV_NARESH?sap-client=100&wsdl...

Authentication if required.

Save the Changes made, Now it Should be available in Visual Composer.

Also Check this[Link | http://help.sap.com/saphelp_erp2005/helpdata/en/ab/c955e2e2d24a888127f211f2d5043f/content.htm]

Regards,

Ashutosh