Package com.sforce.ws.wsdl
Provides an WSDL Object model that can parse and generate WSDL.
To parse a WSDL:
String wsdlFile = //location of the wsdl
Definitions d = WsdlFactory.create(wsdlFile);
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:-
Interface Summary Interface Description Constants This class contains a list of string constants used while parsing WSDL. -
Class Summary Class Description Annotation AnnotationAttribute This class represents WSDL->definitions->types->schema->complexType->attributeBinding This class represents WSDL->Definitions->BindingBindingMessage BindingMessageBindingOperation Collection This class represents WSDL->definitions->types->schema->complexType->sequenceComplexType This class represents WSDL->Definitions->types->schema->complexTypeDefinitions This class represents a WSDL->definitionsDocumentation DocumentationElement This class represents WSDL->Definitions->types->schema->elementEnumeration This class represents WSDL->Definitions->types->schema->elementMain A util class that can be used to test WSDL parser.Message This class represents WSDL->definitions->messageOperation OperationParserUtil This is a util class used by wsdl parser.Part This class represents WSDL->definitions->messagePort PortPortType This class represents a WSDL definitions->portTypeRestriction This class represents WSDL->definitions->types->schema->complexType->sequenceSchema This class represents WSDL->definitions->types->schemaService This class represents WSDL definitions->service.SimpleType This class represents WSDL->Definitions->types->schema->simpleTypeSoapAddress SoapAddressSoapBody SoapBodySoapHeader SoapHeaderSoapNode SoapNodeTypes This class represents Definitions->types.WsdlFactory WsdlNode This class represents the root of the WSDL data modelWsdlParser WsdlParser -
Enum Summary Enum Description SfdcApiType -
Exception Summary Exception Description WsdlParseException This exception is thrown when there is an error in parsing WSDL.