cancel
Showing results for 
Search instead for 
Did you mean: 

Error while defining data system for web service

former_member185845
Active Participant
0 Kudos

Dear Friends

I am creating the data service for calling the web service, by clicking on the menu option “Tools” and then “Define web service system”.

Then i am specifying the URl

http://www.webservicex.net/CurrencyConvertor.asmx?WSDL

new system name : ws_curr

new system alias : ws_curr

when i clickon create i get this error

Parse of result error:Bad or missing XML object.

Any hint for trouble shooting.

Regards

chandra

Accepted Solutions (0)

Answers (3)

Answers (3)

MG3
Contributor
0 Kudos

Hi Chandra

Check if your server has access to the webservice. If your server that runs EP is not connected to the internet, you will not be able to use the webservice from VC.

Check with your administrator.

If your server does not have access to the webservice, try this to check the structure of the WSDL (You will not be able to deploy it in any case):

open the wsdl file from the client machine (which has access to the internet), save it as a file, and request your server administrator to place the file under any directory, say C:\currency.wsdl.

Use this path (C:\currency.wsdl) in your VC and check the services and structure.

Again, you will not be able to deploy it!

The only solution you would have is to try webservices on another server that has access to the internet!

Hope this helps.

Manoj

Message was edited by:

m a n o j

former_member209575
Contributor
0 Kudos

hi Chandra

the url u had given is invalid. that is why u are getting the error.

regards

Pradeep

Former Member
0 Kudos

Please see the Web Service FAQs in the Visual Composer WIKI FAQ:

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