Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-10-2012, 01:19 AM   PM User | #1
jrote1
New Coder

 
Join Date: Apr 2012
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
jrote1 is an unknown quantity at this point
PHP SOAP Request Error

PHP Code:
<?php
$client 
= new SoapClient(null, array('location' => "https://07WoodS:ROFL@mail.glyn.surrey.sch.uk/EWS/Services.wsdl"'uri' => "https://07WoodS:ROFL@mail.glyn.surrey.sch.uk/"'login' => "07WoodS"'password' => "ROFL"'local_cert' => "glyn.pem"));
var_dump($client->UploadItemsSoapIn());                    
?>
The above code throws and error and I have been trying to fix it for a few days. Any help would be greatly appreciated.

The error is:

Fatal error: Uncaught SoapFault exception: [HTTP] Could not connect to host in C:\Glyn Portal\htdocs\soap.php:3 Stack trace: #0 [internal function]: SoapClient->__doRequest('<?xml version="...', 'https://07WoodS...', 'https://07WoodS...', 1, 0) #1 C:\Glyn Portal\htdocs\soap.php(3): SoapClient->__call('UploadItemsSoap...', Array) #2 C:\Glyn Portal\htdocs\soap.php(3): SoapClient->UploadItemsSoapIn() #3 {main} thrown in C:\Glyn Portal\htdocs\soap.php on line 3

Thanks in Advance
jrote1 is offline   Reply With Quote
Old 07-10-2012, 09:02 AM   PM User | #2
jmj001
Regular Coder

 
Join Date: Jan 2012
Posts: 271
Thanks: 2
Thanked 65 Times in 65 Posts
jmj001 is an unknown quantity at this point
mail.glyn.surrey.sch.uk is not a valid url
__________________
hey... it's a sig..
jmj001 is offline   Reply With Quote
Old 07-10-2012, 06:51 PM   PM User | #3
jrote1
New Coder

 
Join Date: Apr 2012
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
jrote1 is an unknown quantity at this point
It is but only works with SSL. https://mail.glyn.surrey.sch.uk
jrote1 is offline   Reply With Quote
Reply

Bookmarks

Tags
php, soap

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:32 PM.


Advertisement
Log in to turn off these ads.