<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" xmlns:intf="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://www.documentrequester.com/schemas/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.3
Built on Oct 05, 2005 (05:23:37 EDT)-->
 <wsdl:types>
  <schema targetNamespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://www.documentrequester.com/schemas/"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="ArrayOf_xsd_string">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
  <schema targetNamespace="http://www.documentrequester.com/schemas/" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="BatchJobStatistics">
    <sequence>
     <element name="batchJobName" nillable="true" type="xsd:string"/>
     <element name="batchJobUID" nillable="true" type="xsd:string"/>
     <element name="endTime" nillable="true" type="xsd:dateTime"/>
     <element name="jobLogFileName" nillable="true" type="xsd:string"/>
     <element name="percentageComplete" type="xsd:int"/>
     <element name="recordsInError" type="xsd:long"/>
     <element name="recordsProcessed" type="xsd:long"/>
     <element name="startTime" nillable="true" type="xsd:dateTime"/>
     <element name="status" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="publishDocumentRequest">

      <wsdl:part name="userName" type="xsd:string"/>

      <wsdl:part name="password" type="xsd:string"/>

      <wsdl:part name="documentPackageName" type="xsd:string"/>

      <wsdl:part name="publishProfileName" type="xsd:string"/>

      <wsdl:part name="variableData" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="startBatchJobRequest">

      <wsdl:part name="userName" type="xsd:string"/>

      <wsdl:part name="password" type="xsd:string"/>

      <wsdl:part name="batchJobName" type="xsd:string"/>

      <wsdl:part name="documentPackageName" type="xsd:string"/>

      <wsdl:part name="publishProfileName" type="xsd:string"/>

      <wsdl:part name="variableDataFileName" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="schemaForPackageRequest">

      <wsdl:part name="userName" type="xsd:string"/>

      <wsdl:part name="password" type="xsd:string"/>

      <wsdl:part name="documentPackageName" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="deployDocumentPackageRequest1">

      <wsdl:part name="userName" type="xsd:string"/>

      <wsdl:part name="password" type="xsd:string"/>

      <wsdl:part name="documentPackage" type="xsd:base64Binary"/>

      <wsdl:part name="documentPackageName" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="listDocumentPackagesResponse">

      <wsdl:part name="listDocumentPackagesReturn" type="impl:ArrayOf_xsd_string"/>

   </wsdl:message>

   <wsdl:message name="stopBatchJobRequest">

      <wsdl:part name="userName" type="xsd:string"/>

      <wsdl:part name="password" type="xsd:string"/>

      <wsdl:part name="batchJobUID" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="listPublishProfilesRequest">

      <wsdl:part name="userName" type="xsd:string"/>

      <wsdl:part name="password" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="startBatchJobResponse">

      <wsdl:part name="startBatchJobReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="retrieveBatchJobStatisticsRequest">

      <wsdl:part name="userName" type="xsd:string"/>

      <wsdl:part name="password" type="xsd:string"/>

      <wsdl:part name="batchJobUID" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="previewPDFResponse1">

      <wsdl:part name="previewPDFReturn" type="xsd:base64Binary"/>

   </wsdl:message>

   <wsdl:message name="deployDocumentPackageResponse1">

      <wsdl:part name="deployDocumentPackageReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="previewPDFRequest1">

      <wsdl:part name="userName" type="xsd:string"/>

      <wsdl:part name="password" type="xsd:string"/>

      <wsdl:part name="documentPackageName" type="xsd:string"/>

      <wsdl:part name="variableData" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="listPublishProfilesResponse">

      <wsdl:part name="listPublishProfilesReturn" type="impl:ArrayOf_xsd_string"/>

   </wsdl:message>

   <wsdl:message name="publishDocumentsResponse">

      <wsdl:part name="publishDocumentsReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="previewHTMLRequest">

      <wsdl:part name="userName" type="xsd:string"/>

      <wsdl:part name="password" type="xsd:string"/>

      <wsdl:part name="documentPackageName" type="xsd:string"/>

      <wsdl:part name="variableData" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="deployDocumentPackageRequest">

      <wsdl:part name="userName" type="xsd:string"/>

      <wsdl:part name="password" type="xsd:string"/>

      <wsdl:part name="documentPackage" type="xsd:base64Binary"/>

      <wsdl:part name="documentPackageName" type="xsd:string"/>

      <wsdl:part name="CategoryName" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="previewHTMLResponse">

      <wsdl:part name="previewHTMLReturn" type="xsd:base64Binary"/>

   </wsdl:message>

   <wsdl:message name="retrieveBatchJobStatisticsResponse">

      <wsdl:part name="retrieveBatchJobStatisticsReturn" type="tns1:BatchJobStatistics"/>

   </wsdl:message>

   <wsdl:message name="startBatchJobResponse1">

      <wsdl:part name="startBatchJobReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="stopBatchJobResponse">

      <wsdl:part name="stopBatchJobReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="publishDocumentsRequest">

      <wsdl:part name="userName" type="xsd:string"/>

      <wsdl:part name="password" type="xsd:string"/>

      <wsdl:part name="documentPackageName" type="impl:ArrayOf_xsd_string"/>

      <wsdl:part name="publishProfileName" type="xsd:string"/>

      <wsdl:part name="variableData" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="deployDocumentPackageResponse">

      <wsdl:part name="deployDocumentPackageReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="thumbnailForPackageResponse">

      <wsdl:part name="thumbnailForPackageReturn" type="xsd:base64Binary"/>

   </wsdl:message>

   <wsdl:message name="schemaForPackageResponse">

      <wsdl:part name="schemaForPackageReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="publishDocumentResponse">

      <wsdl:part name="publishDocumentReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="listDocumentPackagesRequest">

      <wsdl:part name="userName" type="xsd:string"/>

      <wsdl:part name="password" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="previewPDFResponse">

      <wsdl:part name="previewPDFReturn" type="xsd:base64Binary"/>

   </wsdl:message>

   <wsdl:message name="previewPDFRequest">

      <wsdl:part name="userName" type="xsd:string"/>

      <wsdl:part name="password" type="xsd:string"/>

      <wsdl:part name="documentPackageName" type="xsd:string"/>

      <wsdl:part name="publishProfileName" type="xsd:string"/>

      <wsdl:part name="variableData" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="thumbnailForPackageRequest">

      <wsdl:part name="userName" type="xsd:string"/>

      <wsdl:part name="password" type="xsd:string"/>

      <wsdl:part name="documentPackageName" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="startBatchJobRequest1">

      <wsdl:part name="userName" type="xsd:string"/>

      <wsdl:part name="password" type="xsd:string"/>

      <wsdl:part name="batchJobName" type="xsd:string"/>

      <wsdl:part name="documentPackageName" type="impl:ArrayOf_xsd_string"/>

      <wsdl:part name="publishProfileName" type="xsd:string"/>

      <wsdl:part name="variableDataFileName" type="xsd:string"/>

   </wsdl:message>

   <wsdl:portType name="RequestWebService">

      <wsdl:operation name="deployDocumentPackage" parameterOrder="userName password documentPackage documentPackageName CategoryName">

         <wsdl:input message="impl:deployDocumentPackageRequest" name="deployDocumentPackageRequest"/>

         <wsdl:output message="impl:deployDocumentPackageResponse" name="deployDocumentPackageResponse"/>

      </wsdl:operation>

      <wsdl:operation name="deployDocumentPackage" parameterOrder="userName password documentPackage documentPackageName">

         <wsdl:input message="impl:deployDocumentPackageRequest1" name="deployDocumentPackageRequest1"/>

         <wsdl:output message="impl:deployDocumentPackageResponse1" name="deployDocumentPackageResponse1"/>

      </wsdl:operation>

      <wsdl:operation name="listDocumentPackages" parameterOrder="userName password">

         <wsdl:input message="impl:listDocumentPackagesRequest" name="listDocumentPackagesRequest"/>

         <wsdl:output message="impl:listDocumentPackagesResponse" name="listDocumentPackagesResponse"/>

      </wsdl:operation>

      <wsdl:operation name="listPublishProfiles" parameterOrder="userName password">

         <wsdl:input message="impl:listPublishProfilesRequest" name="listPublishProfilesRequest"/>

         <wsdl:output message="impl:listPublishProfilesResponse" name="listPublishProfilesResponse"/>

      </wsdl:operation>

      <wsdl:operation name="publishDocument" parameterOrder="userName password documentPackageName publishProfileName variableData">

         <wsdl:input message="impl:publishDocumentRequest" name="publishDocumentRequest"/>

         <wsdl:output message="impl:publishDocumentResponse" name="publishDocumentResponse"/>

      </wsdl:operation>

      <wsdl:operation name="publishDocuments" parameterOrder="userName password documentPackageName publishProfileName variableData">

         <wsdl:input message="impl:publishDocumentsRequest" name="publishDocumentsRequest"/>

         <wsdl:output message="impl:publishDocumentsResponse" name="publishDocumentsResponse"/>

      </wsdl:operation>

      <wsdl:operation name="previewPDF" parameterOrder="userName password documentPackageName publishProfileName variableData">

         <wsdl:input message="impl:previewPDFRequest" name="previewPDFRequest"/>

         <wsdl:output message="impl:previewPDFResponse" name="previewPDFResponse"/>

      </wsdl:operation>

      <wsdl:operation name="previewPDF" parameterOrder="userName password documentPackageName variableData">

         <wsdl:input message="impl:previewPDFRequest1" name="previewPDFRequest1"/>

         <wsdl:output message="impl:previewPDFResponse1" name="previewPDFResponse1"/>

      </wsdl:operation>

      <wsdl:operation name="previewHTML" parameterOrder="userName password documentPackageName variableData">

         <wsdl:input message="impl:previewHTMLRequest" name="previewHTMLRequest"/>

         <wsdl:output message="impl:previewHTMLResponse" name="previewHTMLResponse"/>

      </wsdl:operation>

      <wsdl:operation name="startBatchJob" parameterOrder="userName password batchJobName documentPackageName publishProfileName variableDataFileName">

         <wsdl:input message="impl:startBatchJobRequest" name="startBatchJobRequest"/>

         <wsdl:output message="impl:startBatchJobResponse" name="startBatchJobResponse"/>

      </wsdl:operation>

      <wsdl:operation name="startBatchJob" parameterOrder="userName password batchJobName documentPackageName publishProfileName variableDataFileName">

         <wsdl:input message="impl:startBatchJobRequest1" name="startBatchJobRequest1"/>

         <wsdl:output message="impl:startBatchJobResponse1" name="startBatchJobResponse1"/>

      </wsdl:operation>

      <wsdl:operation name="retrieveBatchJobStatistics" parameterOrder="userName password batchJobUID">

         <wsdl:input message="impl:retrieveBatchJobStatisticsRequest" name="retrieveBatchJobStatisticsRequest"/>

         <wsdl:output message="impl:retrieveBatchJobStatisticsResponse" name="retrieveBatchJobStatisticsResponse"/>

      </wsdl:operation>

      <wsdl:operation name="stopBatchJob" parameterOrder="userName password batchJobUID">

         <wsdl:input message="impl:stopBatchJobRequest" name="stopBatchJobRequest"/>

         <wsdl:output message="impl:stopBatchJobResponse" name="stopBatchJobResponse"/>

      </wsdl:operation>

      <wsdl:operation name="thumbnailForPackage" parameterOrder="userName password documentPackageName">

         <wsdl:input message="impl:thumbnailForPackageRequest" name="thumbnailForPackageRequest"/>

         <wsdl:output message="impl:thumbnailForPackageResponse" name="thumbnailForPackageResponse"/>

      </wsdl:operation>

      <wsdl:operation name="schemaForPackage" parameterOrder="userName password documentPackageName">

         <wsdl:input message="impl:schemaForPackageRequest" name="schemaForPackageRequest"/>

         <wsdl:output message="impl:schemaForPackageResponse" name="schemaForPackageResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="xPRSRequestSoapBinding" type="impl:RequestWebService">

      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="deployDocumentPackage">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="deployDocumentPackageRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.dashboard.xprs.docscience.com" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="deployDocumentPackageResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="deployDocumentPackage">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="deployDocumentPackageRequest1">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.dashboard.xprs.docscience.com" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="deployDocumentPackageResponse1">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="listDocumentPackages">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="listDocumentPackagesRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.dashboard.xprs.docscience.com" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="listDocumentPackagesResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="listPublishProfiles">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="listPublishProfilesRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.dashboard.xprs.docscience.com" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="listPublishProfilesResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="publishDocument">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="publishDocumentRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.dashboard.xprs.docscience.com" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="publishDocumentResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="publishDocuments">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="publishDocumentsRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.dashboard.xprs.docscience.com" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="publishDocumentsResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="previewPDF">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="previewPDFRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.dashboard.xprs.docscience.com" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="previewPDFResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="previewPDF">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="previewPDFRequest1">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.dashboard.xprs.docscience.com" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="previewPDFResponse1">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="previewHTML">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="previewHTMLRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.dashboard.xprs.docscience.com" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="previewHTMLResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="startBatchJob">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="startBatchJobRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.dashboard.xprs.docscience.com" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="startBatchJobResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="startBatchJob">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="startBatchJobRequest1">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.dashboard.xprs.docscience.com" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="startBatchJobResponse1">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="retrieveBatchJobStatistics">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="retrieveBatchJobStatisticsRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.dashboard.xprs.docscience.com" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="retrieveBatchJobStatisticsResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="stopBatchJob">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="stopBatchJobRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.dashboard.xprs.docscience.com" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="stopBatchJobResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="thumbnailForPackage">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="thumbnailForPackageRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.dashboard.xprs.docscience.com" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="thumbnailForPackageResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="schemaForPackage">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="schemaForPackageRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.dashboard.xprs.docscience.com" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="schemaForPackageResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="RequestWebServiceService">

      <wsdl:port binding="impl:xPRSRequestSoapBinding" name="xPRSRequest">

         <wsdlsoap:address location="http://192.168.20.66:8080/xDashboard/WebService/services/xPRSRequest"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
