Service.addPort endpoint address validation
--------------------------------------------
Key: AXIS2-2437
URL: https://issues.apache.org/jira/browse/AXIS2-2437
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: jaxws
Reporter: Nikhil Thaker
Assigned To: Nikhil Thaker
Validation for service.addPort behavior. when an empty ("") endpoint address was
specified there should be a WebServiceException thrown.
sample code:
Service service = Service.create(Constants.SERVICE_QNAME);
service.addPort(Constants.PORT_QNAME, SOAPBinding.SOAP11HTTP_BINDING, "");
I am providing a fix for this problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]