Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Ken Papagno
0
Views
1
Comments
Accessing an external web service causes Service Studio 3.1 to lock
Question
I am trying to add a web reference to an external web reference
https://cafe.services.bevocal.com/CDRAccessService_v2/services/CDRAccessService_v2?WSDL
Whenever I try to add this web reference, it gives an error that an external validation error occured and then the service studio is locked up after displaying the feedback form box.
Q1: Why does service studio lock up for this?
Q2: Why can't I add the above reference URL as it is valid as per the W3C, although it is a lesser known variation.
Note that this web service is not document oriented, but is RPC oriented as defined at
https://www.w3.org/TR/wsdl#_soap:body.
Thanks
Ken
Paulo Silva
Staff
Hi,
What Service Studio version are you running? We tested with version 3.1.2.8, followed both feedback options ( "Send Feedback" and "Don't Send") and Service Studio doesn't lock up.
We analyzed this wsdl signature and detected that data type "anyType" is missing. We double checked this import in Visual Studio 2003 and the error is:
"E:\Work\Support\General Bugs\webreftest\Web References\com.bevocal.services.cafe\Reference.map(1): Custom tool error: Unable to import WebService/Schema. Unable to import binding 'CDRAccessService_v2SoapBinding' from namespace 'https://www.bevocal.com/soap/services/'. Unable to import operation 'getCallDetailRecordCountByFilter'. The datatype 'anyType' is missing."
Regards,
Paulo Silva
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...