•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 456,489 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,705 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 969 | Replies: 2
![]() |
•
•
Join Date: Aug 2007
Posts: 5
Reputation:
Rep Power: 0
Solved Threads: 1
Hi everyone im getting this error when i try to execut the code via a browser, its a SOAP call to a footprints webservices server written in php, well it only shows me this error. I pasted the entire code below minus my username and password 

php Syntax (Toggle Plain Text)
<h2>Web Service Test - create new issue</h2> <?php try [b]{[/b] $client = new SoapClient(NULL, array( "location"=>"http://www.mywebsite.com/MRcgi/MRWebServices.pl", "uri"=>"MRWebServices", "style"=>SOAP_RPC, "use" => SOAP_ENCODED ) ); $issue_number = $client->MRWebServices__createIssue("username",'password','', array(projectID =>1, title=>"Test Issue creation.", status=>"Open" , priorityNumber => 3, description => "This is a test" ) ); print "<BR><b> Issue created; Issue number = $issue_number</b><br><hr>\n"; } catch (SoapFault $exception) { print "ERROR! - Got a SOAP exception:<br>"; echo $exception; } ?>
Last edited by stymiee : Sep 23rd, 2007 at 1:00 am. Reason: added code tags
![]() |
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- syntax error, unexpected $end in ndex.php on line 127 (PHP)
- Unexpected error that doesn't exist (PHP)
- Parse error: parse error, unexpected T_STRING on line 12 (PHP)
- Parse error: parse error, unexpected T_STRING (PHP)
- Parse Error in PHP (PHP)
- PHP Parse error: parse error, unexpected T_STRING (PHP)
- Parse error: parse error, unexpected T_STRING in /home/thei2k9/public_html/includes/f (PHP)
Other Threads in the PHP Forum
- Previous Thread: ffmpeg-php for windows
- Next Thread: force a page character set


Linear Mode