Get the endpoint of the given port binding from the WSDL.
Parameters: producerWsdlURL - URL of the producer WSDL. Parameters: portBinding - port binding endpoint exception: WSRPConsumerException - if an error occurs
Get markup port type. Unlike getRegistrationPortType(),
this method will throw an exception if the markup port type is not
available.
Parameters: endpoint - markup port type endpoint Parameters: isNew - a boolean value a WSRP_v1_Markup_PortType exception: WSRPConsumerException - if the markup port type is not available or an error occurs.
Get registration port type. If no registration port is available,
return null - this indicates that in-band registration is not
supported and an out-of-band registration is required.
Parameters: endpoint - registration port type endpoint a WSRP_v1_Registration_PortType exception: WSRPConsumerException - if an error occurs
Get service description port type. Unlike getRegistrationPortType(),
this method will throw an exception if the service description port
is not available.
Parameters: endpoint - service description endpoint a WSRP_v1_ServiceDescription_PortType exception: WSRPConsumerException - if service description port type is not available or an error occurs.