[ http://issues.apache.org/jira/browse/AXIS2-1149?page=all ]
Rich Scheuerle closed AXIS2-1149. --------------------------------- Resolution: Fixed > JAXWS Proxy failing while invoking a operation with no parameters. > ------------------------------------------------------------------ > > Key: AXIS2-1149 > URL: http://issues.apache.org/jira/browse/AXIS2-1149 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: jaxws > Reporter: Nikhil Thaker > Priority: Minor > Attachments: JIRA_1149_oneWayWithNoParamFix.txt > > > Following error occured when proxy invoked operation with no parameters. > java.lang.reflect.UndeclaredThrowableException > at $Proxy6.oneWayVoid(Unknown Source) > at > jaxws.proxy.wsfvt.test.DocLitWrappedTest.testOneWayEmpty(DocLitWrappedTest.java:130) > Caused by: org.apache.axis2.jaxws.wrapper.impl.JAXBWrapperException: Internal > Assertion Error. > Number of child objects does not match the number of child names > in wrap() method. > at > org.apache.axis2.jaxws.wrapper.impl.JAXBWrapperToolImpl.wrap(JAXBWrapperToolImpl.java:96) > at > org.apache.axis2.jaxws.client.proxy.DocLitProxyHandler.createDocLitWrappedRequest(DocLitProxyHandler.java:110) > at > org.apache.axis2.jaxws.client.proxy.DocLitProxyHandler.createRequest(DocLitProxyHandler.java:68) > at > org.apache.axis2.jaxws.client.proxy.BaseProxyHandler.InvokeSEIMethod(BaseProxyHandler.java:142) > at > org.apache.axis2.jaxws.client.proxy.BaseProxyHandler.invoke(BaseProxyHandler.java:125) > I will be attaching the fix for this issue -- 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]