[ http://issues.apache.org/jira/browse/AXIS2-1080?page=all ]

Jeff Barrett updated AXIS2-1080:
--------------------------------

    Attachment: 1080_patch.txt

Added logic in the metadata layer to reconcile methods on the SEI with 
operations created from WSDL when a getPort is done on the service.

Added associated proxy-based test.

> UnsupportedOperationException from getPort when using WSDL and generated 
> artifacts
> ----------------------------------------------------------------------------------
>
>                 Key: AXIS2-1080
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1080
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Jeff Barrett
>         Attachments: 1080_patch.txt
>
>
> A client using a generated service (i.e. generated from WSDL) passing in a 
> WSDL URL will get an UnsupportedOperationException when getting a port.  For 
> example:
> MySEI thePort = new MyGeneratedService(wsdlURL, qname).getMySEIPort();
> Will throws an exception along the lines of 
> Exception in thread "main" java.lang.UnsupportedOperationException: Not 
> implemented yet
>         at 
> org.apache.axis2.jaxws.description.ServiceDescription.updateEndpointInterfaceDescription(ServiceDescription.java:207)
>         at 
> org.apache.axis2.jaxws.description.DescriptionFactory.updateEndpointInterface(DescriptionFactory.java:55)
>         at 
> org.apache.axis2.jaxws.spi.ServiceDelegate.getPort(ServiceDelegate.java:246)
>         at javax.xml.ws.Service.getPort(Service.java:94)
>         at MyGeneratedService.getMySEIPort

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to