No-arg webs service call results in wrong number of arguments while invoking public javax.xml.transform.Source error
by Ted Jones
I am using JBossWS-CXF 3.2.1...
I have a WSProvider based web service that works fine when operations using arguments are executed, but when a no-arg operation is executed it fails with the following:
[PhaseInterceptorChain] Application has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: wrong number of arguments while invoking public javax.xml.transform.Source org.soap.provider.Books_MySql_BOOKSProvider.invoke(javax.xml.transform.Source) with params null.
Any ideas?
Thanks,
Ted
14 years, 2 months
Host/port MIssing after using ?wsdl with a Provider-based Web Service
by Ted Jones
I am using JBossWS-CXF 3.1.2SP6. I have a war that contains a provider-based web service. The endpoint includes the host and port in the WSDL, but when I retrieve the WSDL with ?wsdl, the host and port are stripped and I just have a relative endpoint. I tried this war with JBossWS-CXF 3.2 and it behaves correctly (host and port don't get removed). I need this to work with JBossWS-CXF 3.1.2SP6 though. Is there some way around this?
Thanks,
Ted
14 years, 2 months