Running JAXWS proxy tests with WSDL fails
-----------------------------------------
Key: AXIS2-3648
URL: https://issues.apache.org/jira/browse/AXIS2-3648
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: jaxws
Reporter: Roy A. Wood Jr.
Priority: Minor
When running the proxy tests with WSDL, we get a WebServices exception
stack trace:
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.axis2.jaxws.proxy.ProxyTests
javax.xml.ws.WebServiceException: ServiceDescription.updateEndpointDescription:
Can not do a getPort on a port added via addPort()
. PortQN: {http://doclitwrapped.proxy.test.org}ProxyDocLitWrappedPort
at
org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:173)
at
org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:70)
at
org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:118)
at
org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.updateEndpointDescription(ServiceDescriptionImpl.java:44
5)
at
org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.updateEndpoint(DescriptionFactoryImpl.java:317)
at
org.apache.axis2.jaxws.description.DescriptionFactory.updateEndpoint(DescriptionFactory.java:177)
at
org.apache.axis2.jaxws.spi.ServiceDelegate.getPort(ServiceDelegate.java:527)
at
org.apache.axis2.jaxws.spi.ServiceDelegate.getPort(ServiceDelegate.java:452)
at javax.xml.ws.Service.getPort(Service.java:40)
at
org.apache.axis2.jaxws.proxy.doclitwrapped.sei.ProxyDocLitWrappedService.getProxyDocLitWrappedPort(ProxyDocLitWrappedSe
rvice.java:79)
at
org.apache.axis2.jaxws.proxy.ProxyTests.testMultipleServiceCalls(ProxyTests.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
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]