× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi all,
 
I have created the Top-Down Java beans Web service from given WSDL. The service deploys, I can access the WSDL from other applications and view it in the browser & can be loaded the service through Test Web Service Explorer as well.
 
The WebServices Explorer however does not work & always returning an error:
 IWAB0135E An unexpected error has occurred. 404 Not FoundIm using RAD 7.0Any Idea Please ....Thanks DhanuxpHere is WSDL <?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"; xmlns:ns="http://schemas.icta.lk/xsd/erl/insurance/v1"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; xmlns:xs="http://www.w3.org/2001/XMLSchema"; targetNamespace="http://schemas.icta.lk/xsd/erl/insurance/v1";><wsdl:documentation>InsuranceValidationService</wsdl:documentation><wsdl:types><xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.icta.lk/xsd/erl/insurance/v1";><xs:complexType name="InsuranceInfo"><xs:sequence><xs:element minOccurs="0" name="vehicleNumber" type="xs:string"/><xs:element minOccurs="0" name="currentInsuranceType" nillable="true"
type="xs:string"/><xs:element minOccurs="0" name="insuranceExpiryDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="insuranceActive" type="xs:boolean"/><xs:element minOccurs="0" name="insuranceCompanyCode" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="checkInsuranceInfo"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="vehicleRegNo" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="checkInsuranceInfoResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="insuranceInfo" nillable="true" type="ns:InsuranceInfo"/></xs:sequence></xs:complexType></xs:element></xs:schema></wsdl:types><wsdl:message name="checkInsuranceInfoRequest"><wsdl:part element="ns:checkInsuranceInfo" name="parameters"/></wsdl:message><wsdl:message name="checkInsuranceInfoResponse"><wsdl:part element="ns:checkInsuranceInfoResponse"
name="parameters"/></wsdl:message><wsdl:portType name="InsuranceValidationServicePortType"><wsdl:operation name="checkInsuranceInfo"><wsdl:input message="ns:checkInsuranceInfoRequest"/><wsdl:output message="ns:checkInsuranceInfoResponse"/></wsdl:operation></wsdl:portType><wsdl:binding name="InsuranceValidationServiceSoap11Binding" type="ns:InsuranceValidationServicePortType"><soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="checkInsuranceInfo"><soap:operation soapAction="urn:checkInsuranceInfo" style="document"/><wsdl:input><soap:body use="literal"/> </wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation></wsdl:binding><wsdl:binding name="InsuranceValidationServiceSoap12Binding" type="ns:InsuranceValidationServicePortType"><soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="checkInsuranceInfo"><soap12:operation
soapAction="urn:checkInsuranceInfo" style="document"/><wsdl:input><soap12:body use="literal"/></wsdl:input><wsdl:output><soap12:body use="literal"/></wsdl:output></wsdl:operation></wsdl:binding><wsdl:service name="InsuranceValidationService"><wsdl:port binding="ns:InsuranceValidationServiceSoap11Binding" name="InsuranceValidationServiceHttpSoap11Endpoint"><soap:address location="http://localhost:9080/myTest/services/InsuranceValidationServiceHttpSoap11Endpoint"/></wsdl:port><wsdl:port binding="ns:InsuranceValidationServiceSoap12Binding" name="InsuranceValidationServiceHttpSoap12Endpoint"><soap12:address location="http://localhost:9080/myTest/services/InsuranceValidationService.InsuranceValidationServiceHttpSoap12Endpoint/"/></wsdl:port></wsdl:service></wsdl:definitions>



As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.