Eclipse + Axis - Erro ao tentar consumir método simples em webservice

Fala povo! Eu estou tentando consumir um webservice usando o Axis mas tá dando pau, meu problema é; Fiz a seguinte implementação para fins de teste;

[code]package src;

import org.apache.axis.client.Call;
import org.apache.axis.client.Service;

public class ClasseTeste {
public static void main(String args[]) throws Exception {
String url = “http://localhost:1024/wsdl/IwsTabletPedido”;
Service service = new Service();
Call call = (Call) service.createCall();
call.setTargetEndpointAddress(url);
call.setOperationName(“loginUsuario”);
String[] parametros = {“leogazio”, “leogazio”};
Integer result = (Integer) call.invoke(parametros);
System.out.println(result);
}
}[/code]

Esse é o WSDL;

[quote]This XML file does not appear to have any style information associated with it. The document tree is shown below.


<xs:schema xmlns=“urn:Un_wsTabletPedidoTipos” targetNamespace=“urn:Un_wsTabletPedidoTipos”>
<xs:complexType name=“TListaProduto”>
xs:complexContent
<xs:restriction base=“soapenc:Array”>
xs:sequence/
<xs:attribute xmlns:n1=“http://schemas.xmlsoap.org/wsdl/” ref=“soapenc:arrayType” n1:arrayType=“ns1:TProduto[]”/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
<xs:complexType name=“TProduto”>
xs:sequence
<xs:element name=“PRO_ID” type=“xs:string”/>
<xs:element name=“PRO_NOME” type=“xs:string”/>
<xs:element name=“PRO_PRECO_VENDA” type=“xs:string”/>
</xs:sequence>
</xs:complexType>
<xs:complexType name=“TListaPedido”>
xs:complexContent
<xs:restriction base=“soapenc:Array”>
xs:sequence/
<xs:attribute xmlns:n1=“http://schemas.xmlsoap.org/wsdl/” ref=“soapenc:arrayType” n1:arrayType=“ns1:TPedido[]”/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
<xs:complexType name=“TPedido”>
xs:sequence
<xs:element name=“PED_ID” type=“xs:string”/>
<xs:element name=“USU_ID” type=“xs:string”/>
<xs:element name=“PRO_ID” type=“xs:string”/>
<xs:element name=“PRO_QTD” type=“xs:string”/>
<xs:element name=“MESA” type=“xs:string”/>
<xs:element name=“DATAHORA” type=“xs:string”/>
<xs:element name=“STATUS” type=“xs:string”/>
<xs:element name=“FECHADO” type=“xs:string”/>
<xs:element name=“COMENTARIO” type=“xs:string”/>
</xs:sequence>
</xs:complexType>
</xs:schema>



























































<soap:binding style=“rpc” transport=“http://schemas.xmlsoap.org/soap/http”/>

<soap:operation soapAction=“urn:Un_wsTabletPedidoIntf-IwsTabletPedido#loginUsuario” style=“rpc”/>

<soap:body use=“encoded” encodingStyle=“http://schemas.xmlsoap.org/soap/encoding/” namespace=“urn:Un_wsTabletPedidoIntf-IwsTabletPedido”/>


<soap:body use=“encoded” encodingStyle=“http://schemas.xmlsoap.org/soap/encoding/” namespace=“urn:Un_wsTabletPedidoIntf-IwsTabletPedido”/>



<soap:operation soapAction=“urn:Un_wsTabletPedidoIntf-IwsTabletPedido#listaProduto” style=“rpc”/>

<soap:body use=“encoded” encodingStyle=“http://schemas.xmlsoap.org/soap/encoding/” namespace=“urn:Un_wsTabletPedidoIntf-IwsTabletPedido”/>


<soap:body use=“encoded” encodingStyle=“http://schemas.xmlsoap.org/soap/encoding/” namespace=“urn:Un_wsTabletPedidoIntf-IwsTabletPedido”/>



<soap:operation soapAction=“urn:Un_wsTabletPedidoIntf-IwsTabletPedido#listaPedidoPronto” style=“rpc”/>

<soap:body use=“encoded” encodingStyle=“http://schemas.xmlsoap.org/soap/encoding/” namespace=“urn:Un_wsTabletPedidoIntf-IwsTabletPedido”/>


<soap:body use=“encoded” encodingStyle=“http://schemas.xmlsoap.org/soap/encoding/” namespace=“urn:Un_wsTabletPedidoIntf-IwsTabletPedido”/>



<soap:operation soapAction=“urn:Un_wsTabletPedidoIntf-IwsTabletPedido#abreNovoPedido” style=“rpc”/>

<soap:body use=“encoded” encodingStyle=“http://schemas.xmlsoap.org/soap/encoding/” namespace=“urn:Un_wsTabletPedidoIntf-IwsTabletPedido”/>


<soap:body use=“encoded” encodingStyle=“http://schemas.xmlsoap.org/soap/encoding/” namespace=“urn:Un_wsTabletPedidoIntf-IwsTabletPedido”/>



<soap:operation soapAction=“urn:Un_wsTabletPedidoIntf-IwsTabletPedido#fechaPedido” style=“rpc”/>

<soap:body use=“encoded” encodingStyle=“http://schemas.xmlsoap.org/soap/encoding/” namespace=“urn:Un_wsTabletPedidoIntf-IwsTabletPedido”/>


<soap:body use=“encoded” encodingStyle=“http://schemas.xmlsoap.org/soap/encoding/” namespace=“urn:Un_wsTabletPedidoIntf-IwsTabletPedido”/>





<soap:address location=“http://localhost:1024/soap/IwsTabletPedido”/>


[/quote]

Só que ao tentar executar é printada a seguinte mensagem;

[quote]07/04/2012 16:50:38 org.apache.axis.utils.JavaUtils isAttachmentSupported
AVISO: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
Exception in thread “main” AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.xml.sax.SAXException: Bad envelope tag: definitions
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXException: Bad envelope tag: definitions
at org.apache.axis.message.EnvelopeBuilder.startElement(EnvelopeBuilder.java:71)
at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1048)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at src.ClasseTeste.main(ClasseTeste.java:14)

{http://xml.apache.org/axis/}hostname:MICROCASA

org.xml.sax.SAXException: Bad envelope tag: definitions
at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:701)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at src.ClasseTeste.main(ClasseTeste.java:14)
Caused by: org.xml.sax.SAXException: Bad envelope tag: definitions
at org.apache.axis.message.EnvelopeBuilder.startElement(EnvelopeBuilder.java:71)
at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1048)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
… 9 more
[/quote]

Alguém sabe a razão?

Abraços a todos.