Ramesh Reddy created TEIIDDES-2371:
--------------------------------------
Summary: WSDL Based procedure metadata needs to be used
Key: TEIIDDES-2371
URL:
https://issues.jboss.org/browse/TEIIDDES-2371
Project: Teiid Designer
Issue Type: Enhancement
Components: Import/Export
Reporter: Ramesh Reddy
Teiid "ws" translator can create metadata based provided WSDL file. This kind of
metadata is preferable or required when WSDL uses any WS-Security.
As far I can see the request/response generation from current method is exactly same with
WSDL based metadata. The only thing it will change is instead of using
{code}
invoke(binding=>SOAP12, request=>xml...)
{code}
it does
{code}
responseXML = wsdlProcedureName(requestXML)
{code}
When WSDL is available this is preferable. Which is always the case when one using the
wizard in Designer.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)