- PR -

添付ファイルを用いたWebサービス

1
投稿者投稿内容
koichi
会議室デビュー日: 2004/05/07
投稿数: 6
投稿日時: 2004-05-08 02:44
はじめまして。koichiです。
私は現在、添付ファイルを用いた簡単なWebサービスを作成しています。
ファイルを受け取るgetFileとファイルを渡すsetFileというメソッドもつTestServiceというWebサービスを登録しました。
どちらかのメソッドを呼び出す場合はエラーが出ないんですが、一度に呼び出すと次のようなエラーが出ます。
どうすればいいのかわからないので、詳しい方教えてください。
よろしくお願いします。
------------------Error-------------------
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: Error invoking operation:
javax.xml.rpc.JAXRPCException: Number of parameters passed in (1) doesn't match the number of IN/INOUT parameters (2) from the addParameter() calls
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace: AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: Error invoking operation:
javax.xml.rpc.JAXRPCException: Number of parameters passed in (1) doesn't match the number of IN/INOUT parameters (2) from the addParameter() calls
faultActor:
faultNode:
faultDetail:

Error invoking operation:
javax.xml.rpc.JAXRPCException: Number of parameters passed in (1) doesn't match the number of IN/INOUT parameters (2) from the addParameter() calls
at org.apache.axis.client.Call.invoke(Call.java:1708)
at TestServiceStub.setFile(TestServiceStub.java:46)
at TestClient.main(TestClient.java:31)


Error invoking operation:
javax.xml.rpc.JAXRPCException: Number of parameters passed in (1) doesn't match the number of IN/INOUT parameters (2) from the addParameter() calls
at org.apache.axis.client.Call.invoke(Call.java:1708)
at TestServiceStub.setFile(TestServiceStub.java:46)
at TestClient.main(TestClient.java:31)

[ メッセージ編集済み 編集者: koichi 編集日時 2004-05-09 01:19 ]
1

スキルアップ/キャリアアップ(JOB@IT)