facebook

Not able to generate the client for XFire Services from Ecl.

  1. MyEclipse Archived
  2.  > 
  3. Web Services
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #292354 Reply

    indian.koti1
    Member

    Hi,

    We are generating the client for some services which are developed in XFire, all other test tools are working fine with the XFire WSDL’s, But eclipse is giving problem in importing the namespaces, according to my last post i imported some namespaces still i am facing the problem with this, if any body had good idea about WSDL’s pls. help us..

    The wsdl is as follows.

      <?xml version="1.0" encoding="UTF-8" ?> 
    - <wsdl:definitions targetNamespace="http://service.sequenceapi.ri.pfizer.com" xmlns:tns="http://service.sequenceapi.ri.pfizer.com" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://bean.sequenceapi.ri.pfizer.com" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc11="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns3="http://common.sequenceapi.ri.pfizer.com" xmlns:soapenc12="http://www.w3.org/2003/05/soap-encoding" xmlns:ns2="http://api.srs.lionuk" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    - <wsdl:types>
    - <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://bean.sequenceapi.ri.pfizer.com">
    - <xsd:complexType name="BlastOptions">
    - <xsd:sequence>
      <xsd:element minOccurs="0" name="BValue" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="EValue" type="xsd:double" /> 
      <xsd:element minOccurs="0" name="GValue" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="QValue" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="RValue" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="bigCValue" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="bigDValue" nillable="true" type="xsd:string" /> 
      <xsd:element minOccurs="0" name="bigEValue" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="bigFValue" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="bigGValue" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="bigKValue" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="bigMValue" nillable="true" type="xsd:string" /> 
      <xsd:element minOccurs="0" name="bigQValue" nillable="true" type="xsd:string" /> 
      <xsd:element minOccurs="0" name="bigSValue" nillable="true" type="xsd:string" /> 
      <xsd:element minOccurs="0" name="bigUValue" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="bigWValue" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="iterations" type="xsd:int" /> 
      </xsd:sequence>
      </xsd:complexType>
    - <xsd:complexType name="BatchJobStatus">
    - <xsd:sequence>
      <xsd:element minOccurs="0" name="jobId" nillable="true" type="xsd:string" /> 
      <xsd:element minOccurs="0" name="numberOfEntries" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="sessionId" nillable="true" type="xsd:string" /> 
      <xsd:element minOccurs="0" name="status" nillable="true" type="xsd:string" /> 
      </xsd:sequence>
      </xsd:complexType>
    - <xsd:complexType name="ArrayOfBlastResult">
    - <xsd:sequence>
      <xsd:element maxOccurs="unbounded" minOccurs="0" name="BlastResult" nillable="true" type="ns1:BlastResult" /> 
      </xsd:sequence>
      </xsd:complexType>
    - <xsd:complexType name="BlastResult">
    - <xsd:sequence>
      <xsd:element minOccurs="0" name="NGaps" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="NHsps" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="NIdent" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="NLength" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="NPositives" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="expect" type="xsd:double" /> 
      <xsd:element minOccurs="0" name="hitDescription" nillable="true" type="xsd:string" /> 
      <xsd:element minOccurs="0" name="hitID" nillable="true" type="xsd:string" /> 
      <xsd:element minOccurs="0" name="id" nillable="true" type="xsd:string" /> 
      <xsd:element minOccurs="0" name="matchLen" nillable="true" type="xsd:string" /> 
      <xsd:element minOccurs="0" name="percentId" nillable="true" type="xsd:string" /> 
      <xsd:element minOccurs="0" name="queryBeg" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="queryEnd" type="xsd:int" /> 
      <xsd:element minOccurs="0" name="score" nillable="true" type="xsd:string" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:schema>
    - <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://service.sequenceapi.ri.pfizer.com">
    - <xsd:element name="submitBlastJob1">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="sessionId" nillable="true" type="xsd:string" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="id" nillable="true" type="xsd:string" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="queryLib" nillable="true" type="xsd:string" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="blastType" nillable="true" type="xsd:string" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="subjectLib" nillable="true" type="xsd:string" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="bOptions" nillable="true" type="ns1:BlastOptions" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="submitBlastJob1Response">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="xsd:string" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
      <xsd:element name="SrsApiException" type="ns2:SrsApiException" /> 
      <xsd:element name="ServiceException" type="ns3:ServiceException" /> 
    - <xsd:element name="getJobPlainTextResults">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="sessionId" nillable="true" type="xsd:string" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="jobId" nillable="true" type="xsd:string" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="getJobPlainTextResultsResponse">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="xsd:string" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="getBlastImageByteArray">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="sessionId" nillable="true" type="xsd:string" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="jobId" nillable="true" type="xsd:string" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="getBlastImageByteArrayResponse">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="xsd:base64Binary" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="getDefaultBlastOptions">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="toolName" nillable="true" type="xsd:string" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="getDefaultBlastOptionsResponse">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="ns1:BlastOptions" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="getBlastImageURL">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="sessionId" nillable="true" type="xsd:string" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="jobId" nillable="true" type="xsd:string" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="getBlastImageURLResponse">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="xsd:string" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="getAllDataBankNames">
      <xsd:complexType /> 
      </xsd:element>
    - <xsd:complexType name="ArrayOfString">
    - <xsd:sequence>
      <xsd:element maxOccurs="unbounded" minOccurs="0" name="string" nillable="true" type="xsd:string" /> 
      </xsd:sequence>
      </xsd:complexType>
    - <xsd:element name="getAllDataBankNamesResponse">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="tns:ArrayOfString" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="getJobStatus">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="sessionId" nillable="true" type="xsd:string" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="jobId" nillable="true" type="xsd:string" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="getJobStatusResponse">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="ns1:BatchJobStatus" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="isJobFinished">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="sessionId" nillable="true" type="xsd:string" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="jobId" nillable="true" type="xsd:string" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="isJobFinishedResponse">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="out" type="xsd:boolean" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="submitBlastJob">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="sessionId" nillable="true" type="xsd:string" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="blastType" nillable="true" type="xsd:string" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="sequence" nillable="true" type="xsd:string" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="seqlib" nillable="true" type="xsd:string" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="bOptions" nillable="true" type="ns1:BlastOptions" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="submitBlastJobResponse">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="xsd:string" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:complexType name="ArrayOfInt">
    - <xsd:sequence>
      <xsd:element maxOccurs="unbounded" minOccurs="0" name="int" type="xsd:int" /> 
      </xsd:sequence>
      </xsd:complexType>
    - <xsd:element name="getBlastResultArray">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="sessionId" nillable="true" type="xsd:string" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="jobId" nillable="true" type="xsd:string" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="blockStart" type="xsd:int" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="blockSize" type="xsd:int" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="sortFields" nillable="true" type="tns:ArrayOfString" /> 
      <xsd:element maxOccurs="1" minOccurs="1" name="sortFieldsDirs" nillable="true" type="tns:ArrayOfInt" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="getBlastResultArrayResponse">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="ns1:ArrayOfBlastResult" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="getAvailableBlastTools">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="seqType" nillable="true" type="xsd:string" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="getAvailableBlastToolsResponse">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="tns:ArrayOfString" /> 
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
      </xsd:schema>
    - <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://api.srs.lionuk">
      <xsd:complexType name="SrsApiException" /> 
      </xsd:schema>
    - <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://common.sequenceapi.ri.pfizer.com">
      <xsd:complexType name="ServiceException" /> 
      </xsd:schema>
      </wsdl:types>
    - <wsdl:message name="getBlastImageByteArrayResponse">
      <wsdl:part name="parameters" element="tns:getBlastImageByteArrayResponse" /> 
      </wsdl:message>
    - <wsdl:message name="getJobStatusRequest">
      <wsdl:part name="parameters" element="tns:getJobStatus" /> 
      </wsdl:message>
    - <wsdl:message name="submitBlastJobResponse">
      <wsdl:part name="parameters" element="tns:submitBlastJobResponse" /> 
      </wsdl:message>
    - <wsdl:message name="SrsApiException">
      <wsdl:part name="SrsApiException" element="tns:SrsApiException" /> 
      </wsdl:message>
    - <wsdl:message name="isJobFinishedRequest">
      <wsdl:part name="parameters" element="tns:isJobFinished" /> 
      </wsdl:message>
    - <wsdl:message name="getBlastImageURLResponse">
      <wsdl:part name="parameters" element="tns:getBlastImageURLResponse" /> 
      </wsdl:message>
    - <wsdl:message name="ServiceException">
      <wsdl:part name="ServiceException" element="tns:ServiceException" /> 
      </wsdl:message>
    - <wsdl:message name="getJobPlainTextResultsResponse">
      <wsdl:part name="parameters" element="tns:getJobPlainTextResultsResponse" /> 
      </wsdl:message>
    - <wsdl:message name="getAllDataBankNamesResponse">
      <wsdl:part name="parameters" element="tns:getAllDataBankNamesResponse" /> 
      </wsdl:message>
    - <wsdl:message name="getBlastResultArrayRequest">
      <wsdl:part name="parameters" element="tns:getBlastResultArray" /> 
      </wsdl:message>
    - <wsdl:message name="getAvailableBlastToolsResponse">
      <wsdl:part name="parameters" element="tns:getAvailableBlastToolsResponse" /> 
      </wsdl:message>
    - <wsdl:message name="getBlastImageURLRequest">
      <wsdl:part name="parameters" element="tns:getBlastImageURL" /> 
      </wsdl:message>
    - <wsdl:message name="getAllDataBankNamesRequest">
      <wsdl:part name="parameters" element="tns:getAllDataBankNames" /> 
      </wsdl:message>
    - <wsdl:message name="submitBlastJobRequest">
      <wsdl:part name="parameters" element="tns:submitBlastJob" /> 
      </wsdl:message>
    - <wsdl:message name="submitBlastJob1Response">
      <wsdl:part name="parameters" element="tns:submitBlastJob1Response" /> 
      </wsdl:message>
    - <wsdl:message name="getDefaultBlastOptionsResponse">
      <wsdl:part name="parameters" element="tns:getDefaultBlastOptionsResponse" /> 
      </wsdl:message>
    - <wsdl:message name="getAvailableBlastToolsRequest">
      <wsdl:part name="parameters" element="tns:getAvailableBlastTools" /> 
      </wsdl:message>
    - <wsdl:message name="isJobFinishedResponse">
      <wsdl:part name="parameters" element="tns:isJobFinishedResponse" /> 
      </wsdl:message>
    - <wsdl:message name="getJobStatusResponse">
      <wsdl:part name="parameters" element="tns:getJobStatusResponse" /> 
      </wsdl:message>
    - <wsdl:message name="getJobPlainTextResultsRequest">
      <wsdl:part name="parameters" element="tns:getJobPlainTextResults" /> 
      </wsdl:message>
    - <wsdl:message name="getBlastResultArrayResponse">
      <wsdl:part name="parameters" element="tns:getBlastResultArrayResponse" /> 
      </wsdl:message>
    - <wsdl:message name="submitBlastJob1Request">
      <wsdl:part name="parameters" element="tns:submitBlastJob1" /> 
      </wsdl:message>
    - <wsdl:message name="getBlastImageByteArrayRequest">
      <wsdl:part name="parameters" element="tns:getBlastImageByteArray" /> 
      </wsdl:message>
    - <wsdl:message name="getDefaultBlastOptionsRequest">
      <wsdl:part name="parameters" element="tns:getDefaultBlastOptions" /> 
      </wsdl:message>
    - <wsdl:portType name="IBlastSearch">
    - <wsdl:operation name="submitBlastJob1">
      <wsdl:input name="submitBlastJob1Request" message="tns:submitBlastJob1Request" /> 
      <wsdl:output name="submitBlastJob1Response" message="tns:submitBlastJob1Response" /> 
      <wsdl:fault name="SrsApiException" message="tns:SrsApiException" /> 
      <wsdl:fault name="ServiceException" message="tns:ServiceException" /> 
      </wsdl:operation>
    - <wsdl:operation name="getJobPlainTextResults">
      <wsdl:input name="getJobPlainTextResultsRequest" message="tns:getJobPlainTextResultsRequest" /> 
      <wsdl:output name="getJobPlainTextResultsResponse" message="tns:getJobPlainTextResultsResponse" /> 
      <wsdl:fault name="SrsApiException" message="tns:SrsApiException" /> 
      <wsdl:fault name="ServiceException" message="tns:ServiceException" /> 
      </wsdl:operation>
    - <wsdl:operation name="getBlastImageByteArray">
      <wsdl:input name="getBlastImageByteArrayRequest" message="tns:getBlastImageByteArrayRequest" /> 
      <wsdl:output name="getBlastImageByteArrayResponse" message="tns:getBlastImageByteArrayResponse" /> 
      <wsdl:fault name="SrsApiException" message="tns:SrsApiException" /> 
      <wsdl:fault name="ServiceException" message="tns:ServiceException" /> 
      </wsdl:operation>
    - <wsdl:operation name="getDefaultBlastOptions">
      <wsdl:input name="getDefaultBlastOptionsRequest" message="tns:getDefaultBlastOptionsRequest" /> 
      <wsdl:output name="getDefaultBlastOptionsResponse" message="tns:getDefaultBlastOptionsResponse" /> 
      </wsdl:operation>
    - <wsdl:operation name="getBlastImageURL">
      <wsdl:input name="getBlastImageURLRequest" message="tns:getBlastImageURLRequest" /> 
      <wsdl:output name="getBlastImageURLResponse" message="tns:getBlastImageURLResponse" /> 
      <wsdl:fault name="SrsApiException" message="tns:SrsApiException" /> 
      <wsdl:fault name="ServiceException" message="tns:ServiceException" /> 
      </wsdl:operation>
    - <wsdl:operation name="getAllDataBankNames">
      <wsdl:input name="getAllDataBankNamesRequest" message="tns:getAllDataBankNamesRequest" /> 
      <wsdl:output name="getAllDataBankNamesResponse" message="tns:getAllDataBankNamesResponse" /> 
      <wsdl:fault name="SrsApiException" message="tns:SrsApiException" /> 
      <wsdl:fault name="ServiceException" message="tns:ServiceException" /> 
      </wsdl:operation>
    - <wsdl:operation name="getJobStatus">
      <wsdl:input name="getJobStatusRequest" message="tns:getJobStatusRequest" /> 
      <wsdl:output name="getJobStatusResponse" message="tns:getJobStatusResponse" /> 
      <wsdl:fault name="SrsApiException" message="tns:SrsApiException" /> 
      <wsdl:fault name="ServiceException" message="tns:ServiceException" /> 
      </wsdl:operation>
    - <wsdl:operation name="isJobFinished">
      <wsdl:input name="isJobFinishedRequest" message="tns:isJobFinishedRequest" /> 
      <wsdl:output name="isJobFinishedResponse" message="tns:isJobFinishedResponse" /> 
      <wsdl:fault name="SrsApiException" message="tns:SrsApiException" /> 
      <wsdl:fault name="ServiceException" message="tns:ServiceException" /> 
      </wsdl:operation>
    - <wsdl:operation name="submitBlastJob">
      <wsdl:input name="submitBlastJobRequest" message="tns:submitBlastJobRequest" /> 
      <wsdl:output name="submitBlastJobResponse" message="tns:submitBlastJobResponse" /> 
      <wsdl:fault name="SrsApiException" message="tns:SrsApiException" /> 
      <wsdl:fault name="ServiceException" message="tns:ServiceException" /> 
      </wsdl:operation>
    - <wsdl:operation name="getBlastResultArray">
      <wsdl:input name="getBlastResultArrayRequest" message="tns:getBlastResultArrayRequest" /> 
      <wsdl:output name="getBlastResultArrayResponse" message="tns:getBlastResultArrayResponse" /> 
      <wsdl:fault name="SrsApiException" message="tns:SrsApiException" /> 
      <wsdl:fault name="ServiceException" message="tns:ServiceException" /> 
      </wsdl:operation>
    - <wsdl:operation name="getAvailableBlastTools">
      <wsdl:input name="getAvailableBlastToolsRequest" message="tns:getAvailableBlastToolsRequest" /> 
      <wsdl:output name="getAvailableBlastToolsResponse" message="tns:getAvailableBlastToolsResponse" /> 
      <wsdl:fault name="ServiceException" message="tns:ServiceException" /> 
      </wsdl:operation>
      </wsdl:portType>
    - <wsdl:binding name="BlastSearchHttpBinding" type="tns:IBlastSearch">
      <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" /> 
    - <wsdl:operation name="submitBlastJob1">
      <wsdlsoap:operation soapAction="" /> 
    - <wsdl:input name="submitBlastJob1Request">
      <wsdlsoap:body use="literal" /> 
      </wsdl:input>
    - <wsdl:output name="submitBlastJob1Response">
      <wsdlsoap:body use="literal" /> 
      </wsdl:output>
    - <wsdl:fault name="SrsApiException">
      <wsdlsoap:fault name="SrsApiException" use="literal" /> 
      </wsdl:fault>
    - <wsdl:fault name="ServiceException">
      <wsdlsoap:fault name="ServiceException" use="literal" /> 
      </wsdl:fault>
      </wsdl:operation>
    - <wsdl:operation name="getJobPlainTextResults">
      <wsdlsoap:operation soapAction="" /> 
    - <wsdl:input name="getJobPlainTextResultsRequest">
      <wsdlsoap:body use="literal" /> 
      </wsdl:input>
    - <wsdl:output name="getJobPlainTextResultsResponse">
      <wsdlsoap:body use="literal" /> 
      </wsdl:output>
    - <wsdl:fault name="SrsApiException">
      <wsdlsoap:fault name="SrsApiException" use="literal" /> 
      </wsdl:fault>
    - <wsdl:fault name="ServiceException">
      <wsdlsoap:fault name="ServiceException" use="literal" /> 
      </wsdl:fault>
      </wsdl:operation>
    - <wsdl:operation name="getBlastImageByteArray">
      <wsdlsoap:operation soapAction="" /> 
    - <wsdl:input name="getBlastImageByteArrayRequest">
      <wsdlsoap:body use="literal" /> 
      </wsdl:input>
    - <wsdl:output name="getBlastImageByteArrayResponse">
      <wsdlsoap:body use="literal" /> 
      </wsdl:output>
    - <wsdl:fault name="SrsApiException">
      <wsdlsoap:fault name="SrsApiException" use="literal" /> 
      </wsdl:fault>
    - <wsdl:fault name="ServiceException">
      <wsdlsoap:fault name="ServiceException" use="literal" /> 
      </wsdl:fault>
      </wsdl:operation>
    - <wsdl:operation name="getDefaultBlastOptions">
      <wsdlsoap:operation soapAction="" /> 
    - <wsdl:input name="getDefaultBlastOptionsRequest">
      <wsdlsoap:body use="literal" /> 
      </wsdl:input>
    - <wsdl:output name="getDefaultBlastOptionsResponse">
      <wsdlsoap:body use="literal" /> 
      </wsdl:output>
      </wsdl:operation>
    - <wsdl:operation name="getBlastImageURL">
      <wsdlsoap:operation soapAction="" /> 
    - <wsdl:input name="getBlastImageURLRequest">
      <wsdlsoap:body use="literal" /> 
      </wsdl:input>
    - <wsdl:output name="getBlastImageURLResponse">
      <wsdlsoap:body use="literal" /> 
      </wsdl:output>
    - <wsdl:fault name="SrsApiException">
      <wsdlsoap:fault name="SrsApiException" use="literal" /> 
      </wsdl:fault>
    - <wsdl:fault name="ServiceException">
      <wsdlsoap:fault name="ServiceException" use="literal" /> 
      </wsdl:fault>
      </wsdl:operation>
    - <wsdl:operation name="getAllDataBankNames">
      <wsdlsoap:operation soapAction="" /> 
    - <wsdl:input name="getAllDataBankNamesRequest">
      <wsdlsoap:body use="literal" /> 
      </wsdl:input>
    - <wsdl:output name="getAllDataBankNamesResponse">
      <wsdlsoap:body use="literal" /> 
      </wsdl:output>
    - <wsdl:fault name="SrsApiException">
      <wsdlsoap:fault name="SrsApiException" use="literal" /> 
      </wsdl:fault>
    - <wsdl:fault name="ServiceException">
      <wsdlsoap:fault name="ServiceException" use="literal" /> 
      </wsdl:fault>
      </wsdl:operation>
    - <wsdl:operation name="getJobStatus">
      <wsdlsoap:operation soapAction="" /> 
    - <wsdl:input name="getJobStatusRequest">
      <wsdlsoap:body use="literal" /> 
      </wsdl:input>
    - <wsdl:output name="getJobStatusResponse">
      <wsdlsoap:body use="literal" /> 
      </wsdl:output>
    - <wsdl:fault name="SrsApiException">
      <wsdlsoap:fault name="SrsApiException" use="literal" /> 
      </wsdl:fault>
    - <wsdl:fault name="ServiceException">
      <wsdlsoap:fault name="ServiceException" use="literal" /> 
      </wsdl:fault>
      </wsdl:operation>
    - <wsdl:operation name="isJobFinished">
      <wsdlsoap:operation soapAction="" /> 
    - <wsdl:input name="isJobFinishedRequest">
      <wsdlsoap:body use="literal" /> 
      </wsdl:input>
    - <wsdl:output name="isJobFinishedResponse">
      <wsdlsoap:body use="literal" /> 
      </wsdl:output>
    - <wsdl:fault name="SrsApiException">
      <wsdlsoap:fault name="SrsApiException" use="literal" /> 
      </wsdl:fault>
    - <wsdl:fault name="ServiceException">
      <wsdlsoap:fault name="ServiceException" use="literal" /> 
      </wsdl:fault>
      </wsdl:operation>
    - <wsdl:operation name="submitBlastJob">
      <wsdlsoap:operation soapAction="" /> 
    - <wsdl:input name="submitBlastJobRequest">
      <wsdlsoap:body use="literal" /> 
      </wsdl:input>
    - <wsdl:output name="submitBlastJobResponse">
      <wsdlsoap:body use="literal" /> 
      </wsdl:output>
    - <wsdl:fault name="SrsApiException">
      <wsdlsoap:fault name="SrsApiException" use="literal" /> 
      </wsdl:fault>
    - <wsdl:fault name="ServiceException">
      <wsdlsoap:fault name="ServiceException" use="literal" /> 
      </wsdl:fault>
      </wsdl:operation>
    - <wsdl:operation name="getBlastResultArray">
      <wsdlsoap:operation soapAction="" /> 
    - <wsdl:input name="getBlastResultArrayRequest">
      <wsdlsoap:body use="literal" /> 
      </wsdl:input>
    - <wsdl:output name="getBlastResultArrayResponse">
      <wsdlsoap:body use="literal" /> 
      </wsdl:output>
    - <wsdl:fault name="SrsApiException">
      <wsdlsoap:fault name="SrsApiException" use="literal" /> 
      </wsdl:fault>
    - <wsdl:fault name="ServiceException">
      <wsdlsoap:fault name="ServiceException" use="literal" /> 
      </wsdl:fault>
      </wsdl:operation>
    - <wsdl:operation name="getAvailableBlastTools">
      <wsdlsoap:operation soapAction="" /> 
    - <wsdl:input name="getAvailableBlastToolsRequest">
      <wsdlsoap:body use="literal" /> 
      </wsdl:input>
    - <wsdl:output name="getAvailableBlastToolsResponse">
      <wsdlsoap:body use="literal" /> 
      </wsdl:output>
    - <wsdl:fault name="ServiceException">
      <wsdlsoap:fault name="ServiceException" use="literal" /> 
      </wsdl:fault>
      </wsdl:operation>
      </wsdl:binding>
    - <wsdl:service name="BlastSearch">
    - <wsdl:port name="BlastSearchHttpPort" binding="tns:BlastSearchHttpBinding">
      <wsdlsoap:address location="http://seqapi/seqapi/services/BlastSearch" /> 
      </wsdl:port>
      </wsdl:service>
      </wsdl:definitions>
    Thanks,
    Koti
    #292363 Reply

    Brian Fernandes
    Moderator

    Koti,

    I don’t see any <import> elements in the WSDL itself. If you use elements from another schema, you would need to use import elements to import that schema into your WSDL file.

    #292373 Reply

    indian.koti1
    Member

    @Support-Brian wrote:

    Koti,

    I don’t see any <import> elements in the WSDL itself. If you use elements from another schema, you would need to use import elements to import that schema into your WSDL file.

    I used imports and then removed the 3 imports and i pasted the original WSDL, without making any modifications…

    #292381 Reply

    Riyad Kalla
    Member

    Koti,

    Could you be more specific as to what imports you used? That could help explain what went wrong.

    #292429 Reply

    indian.koti1
    Member

    HI,

    These are imports which i used

    <xsd:import namespace=”http://api.srs.lionuk”/&gt;
    <xsd:import namespace=”http://bean.sequenceapi.ri.pfizer.com”/&gt;
    <xsd:import namespace=”http://common.sequenceapi.ri.pfizer.com”/&gt;

    #292781 Reply

    Riyad Kalla
    Member

    This message has not been recovered.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Not able to generate the client for XFire Services from Ecl.

You must be logged in to post in the forum log in