facebook

error in generating client for document literal

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

    sipu
    Member

    HI,
    I’m using myEclipse as IDE for generating and testing Web Services.

    I’m using the option ‘DOCUMENT-LITERAL’.

    While testing through web service explorer, some of the GUI which it makes automatically
    gets blank specially those in which input params are complex-types.

    It runs fine if i use the option ‘RPC-ENCODED’. All the methods are tested successfully.

    But in case of ‘DOCUMENT-LITERAL’, for some methods, the web service explorer’s screen goes blank. Most of the methodas are using complex types.

    I’m attaching the errors in case of Document literal which I get while accessing Wthe Web Service in web service explorer and also the WSDL file.

    Hoping for a solution soon.

    Regards,
    Piyush

    Errors–>XSD: Type reference ‘http://beans.service.rater.infozech.com#ServiceBean’ is unresolved XSD: Type reference ‘http://beans.service.rater.infozech.com#ServiceBean’ is unresolved XSD: Type reference ‘http://src.service.rater.infozech.com#QueryBean’ is unresolved XSD: Type reference ‘http://beans.service.rater.infozech.com#ServiceBean’ is unresolved XSD: Type reference ‘http://beans.service.rater.infozech.com#ServiceTypeMasterBean’ is unresolved XSD: Type reference ‘http://beans.service.rater.infozech.com#ServiceTypeBean’ is unresolved XSD: Type reference ‘http://beans.service.rater.infozech.com#ServiceTypeMasterBean’ is unresolved XSD: Type reference ‘http://src.service.rater.infozech.com#QueryBean’ is unresolved XSD: Type reference ‘http://beans.service.rater.infozech.com#ServiceTypeMasterBean’ is unresolved XSD: Type reference ‘http://beans.service.rater.infozech.com#ServiceServiceTypeBean’ is unresolved XSD: Type reference ‘http://beans.service.rater.infozech.com#ServiceServiceTypeBean’ is unresolved XSD: Type reference ‘http://src.service.rater.infozech.com#QueryBean’ is unresolved XSD: Type reference ‘http://beans.service.rater.infozech.com#ServiceServiceTypeBean’ is unresolved XSD: Type reference ‘http://beans.service.rater.infozech.com#ServiceBean’ is unresolved XSD: Type reference ‘http://beans.service.rater.infozech.com#ServiceTypeMasterBean’ is unresolved XSD: Type reference ‘http://beans.service.rater.infozech.com#ServiceServiceTypeBean’ is unresolved XSD: The location ” has not been resolved XSD: The location ” has not been resolved XSD: The location ” has not been resolved XSD: The location ” has not been resolved IWAB0381I http://localhost:8080/RaterWSCTest/services/ServiceWSDLMapping?wsdl was successfully opened.

    Here is my WSDL FILe—>

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <wsdl:definitions targetNamespace=”http://mapper.commons.rater.infozech.com&#8221; xmlns:apachesoap=”http://xml.apache.org/xml-soap&#8221; xmlns:impl=”http://mapper.commons.rater.infozech.com&#8221; xmlns:intf=”http://mapper.commons.rater.infozech.com&#8221; xmlns:tns1=”http://beans.service.rater.infozech.com&#8221; xmlns:tns2=”http://hibernate.commons.rater.infozech.com&#8221; xmlns:wsdl=”http://schemas.xmlsoap.org/wsdl/&#8221; xmlns:wsdlsoap=”http://schemas.xmlsoap.org/wsdl/soap/&#8221; xmlns:xsd=”http://www.w3.org/2001/XMLSchema”&gt;
    <!–WSDL created by Apache Axis version: 1.3
    Built on Oct 05, 2005 (05:23:37 EDT)–>
    <wsdl:types>
    <schema elementFormDefault=”qualified” targetNamespace=”http://beans.service.rater.infozech.com&#8221; xmlns=”http://www.w3.org/2001/XMLSchema”&gt;
    <import namespace=”http://hibernate.commons.rater.infozech.com”/&gt;
    <import namespace=”http://mapper.commons.rater.infozech.com”/&gt;
    <complexType name=”ServiceBean”>
    <sequence>
    <element name=”createdBy” nillable=”true” type=”xsd:string”/>
    <element name=”createdOn” nillable=”true” type=”xsd:dateTime”/>
    <element name=”lastModifiedBy” nillable=”true” type=”xsd:string”/>
    <element name=”lastModifiedOn” nillable=”true” type=”xsd:dateTime”/>
    <element name=”serviceAttribute1″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceAttribute2″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceAttribute3″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceAttribute4″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceAttribute5″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceDesc” nillable=”true” type=”xsd:string”/>
    <element name=”serviceId” nillable=”true” type=”xsd:long”/>
    <element name=”serviceName” nillable=”true” type=”xsd:string”/>
    </sequence>
    </complexType>
    <complexType name=”ServiceTypeBean”>
    <sequence>
    <element name=”abbreviation” nillable=”true” type=”xsd:string”/>
    <element name=”billingEntityName” nillable=”true” type=”xsd:string”/>
    <element name=”cdrfield” nillable=”true” type=”xsd:string”/>
    <element name=”createdBy” nillable=”true” type=”xsd:string”/>
    <element name=”createdOn” nillable=”true” type=”xsd:dateTime”/>
    <element name=”dimension” nillable=”true” type=”xsd:string”/>
    <element name=”lastModifiedBy” nillable=”true” type=”xsd:string”/>
    <element name=”lastModifiedOn” nillable=”true” type=”xsd:dateTime”/>
    <element name=”serviceTypeAttribute1″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceTypeAttribute2″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceTypeAttribute3″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceTypeAttribute4″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceTypeAttribute5″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceTypeMasterId” nillable=”true” type=”xsd:long”/>
    <element name=”serviceTypeUniqueId” nillable=”true” type=”xsd:long”/>
    </sequence>
    </complexType>
    <complexType name=”ServiceTypeMasterBean”>
    <sequence>
    <element name=”createdBy” nillable=”true” type=”xsd:string”/>
    <element name=”createdOn” nillable=”true” type=”xsd:dateTime”/>
    <element name=”lastModifiedBy” nillable=”true” type=”xsd:string”/>
    <element name=”lastModifiedOn” nillable=”true” type=”xsd:dateTime”/>
    <element name=”serviceTypeDesc” nillable=”true” type=”xsd:string”/>
    <element name=”serviceTypeId” nillable=”true” type=”xsd:long”/>
    <element name=”serviceTypeMasterAttribute1″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceTypeMasterAttribute2″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceTypeMasterAttribute3″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceTypeMasterAttribute4″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceTypeMasterAttribute5″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceTypeName” nillable=”true” type=”xsd:string”/>
    <element name=”serviceTypes” nillable=”true” type=”impl:ArrayOf_tns1_ServiceTypeBean”/>
    </sequence>
    </complexType>
    <complexType name=”ServiceServiceTypeBean”>
    <sequence>
    <element name=”createdBy” nillable=”true” type=”xsd:string”/>
    <element name=”createdOn” nillable=”true” type=”xsd:dateTime”/>
    <element name=”lastModifiedBy” nillable=”true” type=”xsd:string”/>
    <element name=”lastModifiedOn” nillable=”true” type=”xsd:dateTime”/>
    <element name=”serviceId” nillable=”true” type=”xsd:long”/>
    <element name=”serviceServiceTypeAttribute1″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceServiceTypeAttribute2″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceServiceTypeAttribute3″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceServiceTypeAttribute4″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceServiceTypeAttribute5″ nillable=”true” type=”xsd:string”/>
    <element name=”serviceServiceTypeId” nillable=”true” type=”xsd:long”/>
    <element name=”serviceTypeId” nillable=”true” type=”xsd:long”/>
    </sequence>
    </complexType>
    </schema>
    <schema elementFormDefault=”qualified” targetNamespace=”http://mapper.commons.rater.infozech.com&#8221; xmlns=”http://www.w3.org/2001/XMLSchema”&gt;
    <import namespace=”http://beans.service.rater.infozech.com”/&gt;
    <import namespace=”http://hibernate.commons.rater.infozech.com”/&gt;
    <element name=”serviceBean” type=”tns1:ServiceBean”/>
    <element name=”createSeviceReturn” type=”xsd:long”/>
    <element name=”serviceBean1″ type=”tns1:ServiceBean”/>
    <element name=”serviceId” type=”xsd:long”/>
    <complexType name=”ArrayOf_tns2_QueryBean”>
    <sequence>
    <element maxOccurs=”unbounded” minOccurs=”0″ name=”item” type=”tns2:QueryBean”/>
    </sequence>
    </complexType>
    <element name=”queryBean”>
    <complexType>
    <sequence>
    <element maxOccurs=”unbounded” minOccurs=”0″ name=”item” type=”tns2:QueryBean”/>
    </sequence>
    </complexType>
    </element>
    <complexType name=”ArrayOf_tns1_ServiceBean”>
    <sequence>
    <element maxOccurs=”unbounded” minOccurs=”0″ name=”item” type=”tns1:ServiceBean”/>
    </sequence>
    </complexType>
    <element name=”getSeviceReturn”>
    <complexType>
    <sequence>
    <element maxOccurs=”unbounded” minOccurs=”0″ name=”item” type=”tns1:ServiceBean”/>
    </sequence>
    </complexType>
    </element>
    <complexType name=”ArrayOf_tns1_ServiceTypeBean”>
    <sequence>
    <element maxOccurs=”unbounded” minOccurs=”0″ name=”item” type=”tns1:ServiceTypeBean”/>
    </sequence>
    </complexType>
    <element name=”serviceTypeMasterBean” type=”tns1:ServiceTypeMasterBean”/>
    <element name=”association” type=”xsd:int”/>
    <element name=”createSeviceTypeReturn” type=”xsd:long”/>
    <element name=”serviceTypeMasterBean1″ type=”tns1:ServiceTypeMasterBean”/>
    <element name=”association1″ type=”xsd:int”/>
    <element name=”serviceTypeId” type=”xsd:long”/>
    <element name=”serviceTypeUniqueId” type=”xsd:long”/>
    <element name=”queryBean1″>
    <complexType>
    <sequence>
    <element maxOccurs=”unbounded” minOccurs=”0″ name=”item” type=”tns2:QueryBean”/>
    </sequence>
    </complexType>
    </element>
    <complexType name=”ArrayOf_tns1_ServiceTypeMasterBean”>
    <sequence>
    <element maxOccurs=”unbounded” minOccurs=”0″ name=”item” type=”tns1:ServiceTypeMasterBean”/>
    </sequence>
    </complexType>
    <element name=”getSeviceTypeReturn”>
    <complexType>
    <sequence>
    <element maxOccurs=”unbounded” minOccurs=”0″ name=”item” type=”tns1:ServiceTypeMasterBean”/>
    </sequence>
    </complexType>
    </element>
    <element name=”serviceServiceTypeBean” type=”tns1:ServiceServiceTypeBean”/>
    <element name=”createSeviceServiceTypeReturn” type=”xsd:long”/>
    <element name=”serviceServiceTypeBean1″ type=”tns1:ServiceServiceTypeBean”/>
    <element name=”serviceServiceTypeId” type=”xsd:long”/>
    <element name=”queryBean2″>
    <complexType>
    <sequence>
    <element maxOccurs=”unbounded” minOccurs=”0″ name=”item” type=”tns2:QueryBean”/>
    </sequence>
    </complexType>
    </element>
    <complexType name=”ArrayOf_tns1_ServiceServiceTypeBean”>
    <sequence>
    <element maxOccurs=”unbounded” minOccurs=”0″ name=”item” type=”tns1:ServiceServiceTypeBean”/>
    </sequence>
    </complexType>
    <element name=”getSeviceServiceTypeReturn”>
    <complexType>
    <sequence>
    <element maxOccurs=”unbounded” minOccurs=”0″ name=”item” type=”tns1:ServiceServiceTypeBean”/>
    </sequence>
    </complexType>
    </element>
    <element name=”serviceBean2″ type=”tns1:ServiceBean”/>
    <element name=”serviceTypeMasterBean2″ type=”tns1:ServiceTypeMasterBean”/>
    <element name=”serviceServiceTypeBean2″ type=”tns1:ServiceServiceTypeBean”/>
    <element name=”association2″ type=”xsd:boolean”/>
    </schema>
    <schema elementFormDefault=”qualified” targetNamespace=”http://hibernate.commons.rater.infozech.com&#8221; xmlns=”http://www.w3.org/2001/XMLSchema”&gt;
    <import namespace=”http://beans.service.rater.infozech.com”/&gt;
    <import namespace=”http://mapper.commons.rater.infozech.com”/&gt;
    <complexType name=”QueryBean”>
    <sequence>
    <element name=”join” nillable=”true” type=”xsd:string”/>
    <element name=”operatorType” nillable=”true” type=”xsd:string”/>
    <element name=”paramName” nillable=”true” type=”xsd:string”/>
    <element name=”paramValue” nillable=”true” type=”xsd:string”/>
    </sequence>
    </complexType>
    </schema>
    </wsdl:types>

    <wsdl:message name=”createBulkServiceResponse”>

    </wsdl:message>

    <wsdl:message name=”getSeviceResponse”>

    <wsdl:part element=”impl:getSeviceReturn” name=”getSeviceReturn”/>

    </wsdl:message>

    <wsdl:message name=”deleteSeviceRequest”>

    <wsdl:part element=”impl:serviceId” name=”serviceId”/>

    </wsdl:message>

    <wsdl:message name=”deleteSeviceServiceTypeRequest”>

    <wsdl:part element=”impl:serviceServiceTypeId” name=”serviceServiceTypeId”/>

    </wsdl:message>

    <wsdl:message name=”createSeviceServiceTypeRequest”>

    <wsdl:part element=”impl:serviceServiceTypeBean” name=”serviceServiceTypeBean”/>

    </wsdl:message>

    <wsdl:message name=”getSeviceTypeRequest”>

    <wsdl:part element=”impl:queryBean1″ name=”queryBean”/>

    </wsdl:message>

    <wsdl:message name=”deleteSeviceServiceTypeResponse”>

    </wsdl:message>

    <wsdl:message name=”deleteSeviceTypeRequest”>

    <wsdl:part element=”impl:serviceTypeId” name=”serviceTypeId”/>

    <wsdl:part element=”impl:serviceTypeUniqueId” name=”serviceTypeUniqueId”/>

    </wsdl:message>

    <wsdl:message name=”updateSeviceTypeResponse”>

    </wsdl:message>

    <wsdl:message name=”updateSeviceRequest”>

    <wsdl:part element=”impl:serviceBean1″ name=”serviceBean”/>

    </wsdl:message>

    <wsdl:message name=”getSeviceServiceTypeRequest”>

    <wsdl:part element=”impl:queryBean2″ name=”queryBean”/>

    </wsdl:message>

    <wsdl:message name=”updateSeviceTypeRequest”>

    <wsdl:part element=”impl:serviceTypeMasterBean1″ name=”serviceTypeMasterBean”/>

    <wsdl:part element=”impl:association1″ name=”association”/>

    </wsdl:message>

    <wsdl:message name=”updateSeviceServiceTypeResponse”>

    </wsdl:message>

    <wsdl:message name=”getSeviceServiceTypeResponse”>

    <wsdl:part element=”impl:getSeviceServiceTypeReturn” name=”getSeviceServiceTypeReturn”/>

    </wsdl:message>

    <wsdl:message name=”updateSeviceServiceTypeRequest”>

    <wsdl:part element=”impl:serviceServiceTypeBean1″ name=”serviceServiceTypeBean”/>

    </wsdl:message>

    <wsdl:message name=”deleteSeviceResponse”>

    </wsdl:message>

    <wsdl:message name=”createSeviceTypeResponse”>

    <wsdl:part element=”impl:createSeviceTypeReturn” name=”createSeviceTypeReturn”/>

    </wsdl:message>

    <wsdl:message name=”deleteSeviceTypeResponse”>

    </wsdl:message>

    <wsdl:message name=”updateSeviceResponse”>

    </wsdl:message>

    <wsdl:message name=”getSeviceRequest”>

    <wsdl:part element=”impl:queryBean” name=”queryBean”/>

    </wsdl:message>

    <wsdl:message name=”createSeviceResponse”>

    <wsdl:part element=”impl:createSeviceReturn” name=”createSeviceReturn”/>

    </wsdl:message>

    <wsdl:message name=”createSeviceServiceTypeResponse”>

    <wsdl:part element=”impl:createSeviceServiceTypeReturn” name=”createSeviceServiceTypeReturn”/>

    </wsdl:message>

    <wsdl:message name=”createBulkServiceRequest”>

    <wsdl:part element=”impl:serviceBean2″ name=”serviceBean”/>

    <wsdl:part element=”impl:serviceTypeMasterBean2″ name=”serviceTypeMasterBean”/>

    <wsdl:part element=”impl:serviceServiceTypeBean2″ name=”serviceServiceTypeBean”/>

    <wsdl:part element=”impl:association2″ name=”association”/>

    </wsdl:message>

    <wsdl:message name=”createSeviceTypeRequest”>

    <wsdl:part element=”impl:serviceTypeMasterBean” name=”serviceTypeMasterBean”/>

    <wsdl:part element=”impl:association” name=”association”/>

    </wsdl:message>

    <wsdl:message name=”createSeviceRequest”>

    <wsdl:part element=”impl:serviceBean” name=”serviceBean”/>

    </wsdl:message>

    <wsdl:message name=”getSeviceTypeResponse”>

    <wsdl:part element=”impl:getSeviceTypeReturn” name=”getSeviceTypeReturn”/>

    </wsdl:message>

    <wsdl:portType name=”WSDLMapping”>

    <wsdl:operation name=”createSevice” parameterOrder=”serviceBean”>

    <wsdl:input message=”impl:createSeviceRequest” name=”createSeviceRequest”/>

    <wsdl:output message=”impl:createSeviceResponse” name=”createSeviceResponse”/>

    </wsdl:operation>

    <wsdl:operation name=”updateSevice” parameterOrder=”serviceBean”>

    <wsdl:input message=”impl:updateSeviceRequest” name=”updateSeviceRequest”/>

    <wsdl:output message=”impl:updateSeviceResponse” name=”updateSeviceResponse”/>

    </wsdl:operation>

    <wsdl:operation name=”deleteSevice” parameterOrder=”serviceId”>

    <wsdl:input message=”impl:deleteSeviceRequest” name=”deleteSeviceRequest”/>

    <wsdl:output message=”impl:deleteSeviceResponse” name=”deleteSeviceResponse”/>

    </wsdl:operation>

    <wsdl:operation name=”getSevice” parameterOrder=”queryBean”>

    <wsdl:input message=”impl:getSeviceRequest” name=”getSeviceRequest”/>

    <wsdl:output message=”impl:getSeviceResponse” name=”getSeviceResponse”/>

    </wsdl:operation>

    <wsdl:operation name=”createSeviceType” parameterOrder=”serviceTypeMasterBean association”>

    <wsdl:input message=”impl:createSeviceTypeRequest” name=”createSeviceTypeRequest”/>

    <wsdl:output message=”impl:createSeviceTypeResponse” name=”createSeviceTypeResponse”/>

    </wsdl:operation>

    <wsdl:operation name=”updateSeviceType” parameterOrder=”serviceTypeMasterBean association”>

    <wsdl:input message=”impl:updateSeviceTypeRequest” name=”updateSeviceTypeRequest”/>

    <wsdl:output message=”impl:updateSeviceTypeResponse” name=”updateSeviceTypeResponse”/>

    </wsdl:operation>

    <wsdl:operation name=”deleteSeviceType” parameterOrder=”serviceTypeId serviceTypeUniqueId”>

    <wsdl:input message=”impl:deleteSeviceTypeRequest” name=”deleteSeviceTypeRequest”/>

    <wsdl:output message=”impl:deleteSeviceTypeResponse” name=”deleteSeviceTypeResponse”/>

    </wsdl:operation>

    <wsdl:operation name=”getSeviceType” parameterOrder=”queryBean”>

    <wsdl:input message=”impl:getSeviceTypeRequest” name=”getSeviceTypeRequest”/>

    <wsdl:output message=”impl:getSeviceTypeResponse” name=”getSeviceTypeResponse”/>

    </wsdl:operation>

    <wsdl:operation name=”createSeviceServiceType” parameterOrder=”serviceServiceTypeBean”>

    <wsdl:input message=”impl:createSeviceServiceTypeRequest” name=”createSeviceServiceTypeRequest”/>

    <wsdl:output message=”impl:createSeviceServiceTypeResponse” name=”createSeviceServiceTypeResponse”/>

    </wsdl:operation>

    <wsdl:operation name=”updateSeviceServiceType” parameterOrder=”serviceServiceTypeBean”>

    <wsdl:input message=”impl:updateSeviceServiceTypeRequest” name=”updateSeviceServiceTypeRequest”/>

    <wsdl:output message=”impl:updateSeviceServiceTypeResponse” name=”updateSeviceServiceTypeResponse”/>

    </wsdl:operation>

    <wsdl:operation name=”deleteSeviceServiceType” parameterOrder=”serviceServiceTypeId”>

    <wsdl:input message=”impl:deleteSeviceServiceTypeRequest” name=”deleteSeviceServiceTypeRequest”/>

    <wsdl:output message=”impl:deleteSeviceServiceTypeResponse” name=”deleteSeviceServiceTypeResponse”/>

    </wsdl:operation>

    <wsdl:operation name=”getSeviceServiceType” parameterOrder=”queryBean”>

    <wsdl:input message=”impl:getSeviceServiceTypeRequest” name=”getSeviceServiceTypeRequest”/>

    <wsdl:output message=”impl:getSeviceServiceTypeResponse” name=”getSeviceServiceTypeResponse”/>

    </wsdl:operation>

    <wsdl:operation name=”createBulkService” parameterOrder=”serviceBean serviceTypeMasterBean serviceServiceTypeBean association”>

    <wsdl:input message=”impl:createBulkServiceRequest” name=”createBulkServiceRequest”/>

    <wsdl:output message=”impl:createBulkServiceResponse” name=”createBulkServiceResponse”/>

    </wsdl:operation>

    </wsdl:portType>

    <wsdl:binding name=”WSDLMappingSoapBinding” type=”impl:WSDLMapping”>

    <wsdlsoap:binding style=”document” transport=”http://schemas.xmlsoap.org/soap/http”/&gt;

    <wsdl:operation name=”createSevice”>

    <wsdlsoap:operation soapAction=””/>

    <wsdl:input name=”createSeviceRequest”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:input>

    <wsdl:output name=”createSeviceResponse”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:output>

    </wsdl:operation>

    <wsdl:operation name=”updateSevice”>

    <wsdlsoap:operation soapAction=””/>

    <wsdl:input name=”updateSeviceRequest”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:input>

    <wsdl:output name=”updateSeviceResponse”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:output>

    </wsdl:operation>

    <wsdl:operation name=”deleteSevice”>

    <wsdlsoap:operation soapAction=””/>

    <wsdl:input name=”deleteSeviceRequest”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:input>

    <wsdl:output name=”deleteSeviceResponse”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:output>

    </wsdl:operation>

    <wsdl:operation name=”getSevice”>

    <wsdlsoap:operation soapAction=””/>

    <wsdl:input name=”getSeviceRequest”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:input>

    <wsdl:output name=”getSeviceResponse”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:output>

    </wsdl:operation>

    <wsdl:operation name=”createSeviceType”>

    <wsdlsoap:operation soapAction=””/>

    <wsdl:input name=”createSeviceTypeRequest”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:input>

    <wsdl:output name=”createSeviceTypeResponse”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:output>

    </wsdl:operation>

    <wsdl:operation name=”updateSeviceType”>

    <wsdlsoap:operation soapAction=””/>

    <wsdl:input name=”updateSeviceTypeRequest”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:input>

    <wsdl:output name=”updateSeviceTypeResponse”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:output>

    </wsdl:operation>

    <wsdl:operation name=”deleteSeviceType”>

    <wsdlsoap:operation soapAction=””/>

    <wsdl:input name=”deleteSeviceTypeRequest”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:input>

    <wsdl:output name=”deleteSeviceTypeResponse”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:output>

    </wsdl:operation>

    <wsdl:operation name=”getSeviceType”>

    <wsdlsoap:operation soapAction=””/>

    <wsdl:input name=”getSeviceTypeRequest”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:input>

    <wsdl:output name=”getSeviceTypeResponse”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:output>

    </wsdl:operation>

    <wsdl:operation name=”createSeviceServiceType”>

    <wsdlsoap:operation soapAction=””/>

    <wsdl:input name=”createSeviceServiceTypeRequest”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:input>

    <wsdl:output name=”createSeviceServiceTypeResponse”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:output>

    </wsdl:operation>

    <wsdl:operation name=”updateSeviceServiceType”>

    <wsdlsoap:operation soapAction=””/>

    <wsdl:input name=”updateSeviceServiceTypeRequest”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:input>

    <wsdl:output name=”updateSeviceServiceTypeResponse”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:output>

    </wsdl:operation>

    <wsdl:operation name=”deleteSeviceServiceType”>

    <wsdlsoap:operation soapAction=””/>

    <wsdl:input name=”deleteSeviceServiceTypeRequest”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:input>

    <wsdl:output name=”deleteSeviceServiceTypeResponse”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:output>

    </wsdl:operation>

    <wsdl:operation name=”getSeviceServiceType”>

    <wsdlsoap:operation soapAction=””/>

    <wsdl:input name=”getSeviceServiceTypeRequest”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:input>

    <wsdl:output name=”getSeviceServiceTypeResponse”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:output>

    </wsdl:operation>

    <wsdl:operation name=”createBulkService”>

    <wsdlsoap:operation soapAction=””/>

    <wsdl:input name=”createBulkServiceRequest”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:input>

    <wsdl:output name=”createBulkServiceResponse”>

    <wsdlsoap:body use=”literal”/>

    </wsdl:output>

    </wsdl:operation>

    </wsdl:binding>

    <wsdl:service name=”WSDLMappingService”>

    <wsdl:port binding=”impl:WSDLMappingSoapBinding” name=”WSDLMapping”>

    <wsdlsoap:address location=”http://localhost:8080/DocLiteal/services/WSDLMapping”/&gt;

    </wsdl:port>

    </wsdl:service>

    </wsdl:definitions>

    #258336 Reply

    Riyad Kalla
    Member

    Thank you for the report, we will have a look at it.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: error in generating client for document literal

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