[jboss-user] [JBossWS] - Losing soap request after it gets to server

alexboyer do-not-reply at jboss.com
Tue Apr 10 19:36:54 EDT 2007


I can see my soap request getting to the server in the log file. But by the time that sei impl has the method invoked on it the request java object is null. One thing I noted is that the log notes that when the xml type is deserialized to the java type the java type does not have the package name of the request wrapper. It has a jaxws on the end of it. So if my request wrapper that was generated from wsconsume has fully qualified name of com.company.ws.RequestWrapper the log file notes:
2007-04-10 18:15:53,705 DEBUG [org.jboss.ws.core.soap.XMLContent] getObjectValue [xmlType={http://company.com/ws}request,javaType=class com.company.ws.jaxws.RequestWrapper]
I don't see this class com.company.ws.jaxws.RequestWrapper in my war so I guess it must be generated on the server side. Can this be why my soap request is getting lost? Any suggestions?


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036176#4036176

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036176



More information about the jboss-user mailing list