Note that there are some explanatory texts on larger screens.

plurals
  1. POUsing SOAP to access webservices - failing on soapclient()
    primarykey
    data
    text
    <p>I'm receiving the following error when using soapclient($myUrl);</p> <p>SOAP-ERROR: Parsing WSDL</p> <p>Here is what I see if a directly access the WSDL link.</p> <p> http://services" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://services" xmlns:intf="http://services" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://rpc.xml.coldfusion" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema"> http://services"/> http://rpc.xml.coldfusion"/> http://schemas.xmlsoap.org/soap/encoding/"/> </p> <pre><code> &lt;element name = "key" nillable="true" type="xsd:anyType"/&gt; &lt;element name = "value" nillable="true" type="xsd:anyType"/&gt; &lt;/sequence&gt; &lt;/complexType&gt; &lt;complexType name = "Map"&gt; &lt;sequence&gt; &lt;element maxOccurs = "unbounded" minOccurs="0" name="item" type="apachesoap:mapItem"/&gt; &lt;/sequence&gt; &lt;/complexType&gt; &lt;/schema&gt; &lt;schema targetNamespace = "http://rpc.xml.coldfusion" xmlns="http://www.w3.org/2001/XMLSchema"&gt; &lt;import namespace = "http://services"/&gt; &lt;import namespace = "http://xml.apache.org/xml-soap"/&gt; &lt;import namespace = "http://schemas.xmlsoap.org/soap/encoding/"/&gt; &lt;complexType name = "CFCInvocationException"&gt; &lt;sequence/&gt; &lt;/complexType&gt; &lt;complexType name = "QueryBean"&gt; &lt;sequence&gt; &lt;element name = "columnList" nillable="true" type="impl:ArrayOf_xsd_string"/&gt; &lt;element name = "data" nillable="true" type="impl:ArrayOfArrayOf_xsd_anyType"/&gt; &lt;/sequence&gt; &lt;/complexType&gt; &lt;/schema&gt; &lt;schema targetNamespace = "http://services" xmlns="http://www.w3.org/2001/XMLSchema"&gt; &lt;import namespace = "http://xml.apache.org/xml-soap"/&gt; &lt;import namespace = "http://rpc.xml.coldfusion"/&gt; &lt;import namespace = "http://schemas.xmlsoap.org/soap/encoding/"/&gt; &lt;complexType name = "ArrayOf_xsd_anyType"&gt; &lt;complexContent&gt; &lt;restriction base = "soapenc:Array"&gt; &lt;attribute ref = "soapenc:arrayType" wsdl:arrayType="xsd:anyType[]"/&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; &lt;complexType name = "ArrayOf_xsd_string"&gt; &lt;complexContent&gt; &lt;restriction base = "soapenc:Array"&gt; &lt;attribute ref = "soapenc:arrayType" wsdl:arrayType="xsd:string[]"/&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; &lt;complexType name = "ArrayOfArrayOf_xsd_anyType"&gt; &lt;complexContent&gt; &lt;restriction base = "soapenc:Array"&gt; &lt;attribute ref = "soapenc:arrayType" wsdl:arrayType="xsd:anyType[][]"/&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; &lt;/schema&gt; &lt;/wsdl:types&gt; &lt;wsdl:message name = "updateCampaignResponse"&gt; &lt;wsdl:part name = "updateCampaignReturn" type="xsd:boolean"/&gt; &lt;/wsdl:message&gt; </code></pre> <p></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload