コンテキスト:のWebSphere 8.5統合3.2.17
私は、WebSphere 8.5.5.10へのWebSphere 7.0上で実行してからアプリケーションを移植に関与しています。アプリケーションがWebサービスを呼び出しています。
パターン:
Webサービスのエンドポイントが初めて呼び出されたときに、それだけで正常に動作します。 しかし、それ以降の呼び出しでは、同じSOAP要求の受信に失敗します。
エラー:
java.lang.IllegalArgumentException: The value for the "java.lang.Object" parameter cannot be null.
org.springframework.remoting.jaxws.JaxWsSoapFaultException:
java.lang.IllegalArgumentException: The value for the "java.lang.Object" parameter cannot be null.; nested exception is javax.xml.ws.soap.SOAPFaultException: java.lang.IllegalArgumentException: The value for the "java.lang.Object" parameter cannot be null.
at org.springframework.remoting.jaxws.JaxWsPortClientInterceptor.doInvoke(JaxWsPortClientInterceptor.java:503)
at org.springframework.remoting.jaxws.JaxWsPortClientInterceptor.invoke(JaxWsPortClientInterceptor.java:487)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
エラーは、ばねウェブ3.2.17.RELEASE.jarの内側にあります。
アイデアをお寄せいただきありがとうございます。
おそらくソースコードを表示する必要があります。コール(Java)コードと関連するSpring Beanの設定の両方があります。 – dbreaux