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 "
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.
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