As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
For several years we have been running a WebFocus procedure that calls a SOAP web service to retrieve a SQL statement. Then it passes the SQL statement to our Sql Server database to fetch the data. Now that Microsoft has deprecated the old SOAP .asmx web service format, we are trying to replicate this functionality using WCF, which is Microsoft's recommended replacement for the .asmx SOAP services. We created a WCF version of the old SOAP service. We know it works because it tests well using tools like WcfStorm. But when we call it from our WebFocus procedure, we get an error.
Two questions:
(1) Does WebFocus web services connector work with WCF services? If not, does anyone know if IBI plans to add that functionality?
(2) How can I tell the WebFocus procedure to display the value that it received from the WCF web service?
Thanks in advance.This message has been edited. Last edited by: Kerry,
Right, I did open an IBI tech support case after opening this thread. Tech support pointed me to the New Features document for WebFocus 7.7--which says WCF support is part of the 7.7 rollout. Thanks for your response.