Hi Just tried your WSDL http://www.pushentertainment.com/clientScripts/splashScreen.cfc?WSDL
Seems to work fine Called WSDL http://www.pushentertainment.com/clientScripts/splashScreen.cfc?WSDL Set not to cache Retrieved on next page gave me options to use soap method SOAP Method : getDetails passed in some param as I'm guessing Promotionid 111 lang en and result was <?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http:// www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <ns1:getDetailsResponse soapenv:encodingStyle="http:// schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://clientScripts"> <getDetailsReturn xsi:type="ns2:Map" xmlns:ns2="http:// xml.apache.org/xml-soap"> <item xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> <key xsi:type="soapenc:string">textNo</key> <value xsi:type="soapenc:string">No</value> </item> <item> <key xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">PACKSHOTURL</key> <value xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">http://www.pushentertainment.com/ images/repository/111/111_TemplatePackshot.jpg</value> </item> <item> <key xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">PROMOTEXT</key> <value xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/"></value> </item> <item> <key xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">TEXTQUIT</key> <value xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/"></value> </item> <item> <key xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">LANGUAGELIST</key> <value xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">en</value> </item> <item> <key xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">PROMOURL</key> <value xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">http://www.pushentertainment.com/ index.cfm?promotion=111&source=1</value> </item> <item> <key xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">LANGUAGELABELS</key> <value xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/"></value> </item> <item> <key xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">LANGUAGEPROMOLIST</key> <value xsi:type="soapenc:double" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">111.0</value> </item> <item> <key xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">textYes</key> <value xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">Yes</value> </item> <item> <key xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">TEXTPLAY</key> <value xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/"></value> </item> <item> <key xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">STATUS</key> <value xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">1</value> </item> <item> <key xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">LOGOURL</key> <value xsi:type="soapenc:string" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/">http://www.pushentertainment.com/ images/repository/111/111_TemplateLogo.jpg</value> </item> </getDetailsReturn> </ns1:getDetailsResponse> </soapenv:Body> </soapenv:Envelope> So looks good ? Am i missing something A On Jan 5, 3:45 am, Matthew Woodward <[email protected]> wrote: > On Wed, Jan 4, 2012 at 5:31 AM, Loz <[email protected]> wrote: > > > 70.167.247.211 - - [04/Jan/2012:13:27:10 +0000] "POST /push20/ > > clientScripts/splashScreen.cfc HTTP/1.0" 302 247 "-" "SQLData Client/ > > 3.02" > > 70.167.247.211 - - [04/Jan/2012:13:27:10 +0000] "GET /clientScripts/ > > splashScreen.cfc HTTP/1.0" 403 1402 "-" "SQLData Client/3.02" > > > I am using (openbdjam 1.5 - v2 upgrade soon....) - > > > suspect it may be a proxying issue - any ideas? > > First guess is permissions--a common thing people tend to overlook is > setting the execute bit on the relevant directories. > > The other possibility would be proxy permissions. > > -- > Matthew Woodward > [email protected]http://blog.mattwoodward.com > identi.ca / Twitter: @mpwoodward > > Please do not send me proprietary file formats such as Word, PowerPoint, > etc. as attachments.http://www.gnu.org/philosophy/no-word-attachments.html -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en Join us @ http://www.OpenCFsummit.org/ Dallas, Feb 2012
