You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by Chris Rohr <ch...@gmx.de> on 2014/04/18 14:22:11 UTC

Problem with Visual Studio Service Reference and TomEE Plus

If I try to connect a Web Service with Visual Studio 2010, 2013 or 2013. I
get the following exception:

Apr 18, 2014 1:02:04 PM org.apache.cxf.phase.PhaseInterceptorChain
doDefaultLogging
WARNING: Interceptor for {http://webservice.mespeak.org/}UsersService has
thrown exception, unwinding now
org.apache.cxf.binding.soap.SoapFault: A SOAP 1.2 message is not valid when
sent to a SOAP 1.1 only endpoint.
        at
org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor.handleMessage(ReadHeadersInterceptor.java:159)
        at
org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor.handleMessage(ReadHeadersInterceptor.java:62)
        at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)
        at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
        at
org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:237)
        at
org.apache.openejb.server.cxf.CxfWsContainer.onMessage(CxfWsContainer.java:85)
        at
org.apache.openejb.server.webservices.WsServlet.service(WsServlet.java:98)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
        at
org.apache.tomee.catalina.OpenEJBValve.invoke(OpenEJBValve.java:45)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
        at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
        at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1041)
        at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:603)
        at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)

If the Web Service have no methodes with List or ArrayList as return I can
use all methods without any exception. But If I have a methode with List or
ArrayList as return I will get a exception If I use any methodes of the Web
Service.

Thank you.

Regards

Chris





--
View this message in context: http://openejb.979440.n4.nabble.com/Problem-with-Visual-Studio-Service-Reference-and-TomEE-Plus-tp4668899.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: Problem with Visual Studio Service Reference and TomEE Plus

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi

Did you check @BindingType (
http://docs.oracle.com/javaee/6/api/javax/xml/ws/BindingType.html )
Le 18 avr. 2014 15:24, "Chris Rohr" <ch...@gmx.de> a écrit :

> Thank you for your Reply.
>
> I see the Problem but I search for a solution. Supports TomEE SOAP 1.2 or
> only SOAP 1.1?
>
> The main Problem I have solved. I have removed the Parameter for the
> Annotation @WebMethode now the Access with Visual Studio works again.
>
> Thank you.
>
> Chris
>
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/Problem-with-Visual-Studio-Service-Reference-and-TomEE-Plus-tp4668899p4668901.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>

Re: Problem with Visual Studio Service Reference and TomEE Plus

Posted by Chris Rohr <ch...@gmx.de>.
Thank you for your Reply. 

I see the Problem but I search for a solution. Supports TomEE SOAP 1.2 or
only SOAP 1.1?

The main Problem I have solved. I have removed the Parameter for the
Annotation @WebMethode now the Access with Visual Studio works again. 

Thank you.

Chris



--
View this message in context: http://openejb.979440.n4.nabble.com/Problem-with-Visual-Studio-Service-Reference-and-TomEE-Plus-tp4668899p4668901.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: Problem with Visual Studio Service Reference and TomEE Plus

Posted by Romain Manni-Bucau <rm...@gmail.com>.
hi

default is soap 1.1 and you try to use soap 1.2 client


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-04-18 14:22 GMT+02:00 Chris Rohr <ch...@gmx.de>:
> If I try to connect a Web Service with Visual Studio 2010, 2013 or 2013. I
> get the following exception:
>
> Apr 18, 2014 1:02:04 PM org.apache.cxf.phase.PhaseInterceptorChain
> doDefaultLogging
> WARNING: Interceptor for {http://webservice.mespeak.org/}UsersService has
> thrown exception, unwinding now
> org.apache.cxf.binding.soap.SoapFault: A SOAP 1.2 message is not valid when
> sent to a SOAP 1.1 only endpoint.
>         at
> org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor.handleMessage(ReadHeadersInterceptor.java:159)
>         at
> org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor.handleMessage(ReadHeadersInterceptor.java:62)
>         at
> org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)
>         at
> org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
>         at
> org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:237)
>         at
> org.apache.openejb.server.cxf.CxfWsContainer.onMessage(CxfWsContainer.java:85)
>         at
> org.apache.openejb.server.webservices.WsServlet.service(WsServlet.java:98)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
>         at
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
>         at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
>         at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
>         at
> org.apache.tomee.catalina.OpenEJBValve.invoke(OpenEJBValve.java:45)
> at
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
>         at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
>         at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
>         at
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
>         at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
>         at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
>         at
> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1041)
>         at
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:603)
>         at
> org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>         at java.lang.Thread.run(Thread.java:745)
>
> If the Web Service have no methodes with List or ArrayList as return I can
> use all methods without any exception. But If I have a methode with List or
> ArrayList as return I will get a exception If I use any methodes of the Web
> Service.
>
> Thank you.
>
> Regards
>
> Chris
>
>
>
>
>
> --
> View this message in context: http://openejb.979440.n4.nabble.com/Problem-with-Visual-Studio-Service-Reference-and-TomEE-Plus-tp4668899.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.