Web Service由Tomcat移植到websphere产生的问题
Web Service在Tomcat下可以正常使用,但是发不到websphere后,参数传递出现问题如下,请各位达人帮忙:body = "<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Error invoking 'com.ahgis.pvc.service.iUserModifyService.changePass(int, java.lang.String, java.lang.String)'. Nested exception is java.lang.reflect.InvocationTargetException: null</faultstring></soap:Fault></soap:Body></soap:Envelope>"
好像是参数没有在传递的过程中被阻止,请问如何解决! --------------------编程问答-------------------- 很明显是由于你的ClassLoader没有指定对,加载不到要想要的资源,就报了NULL的错误。
--------------------编程问答--------------------
补充:企业软件 , WebSphere