Re: I'm having a problem using Axis2. What should I do?

2008-02-20 Thread Michele Mazzucco
Your code is wrong. Options options = new Options(); options.set... serviceClient.setOptions(options); On 20 Feb 2008, at 05:33, 雪莉 焦 wrote: Hi all: I publish a web service using axis2 on websphere 5.1, also i can invoke this webservice correctly with java application client

I'm having a problem using Axis2. What should I do?

2008-02-19 Thread 雪莉 焦
Hi all: I publish a web service using axis2 on websphere 5.1, also i can invoke this webservice correctly with java application client ,but i cann't ivoke this webservice in jsp with the same client code.The client code is: .. RPCServiceClient serviceClient = new

回复: I'm having a problem using Axis2. What should I do?

2008-02-19 Thread 雪莉 焦
I find a solution to this problem.in,add code in jsp: options.setAction(actionName); - 原始邮件 发件人: 雪莉 焦 [EMAIL PROTECTED] 收件人: axis-user@ws.apache.org 已发送: 2008/2/20(周三), 下午1:33:42 主题: I'm having a problem using Axis2. What should I do? Hi all: I publish a web service using