Uses of Class
com.ibm.di.fc.webservice.util.WsdlData
-
Packages that use WsdlData Package Description com.ibm.di.fc.webservice.util Provides utility classes used by the web service function components. -
-
Uses of WsdlData in com.ibm.di.fc.webservice.util
Methods in com.ibm.di.fc.webservice.util that return WsdlData Modifier and Type Method Description static WsdlData
WsdlData. getWsdlData(java.lang.String aWsdlUrl, java.lang.String aOperationName)
This method provides an object containing the WSDL data , when the passed arguments are the url address and the name of the operation , which can be one of request-response, solicit response, one way or notificationstatic WsdlData
WsdlData. getWsdlData(java.lang.String aWsdlUrl, java.lang.String aOperationName, CustomWSDLLocator loc)
-