incompatible types error

2006-07-31 Thread Saehoon Cheon
I've tested Java2WSDL. The service includes the vector array(Vector[]). But it causes the incompatible type error even if it works fine with javac command. The Code looks like, Vector[] marginVArr = init.getMaxDistance(); In this case, how can I find the problem?

Axis Addr sample error

2006-07-22 Thread Saehoon Cheon
I'd like to run Addr sample. In this example, how can I make the Service. I just converted the file Main.java to Main.jws. But it didn't work. I think I have to set up the classpath properly. How and where should I set up ? These are error message. AXIS error Sorry, something seems to have gone

WSDL Converting error

2006-07-21 Thread Saehoon Cheon
I want to test JAVA2WSDL process. But it caused the lots of errors, but I have no idea why?Other examples worked successfully in the same environment. I put the source code and error message. please let me know why. == Source Code

how to import a package into the service?

2006-07-07 Thread Saehoon Cheon
I'd like to import a package in the service which is not the JAVA package. But axis compiler seems to cause a couple of compilation error. How can I define the package? These are the example I used. == import aaa.*;import bbb.*;import ccc.*;

InvokeOneway method

2006-06-06 Thread Saehoon Cheon
I want to pass the parameter to the services, but as far as I know all the invoke method has a return value. So I used invokeOneway method. call.addParameter( op1, XMLType.XSD_INT , ParameterMode.IN );call.addParameter( op2, XMLType.XSD_INT, ParameterMode.IN );call.invokeOneWay(new Object[] {i1,

Soap monitoring error

2006-06-05 Thread Saehoon Cheon
I am struggling with setting up the soap monitoring. I just followed the instruction http://ws.apache.org/axis/java/soapmonitor-user-guide.html#intro . But in step 4, Administration screen doesn't show anything like attached picture. If it is not working properly, are there other ways, for

Axis SoapMonitoring

2006-05-31 Thread Saehoon Cheon
I've tried to install and test the SOAP monitor. But in step 4, Administration screen is not displayed. The Screen looks like the attached file. So I cannot turn on the SOAP monitor. Please let me know why and how to run it. Thank you. attachment: soapmonitor.jpg

Re: Axis SoapMonitoring

2006-05-31 Thread Saehoon Cheon
I am using Axis 1.4 Final.On 5/31/06, knly browne [EMAIL PROTECTED] wrote: What version of axis are you using?On 5/31/06, Saehoon Cheon [EMAIL PROTECTED] wrote: I've tried to install and test the SOAP monitor. But in step 4, Administration screen is not displayed. The Screen looks like