日期:2014-05-16  浏览次数:20993 次

oracle+ibatis+webservice的问题!
我的wsdl文件:

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://bean.ibatis.ideal.sh.cn" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:soapenc11="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenc12="http://www.w3.org/2003/05/soap-encoding" xmlns:tns="http://app.ideal.sh.cn" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://app.ideal.sh.cn">
  <wsdl:types>
  <xsd:schema targetNamespace="http://app.ideal.sh.cn" elementFormDefault="qualified" attributeFormDefault="qualified">
  <xsd:element name="login">
  <xsd:complexType>
  <xsd:sequence>
  <xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
  <xsd:element name="in1" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
  <xsd:element name="in2" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
  <xsd:element name="loginResponse">
  <xsd:complexType>
  <xsd:sequence>
  <xsd:element name="out" type="ns1:LoginUser" nillable="true" minOccurs="1" maxOccurs="1" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
  </xsd:schema>
  <xsd:schema targetNamespace="http://bean.ibatis.ideal.sh.cn" elementFormDefault="qualified" attributeFormDefault="qualified">
  <xsd:complexType name="LoginUser">
  <xsd:sequence>
  <xsd:element name="action" type="xsd:string" minOccurs="0" nillable="true" />
  <xsd:element name="areaId" type="xsd:string" minOccurs="0" nillable="true" />
  <xsd:element name="errorUrl" type="xsd:string" minOccurs="0" nillable="true" />
  <xsd:element name="flag" type="xsd:string" minOccurs="0" nillable="true" />
  <xsd:element name="pwd" type="xsd:string" minOccurs="0" nillable="true" />
  <xsd:element name="queuelist" type="ns1:ArrayOfQueueBean" minOccurs="0" nillable="true" />
  <xsd:element name="realName" type="xsd:string" minOccurs="0" nillable="true" />
  <xsd:element name="roleId" type="xsd:string" minOccurs="0" nillable="true" />
  <xsd:element name="sortList" type="ns1:ArrayOfTSort" minOccurs="0" nillable="true" />
  <xsd:element name="userId" type="xsd:string" minOccurs="0" nillable="true" />
  <xsd:element name=