You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Nikhil Thaker (JIRA)" <ji...@apache.org> on 2007/03/30 00:15:25 UTC

[jira] Created: (AXIS2-2437) Service.addPort endpoint address validation

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2437) Service.addPort endpoint address validation

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker resolved AXIS2-2437.
----------------------------------

    Resolution: Fixed

revision #524888

> 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
>         Attachments: JIRA_2437_AddPortValidation.txt
>
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2437) Service.addPort endpoint address validation

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker updated AXIS2-2437:
---------------------------------

    Attachment: JIRA_2437_AddPortValidation.txt

> 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
>         Attachments: JIRA_2437_AddPortValidation.txt
>
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org