wie, mit dem bisschen wird eclipse nicht fertig ??
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="urn:DefaultNamespace" xmlns="
http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="
http://xml.apache.org/xml-soap" xmlns:impl="urn:DefaultNamespace" xmlns:intf="urn:DefaultNamespace" xmlns:soapenc="
http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="
http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="
http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
<wsdl:types>
<schema targetNamespace="urn:DefaultNamespace" xmlns="
http://www.w3.org/2001/XMLSchema" xmlns:wsdl="
http://schemas.xmlsoap.org/wsdl/">
<import namespace="
http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="TICKET">
<sequence>
<element name="USER" type="xsd:string"/>
<element name="TICKETNUMBER" type="xsd:string"/>
<element name="ACTIONBY" type="xsd:string"/>
<element name="PROBLEM" type="xsd:string"/>
<element name="STATUS" type="xsd:string"/>
</sequence>
</complexType>
<complexType name="ArrayOfTICKET">
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType" wsdl:arrayType="impl:TICKET[]"/>
</restriction>
</complexContent>
</complexType>
<complexType name="TICKETCOLLECTION">
<sequence>
<element name="TICKETS" nillable="true" type="impl:ArrayOfTICKET"/>
<element name="TICKETCOUNT" type="xsd:short"/>
<element name="ERRORCODE" type="xsd:short"/>
</sequence>
</complexType>
<complexType name="TODO">
<sequence>
<element name="TODONUMBER" type="xsd:string"/>
<element name="PROBLEM" type="xsd:string"/>
<element name="STATUS" type="xsd:string"/>
</sequence>
</complexType>
<complexType name="ArrayOfTODO">
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType" wsdl:arrayType="impl:TODO[]"/>
</restriction>
</complexContent>
</complexType>
<complexType name="TODOCOLLECTION">
<sequence>
<element name="TODOS" nillable="true" type="impl:ArrayOfTODO"/>
<element name="TODOCOUNT" type="xsd:short"/>
</sequence>
</complexType>
<complexType name="TICKETDETAILS">
<sequence>
<element name="USER" type="xsd:string"/>
<element name="TICKETNUMBER" type="xsd:string"/>
<element name="PROBLEM" type="xsd:string"/>
<element name="STATUS" type="xsd:string"/>
<element name="ASSOCIATEDTODO" nillable="true" type="impl:TODOCOLLECTION"/>
</sequence>
</complexType>
</schema>
</wsdl:types>
<wsdl:message name="GETTICKETSBYSTATUSResponse">
<wsdl:part name="GETTICKETSBYSTATUSReturn" type="impl:TICKETCOLLECTION"/>
</wsdl:message>
<wsdl:message name="CLOSETICKETResponse">
<wsdl:part name="CLOSETICKETReturn" type="xsd:short"/>
</wsdl:message>
<wsdl:message name="GETTICKETDETAILSRequest">
<wsdl:part name="TICKETNUMBER" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="GETTICKETDETAILSResponse">
<wsdl:part name="GETTICKETDETAILSReturn" type="impl:TICKETDETAILS"/>
</wsdl:message>
<wsdl:message name="CREATETICKETRequest">
<wsdl:part name="STRUSER" type="xsd:string"/>
<wsdl:part name="STRPROBLEM" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="GETNEWTICKETSResponse">
<wsdl:part name="GETNEWTICKETSReturn" type="impl:TICKETCOLLECTION"/>
</wsdl:message>
<wsdl:message name="CLOSETICKETRequest">
<wsdl:part name="STRTICKET" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="GETALLTICKETSBYSUPPORTERResponse">
<wsdl:part name="GETALLTICKETSBYSUPPORTERReturn" type="impl:TICKETCOLLECTION"/>
</wsdl:message>
<wsdl:message name="GETOPENTICKETSResponse">
<wsdl:part name="GETOPENTICKETSReturn" type="impl:TICKETCOLLECTION"/>
</wsdl:message>
<wsdl:message name="GETALLTICKETSBYUSERRequest">
<wsdl:part name="STRUSER" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="GETTICKETSBYSTATUSRequest">
<wsdl:part name="STATUS" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="GETCLOSEDTICKETSResponse">
<wsdl:part name="GETCLOSEDTICKETSReturn" type="impl:TICKETCOLLECTION"/>
</wsdl:message>
<wsdl:message name="GETRESUBMITTEDTICKETSRequest">
</wsdl:message>
<wsdl:message name="ASSIGNTICKETRequest">
<wsdl:part name="STRTICKET" type="xsd:string"/>
<wsdl:part name="STRASSIGNTO" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="CREATETICKETResponse">
<wsdl:part name="CREATETICKETReturn" type="xsd:short"/>
</wsdl:message>
<wsdl:message name="ASSIGNTICKETResponse">
<wsdl:part name="ASSIGNTICKETReturn" type="xsd:short"/>
</wsdl:message>
<wsdl:message name="GETOPENTICKETSRequest">
</wsdl:message>
<wsdl:message name="GETNEWTICKETSRequest">
</wsdl:message>
<wsdl:message name="GETRESUBMITTEDTICKETSResponse">
<wsdl:part name="GETRESUBMITTEDTICKETSReturn" type="impl:TICKETCOLLECTION"/>
</wsdl:message>
<wsdl:message name="GETALLTICKETSBYSUPPORTERRequest">
<wsdl:part name="STRSUPPORTER" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="GETCLOSEDTICKETSRequest">
</wsdl:message>
<wsdl:message name="GETALLTICKETSBYUSERResponse">
<wsdl:part name="GETALLTICKETSBYUSERReturn" type="impl:TICKETCOLLECTION"/>
</wsdl:message>
<wsdl:portType name="wsTicket">
<wsdl:operation name="GETNEWTICKETS">
<wsdl:input message="impl:GETNEWTICKETSRequest" name="GETNEWTICKETSRequest"/>
<wsdl:output message="impl:GETNEWTICKETSResponse" name="GETNEWTICKETSResponse"/>
</wsdl:operation>
<wsdl:operation name="GETCLOSEDTICKETS">
<wsdl:input message="impl:GETCLOSEDTICKETSRequest" name="GETCLOSEDTICKETSRequest"/>
<wsdl:output message="impl:GETCLOSEDTICKETSResponse" name="GETCLOSEDTICKETSResponse"/>
</wsdl:operation>
<wsdl:operation name="GETOPENTICKETS">
<wsdl:input message="impl:GETOPENTICKETSRequest" name="GETOPENTICKETSRequest"/>
<wsdl:output message="impl:GETOPENTICKETSResponse" name="GETOPENTICKETSResponse"/>
</wsdl:operation>
<wsdl:operation name="GETRESUBMITTEDTICKETS">
<wsdl:input message="impl:GETRESUBMITTEDTICKETSRequest" name="GETRESUBMITTEDTICKETSRequest"/>
<wsdl:output message="impl:GETRESUBMITTEDTICKETSResponse" name="GETRESUBMITTEDTICKETSResponse"/>
</wsdl:operation>
<wsdl:operation name="GETALLTICKETSBYUSER" parameterOrder="STRUSER">
<wsdl:input message="impl:GETALLTICKETSBYUSERRequest" name="GETALLTICKETSBYUSERRequest"/>
<wsdl:output message="impl:GETALLTICKETSBYUSERResponse" name="GETALLTICKETSBYUSERResponse"/>
</wsdl:operation>
<wsdl:operation name="GETTICKETDETAILS" parameterOrder="TICKETNUMBER">
<wsdl:input message="impl:GETTICKETDETAILSRequest" name="GETTICKETDETAILSRequest"/>
<wsdl:output message="impl:GETTICKETDETAILSResponse" name="GETTICKETDETAILSResponse"/>
</wsdl:operation>
<wsdl:operation name="GETALLTICKETSBYSUPPORTER" parameterOrder="STRSUPPORTER">
<wsdl:input message="impl:GETALLTICKETSBYSUPPORTERRequest" name="GETALLTICKETSBYSUPPORTERRequest"/>
<wsdl:output message="impl:GETALLTICKETSBYSUPPORTERResponse" name="GETALLTICKETSBYSUPPORTERResponse"/>
</wsdl:operation>
<wsdl:operation name="CREATETICKET" parameterOrder="STRUSER STRPROBLEM">
<wsdl:input message="impl:CREATETICKETRequest" name="CREATETICKETRequest"/>
<wsdl:output message="impl:CREATETICKETResponse" name="CREATETICKETResponse"/>
</wsdl:operation>
<wsdl:operation name="ASSIGNTICKET" parameterOrder="STRTICKET STRASSIGNTO">
<wsdl:input message="impl:ASSIGNTICKETRequest" name="ASSIGNTICKETRequest"/>
<wsdl:output message="impl:ASSIGNTICKETResponse" name="ASSIGNTICKETResponse"/>
</wsdl:operation>
<wsdl:operation name="CLOSETICKET" parameterOrder="STRTICKET">
<wsdl:input message="impl:CLOSETICKETRequest" name="CLOSETICKETRequest"/>
<wsdl:output message="impl:CLOSETICKETResponse" name="CLOSETICKETResponse"/>
</wsdl:operation>
<wsdl:operation name="GETTICKETSBYSTATUS" parameterOrder="STATUS">
<wsdl:input message="impl:GETTICKETSBYSTATUSRequest" name="GETTICKETSBYSTATUSRequest"/>
<wsdl:output message="impl:GETTICKETSBYSTATUSResponse" name="GETTICKETSBYSTATUSResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="DominoSoapBinding" type="impl:wsTicket">
<wsdlsoap:binding style="rpc" transport="
http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="GETNEWTICKETS">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="GETNEWTICKETSRequest">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:input>
<wsdl:output name="GETNEWTICKETSResponse">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GETCLOSEDTICKETS">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="GETCLOSEDTICKETSRequest">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:input>
<wsdl:output name="GETCLOSEDTICKETSResponse">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GETOPENTICKETS">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="GETOPENTICKETSRequest">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:input>
<wsdl:output name="GETOPENTICKETSResponse">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GETRESUBMITTEDTICKETS">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="GETRESUBMITTEDTICKETSRequest">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:input>
<wsdl:output name="GETRESUBMITTEDTICKETSResponse">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GETALLTICKETSBYUSER">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="GETALLTICKETSBYUSERRequest">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:input>
<wsdl:output name="GETALLTICKETSBYUSERResponse">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GETTICKETDETAILS">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="GETTICKETDETAILSRequest">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:input>
<wsdl:output name="GETTICKETDETAILSResponse">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GETALLTICKETSBYSUPPORTER">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="GETALLTICKETSBYSUPPORTERRequest">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:input>
<wsdl:output name="GETALLTICKETSBYSUPPORTERResponse">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CREATETICKET">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="CREATETICKETRequest">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:input>
<wsdl:output name="CREATETICKETResponse">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ASSIGNTICKET">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="ASSIGNTICKETRequest">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:input>
<wsdl:output name="ASSIGNTICKETResponse">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CLOSETICKET">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="CLOSETICKETRequest">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:input>
<wsdl:output name="CLOSETICKETResponse">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GETTICKETSBYSTATUS">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="GETTICKETSBYSTATUSRequest">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:input>
<wsdl:output name="GETTICKETSBYSTATUSResponse">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="wsTicketService">
<wsdl:port binding="impl:DominoSoapBinding" name="Domino">
<wsdlsoap:address location="
http://main/helpdesk.nsf/wsTicket?WSDL"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>