I created a REST and SOAP service. REST works but SOAP gives me an error.
I see this from the URL
And now... Some Services
csws (wsdl)
getI_COURSE_SECTION_DCByO
but the resulting click gives me this. Any ideas?
<?xml version="1.0" encoding="UTF-8"?>
-<wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:intf="http://com/denodo/webservice/csws" xmlns:impl="http://com/denodo/webservice/csws" xmlns:apachesoap="http://xml.apache.org/xml-soap" targetNamespace="http://com/denodo/webservice/csws">
<!--WSDL created by Apache Axis version: 1.4 Built on Apr 22, 2006 (06:55:48 PDT)-->
-<wsdl:types> -<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://com/denodo/webservice/csws" elementFormDefault="qualified"> <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> -<complexType name="I_COURSE_SECTION_DCReturnRow"> -<sequence> <element name="ORG_UNIT_UNIQUE_KEY" type="xsd:decimal" nillable="true"/> <element name="TERM_ID" type="xsd:decimal" nillable="true"/> <element name="SCHOOL_YEAR" type="xsd:decimal" nillable="true"/> <element name="COURSE_CODE" type="xsd:string" nillable="true"/> <element name="SECTION_ID" type="xsd:decimal" nillable="true"/> <element name="EFFECTIVE_BEGIN_DATE" type="xsd:date" nillable="true"/> <element name="EFFECTIVE_END_DATE" type="xsd:date" nillable="true"/> <element name="ACTIVE_FLAG" type="xsd:string" nillable="true"/> <element name="CREATEDDATE" type="xsd:date" nillable="true"/> </sequence> </complexType> -<complexType name="I_COURSE_SECTION_DCReturn"> -<complexContent> -<restriction base="soapenc:Array"> <attribute wsdl:arrayType="impl:I_COURSE_SECTION_DCReturnRow[]" ref="soapenc:arrayType"/> </restriction> </complexContent> </complexType> -<complexType name="_QueryExecutionError"> -<sequence> <element name="errorCode" type="xsd:int" nillable="true"/> <element name="errorMessage" type="xsd:string" nillable="true"/> </sequence> </complexType> -<complexType name="_QueryExecutionErrorArray"> -<complexContent> -<restriction base="soapenc:Array"> <attribute wsdl:arrayType="impl:_QueryExecutionError[]" ref="soapenc:arrayType"/> </restriction> </complexContent> </complexType> -<complexType name="GetI_COURSE_SECTION_DCByOException"> -<sequence> <element name="data" type="impl:I_COURSE_SECTION_DCReturn" nillable="true"/> <element name="error" type="impl:_QueryExecutionErrorArray" nillable="true"/> </sequence> </complexType> </schema> </wsdl:types> -<wsdl:message name="getI_COURSE_SECTION_DCByORequest"> <wsdl:part name="SECTION_ID" type="soapenc:decimal"> </wsdl:part> </wsdl:message> -<wsdl:message name="getI_COURSE_SECTION_DCByOResponse"> <wsdl:part name="getI_COURSE_SECTION_DCByOReturn" type="impl:I_COURSE_SECTION_DCReturn"> </wsdl:part> </wsdl:message> -<wsdl:message name="GetI_COURSE_SECTION_DCByOException"> <wsdl:part name="GetI_COURSE_SECTION_DCByOException" type="impl:GetI_COURSE_SECTION_DCByOException"> </wsdl:part> </wsdl:message> -<wsdl:portType name="csws"> -<wsdl:operation name="getI_COURSE_SECTION_DCByO" parameterOrder="SECTION_ID"> <wsdl:input name="getI_COURSE_SECTION_DCByORequest" message="impl:getI_COURSE_SECTION_DCByORequest"> </wsdl:input> <wsdl:output name="getI_COURSE_SECTION_DCByOResponse" message="impl:getI_COURSE_SECTION_DCByOResponse"> </wsdl:output> <wsdl:fault name="GetI_COURSE_SECTION_DCByOException" message="impl:GetI_COURSE_SECTION_DCByOException"> </wsdl:fault> </wsdl:operation> </wsdl:portType> -<wsdl:binding name="cswsSoapBinding" type="impl:csws"> <wsdlsoap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/> -<wsdl:operation name="getI_COURSE_SECTION_DCByO"> <wsdlsoap:operation soapAction="http://localhost:8080/csws/services/csws/getI_COURSE_SECTION_DCByO"/> -<wsdl:input name="getI_COURSE_SECTION_DCByORequest"> <wsdlsoap:body namespace="http://com/denodo/webservice/csws" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </wsdl:input> -<wsdl:output name="getI_COURSE_SECTION_DCByOResponse"> <wsdlsoap:body namespace="http://com/denodo/webservice/csws" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </wsdl:output> -<wsdl:fault name="GetI_COURSE_SECTION_DCByOException"> <wsdlsoap:fault namespace="http://com/denodo/webservice/csws" name="GetI_COURSE_SECTION_DCByOException" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </wsdl:fault> </wsdl:operation> </wsdl:binding> -<wsdl:service name="cswsService"> -<wsdl:port name="csws" binding="impl:cswsSoapBinding"> <wsdlsoap:address location="http://localhost:9090/server/admin/csws/services/csws"/> </wsdl:port> </wsdl:service> </wsdl:definitions>