Hi Kumar,

The exception says, that DocLiteralInInterceptor tries to unmarshal received 
message into service operation parameters, but has a problem with it.

It cannot recognize received element 
{http://192.168.30.93:8180/erisweb/services/hl7ImageOrderProcessor}invoke as 
message root element.
Normally it happens when message definition in WSDL is different from received 
message.

Regards,
Andrei.

-----Original Message-----
From: skumarsamy [mailto:[email protected]] 
Sent: 12 May 2012 07:09
To: [email protected]
Subject: Re: invoke was not recognized

Hi,
I have problem invoking the service, it gives me the following logging and 
exception, how to resolve this any ideas, pls.

thanks & regards
Kumar

INFO: Inbound Message
----------------------------
ID: 1
Address: /erisweb/services/hl7ImageOrderProcessor
Encoding: UTF-8
Content-Type: text/xml; charset=utf-8
Headers: {content-length=[2222], connection=[keep-alive], 
cache-control=[no-cache], host=[192.168.30.93:8180], 
user-agent=[Java/1.6.0_27], pragma=[no-cache], Content-Type=[text/xml; 
charset=utf-8], content-type=[text/xml; charset=utf-8], Accept=[text/xml, 
text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2]}
Payload: Thiru working
fine??????????????????????????????????????????????????????????????????????????????????????????????
--------------------------------------
13:02:40,768 ERROR [STDERR] May 12, 2012 1:02:40 PM 
org.apache.cxf.phase.PhaseInterceptorChain doIntercept
WARNING: Interceptor has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Message part 
{http://192.168.30.93:8180/erisweb/services/hl7ImageOrderProcessor}invoke
was not recognized.  (Does it exist in service WSDL?)
        at
org.apache.cxf.interceptor.DocLiteralInInterceptor.handleMessage(DocLiteralInInterceptor.java:184)
        at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:236)
        at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:104)
        at
org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:99)
        at
org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:452)
        at
org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:196)
        at
org.apache.cxf.transport.servlet.AbstractCXFServlet.invoke(AbstractCXFServlet.java:220)
        at
org.apache.cxf.transport.servlet.AbstractCXFServlet.doPost(AbstractCXFServlet.java:153)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
        at
org.apache.cxf.transport.servlet.AbstractCXFServlet.service(AbstractCXFServlet.java:211)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
        at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
        at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
        at java.lang.Thread.run(Thread.java:595)
13:02:40,794 ERROR [STDERR] May 12, 2012 1:02:40 PM 
org.apache.cxf.interceptor.LoggingOutInterceptor$LoggingCallback onClose
INFO: Outbound Message
---------------------------
ID: 1
Encoding: UTF-8
Content-Type: text/xml
Headers: {}
Payload: soap:ClientMessage part
{http://192.168.30.93:8180/erisweb/services/hl7ImageOrderProcessor}invoke
was not recognized.  (Does it exist in service WSDL?)
--------------------------------------


--
View this message in context: 
http://cxf.547215.n5.nabble.com/Envelope-not-recognized-tp5697250p5706589.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to