My 1.5 OpenBD returns a well formed WSDL document from your example and URL.
Al

(trim this off if replying)

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions  
targetNamespace="http://service.cfc"xmlns:apachesoap="http://xml.apache.org/xml-soap"xmlns:impl="http://service.cfc"xmlns:intf="http://service.cfc"xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"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 1.5
-->

   <wsdl:message  name="testResponse">

      <wsdl:part  name="testReturn"type="xsd:string"/>

   </wsdl:message>

   <wsdl:message  name="testRequest">

   </wsdl:message>

   <wsdl:portType  name="service">

      <wsdl:operation  name="test">

         <wsdl:input  message="impl:testRequest"name="testRequest"/>

         <wsdl:output  message="impl:testResponse"name="testResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding  name="service.cfcSoapBinding"type="impl:service">

      <wsdlsoap:binding  
style="rpc"transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation  name="test">

         <wsdlsoap:operation  soapAction=""/>

         <wsdl:input  name="testRequest">

            <wsdlsoap:body  
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"namespace="http://na_svr"use="encoded"/>

         </wsdl:input>

         <wsdl:output  name="testResponse">

            <wsdlsoap:body  
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"namespace="http://service.cfc"use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service  name="serviceService">

      <wsdl:port  binding="impl:service.cfcSoapBinding"name="service.cfc">

         <wsdlsoap:address  location="http://api.collectx.com/service.cfc"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>


--
online documentation: http://openbd.org/manual/
  google+ hints/tips: https://plus.google.com/115990347459711259462
    http://groups.google.com/group/openbd?hl=en

Reply via email to