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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user