cancel
Showing results for 
Search instead for 
Did you mean: 

how to consume WSDL file in VC

Former Member
0 Kudos

Hi

I have created a webservice in XI system and it has generated a WSDL file. I have saved that in my local pC. How do i use this file and craete web service model in VC. In one of the blog i have seen a URL being used, but i do not have a URL with me.

thanks

sankar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Onec you created the Webservice ,you will get the URL for that .

Using that URL only you have to creat the webserive in VC.

Govindu

Former Member
0 Kudos

Hi

if you have worked in XI you will probabaly know that there is no URL generated, you will only get a WSDL file.

thanks

sankar

Former Member
0 Kudos

Hi Sankara,

Have you created the WSDL file from the ID? IF so then check the path which you have given while creating that wsdl file. I think that is the URL only. Use that URL to consume WSDL in VC.

just check with the link:

How to consume an external Web Service in a VC client ?

https://forums.sdn.sap.com/click.jspa?searchID=15181411&messageID=5478818

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/webservicesforVisual+Composer

I hope these links will be helpful for you.

Regards,

Nutan

Former Member
0 Kudos

Hi,

Refer Below link For Accessing WSDL From VC.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e017128b-0c01-0010-fa85-e3a576f1...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ceea45f3-0c01-0010-049c-c2b001f5...

You Follow Above Links,Please Let Me Know If the Problem is not Solved.

Points Are Welcome

Thanks

SubbaRao Chinta

Former Member
0 Kudos

Hi

you are right. I have created the WSDL file from ID . AS you said i have used the URL that is genrated when we create the web service in XI. But it is of no use. I am getting an error saying invalid url.

thanks

sankar

Former Member
0 Kudos

Hi Sankara,

You are getting error because you have not given the proper URL for generating the WSDL. It happened with me also because I was using the default URL which was generated by the system itself. Please try to follow the URL syntax given below:

Jsut more explanation about the URL :

http://host:port/XISOAPAdapter/MessageServlet?channel=:BS_Sender:CC_Sender_SOAPCC

Where BS_Sender = your Sender Bussiness service

CC_Sender_SOAPCC = your SOAP communication channel

Some more helpful links:

Consume a Web Service from Visual Composer

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e017128b-0c01-0010-fa85-

Go to Page 7:

Here its given that without creating the system in portal also you can consume the webservice directly in VC.

But before going to these links confirm that your webservice URL is correct.

Regards,

Nutan

Answers (0)