Lines Matching refs:WSDL

245         // Categorises the documents as WSDL, Schema etc
247 // Finds the primary WSDL and makes sure that metadata doesn't have
254 // create WSDL model
267 // ability to turn off the WSDL/Policy based features and its associated tubes.
269 //Even in case of Provider, merge all features configured via WSDL/Policy or deployment configuration
273 //Merge features from WSDL and other policy configuration
276 //No WSDL, so try to merge features from Policy configuration
291 // Generate WSDL for SEI endpoints(not for Provider endpoints)
294 // create WSDL model
299 // New Features might have been added in WSDL through Policy.
300 //Merge features from WSDL and other policy configuration
340 * This done traversing from primary WSDL and its imports until it builds a
343 * @param primaryDoc primary WSDL doc
531 throw new ServerRtException("Deployment failed! Mtom policy assertion in WSDL is enabled whereas the deplyment descriptor setting wants to disable it!");
652 * Generates the WSDL and XML Schema for the endpoint if necessary
653 * It generates WSDL only for SOAP1.1, and for XSOAP1.2 bindings
667 // Generate WSDL and schema documents using runtime model
747 * If the WSDL doesn't have the service, it throws an WebServiceException.
751 if (!(primaryDoc instanceof SDDocument.WSDL)) {
753 " is not a WSDL. But it is passed as a primary WSDL");
755 SDDocument.WSDL wsdlDoc = (SDDocument.WSDL)primaryDoc;
758 throw new WebServiceException("Not a primary WSDL="+primaryWsdl.getSystemId()+
761 throw new WebServiceException("WSDL "+primaryDoc.getSystemId()
768 * Finds the primary WSDL document from the list of metadata documents. If
781 if (doc instanceof SDDocument.WSDL) {
782 SDDocument.WSDL wsdlDoc = (SDDocument.WSDL)doc;
802 * Parses the primary WSDL and returns the {@link WSDLPort} for the given service and port names
804 * @param primaryWsdl Primary WSDL
805 * @param metadata it may contain imported WSDL and schema documents
807 * @param portName port name in WSDL