Package com.sforce.ws.wsdl


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:
  • Class
    Description
    Annotation
    This class represents WSDL->definitions->types->schema->complexType->attribute
    This class represents WSDL->Definitions->Binding
    BindingMessage
     
    This class represents WSDL->definitions->types->schema->complexType->sequence
    This class represents WSDL->Definitions->types->schema->complexType
    This class contains a list of string constants used while parsing WSDL.
    This class represents a WSDL->definitions
    Documentation
    This class represents WSDL->Definitions->types->schema->element
    This class represents WSDL->Definitions->types->schema->element
    A util class that can be used to test WSDL parser.
    This class represents WSDL->definitions->message
    Operation
    This is a util class used by wsdl parser.
    This class represents WSDL->definitions->message
    Port
    This class represents a WSDL definitions->portType
    This class represents WSDL->definitions->types->schema->complexType->sequence
    This class represents WSDL->definitions->types->schema
    This class represents WSDL definitions->service.
     
    This class represents WSDL->Definitions->types->schema->simpleType
    SoapAddress
    SoapBody
    SoapHeader
    SoapNode
    This class represents Definitions->types.
     
    This class represents the root of the WSDL data model
    This exception is thrown when there is an error in parsing WSDL.
    WsdlParser