You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jervis Liu (JIRA)" <ji...@apache.org> on 2007/02/06 10:04:06 UTC

[jira] Closed: (CXF-327) "wrong number of arguments" exception if change hello_world samples wsdl

     [ https://issues.apache.org/jira/browse/CXF-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jervis Liu closed CXF-327.
--------------------------


> "wrong number of arguments" exception if change hello_world samples wsdl
> ------------------------------------------------------------------------
>
>                 Key: CXF-327
>                 URL: https://issues.apache.org/jira/browse/CXF-327
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>            Reporter: Jervis Liu
>         Assigned To: Jervis Liu
>
> Change the hello_world sample's wsdl's greetMe element to following caused a  "wrong number of arguments" exception
>             <element name="greetMe1">
>                 <complexType>
>                     <sequence>
>                         <element name="requestType" type="tns:MyStringType"/>
>                     </sequence>
>                 </complexType>
>             </element>
>     [java] Invoking sayHi...
>      [java] Exception in thread "main" org.apache.cxf.binding.soap.SoapFault: wr
> ong number of arguments
>      [java]     at org.apache.cxf.binding.soap.interceptor.Soap11FaultInIntercep
> tor.handleMessage(Soap11FaultInInterceptor.java:70)
>      [java]     at org.apache.cxf.binding.soap.interceptor.Soap11FaultInIntercep
> tor.handleMessage(Soap11FaultInInterceptor.java:36)
>      [java]     at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseI
> nterceptorChain.java:147)
>      [java]     at org.apache.cxf.interceptor.AbstractFaultChainIntiatorObserver
> .onMessage(AbstractFaultChainIntiatorObserver.java:64)
>      [java]     at org.apache.cxf.binding.soap.interceptor.ReadHeadersIntercepto
> r.handleMessage(ReadHeadersInterceptor.java:106)
>      [java]     at org.apache.cxf.binding.soap.interceptor.ReadHeadersIntercepto
> r.handleMessage(ReadHeadersInterceptor.java:45)
>      [java]     at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseI
> nterceptorChain.java:147)
>      [java]     at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:
> 253)
>      [java]     at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream
> .handleResponse(HTTPConduit.java:494)
>      [java]     at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream
> .doClose(HTTPConduit.java:454)
>      [java]     at org.apache.cxf.io.AbstractCachedOutputStream.close(AbstractCa
> chedOutputStream.java:113)
>      [java]     at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.j
> ava:255)
>      [java]     at org.apache.cxf.interceptor.MessageSenderInterceptor.handleMes
> sage(MessageSenderInterceptor.java:58)
>      [java]     at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseI
> nterceptorChain.java:147)
>      [java]     at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:130
> )
>      [java]     at org.apache.cxf.jaxws.EndpointInvocationHandler.invokeSync(End
> pointInvocationHandler.java:129)
>      [java]     at org.apache.cxf.jaxws.EndpointInvocationHandler.invoke(Endpoin
> tInvocationHandler.java:115)
>      [java]     at $Proxy39.sayHi(Unknown Source)
>      [java]     at demo.hw.client.Client.main(Client.java:63)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.