help

2012-12-14 Thread Maria Din
Hello, I need to create a new web service in Eclipse. I'm using Tomcat 5.5 and Axis. During creating a new web service I receive these warning: IWAB0399E Error in generating Java from WSDL: java.io.IOException: Type {http://ws.xml.javax}Holder is referenced but not defined. The service class "

WSDL

2012-09-02 Thread Maria Din
Hello, I know that a WSDL file is generated from a Java method then it has one output.But, I would like to know how can I generate a WSDL file with many outputs.Please, can someone give me a java example and the WSDL file result? Thank you in advance.

Help

2012-07-07 Thread Maria Din
Hello,Please, I have this error , import org.apache.axis.enum.Style;gives me this Error:Syntax error on token "enum", Identifier expected String nsOp = call.getOperationStyle().equals(Style.RPC) ? "u" : "";gives me this Error:The type org.apache.axis.enum.Style cannot be resolved. It is indire