Welcome, Guest. Please login or register.
Did you miss your activation email?
05/21/12, 04:22
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  Server side Scripting and Database Support
| |-+  Web Services: XML, Soap, WSDL, UDDI, and Flash Integration (Moderators: Flash-db, Musicman, vesa kortelainen, Ronald Wernecke, Jorge Solis)
| | |-+  WebService errors and me.
0 Members and 2 Guests are viewing this topic. « previous next »
Pages: 1 2 [3] Print
Author Topic: WebService errors and me.  (Read 10242 times)
nothingGrinder
Mods
Systems Administrator
*****
Posts: 823


Automatic websites with social media distribution


View Profile WWW
« Reply #30 on: 05/27/06, 19:18 »

now this code

Code:
<?php 
$client 
= new 
    
SoapClient
        
"http://www.flash-db.com/services/ws/locationByZip.wsdl" 
    
); 
print(
$client->getLocationByZip("13850")); 
echo 
'<h2>Request</h2>';
echo 
'<pre>' htmlspecialchars($client->requestENT_QUOTES) . '</pre>';
echo 
'<h2>Response</h2>';
echo 
'<pre>' htmlspecialchars($client->responseENT_QUOTES) . '</pre>';
// Display the debug messages
echo '<h2>Debug</h2>';
echo 
'<pre>' htmlspecialchars($client->debug_strENT_QUOTES) . '</pre>';
?>


give a return of

Object  id #2
not really sure what that means. not even sure if its connecting
Logged

Pages: 1 2 [3] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
anything