•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 425,820 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 3,004 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: 335 | Replies: 2
![]() |
•
•
Join Date: Jul 2008
Posts: 14
Reputation:
Rep Power: 1
Solved Threads: 0
Hi,
I am hoping some is going to be able to help me here because i am going crazy trying to figure this out.
I am trying to code some php to interact with a web service that another company has provided. Below is the php code i have created.
What i am trying to achieve starts from the $hash line. The results of this query when actioned on its own is:
Array
( [authToken] => MGViMmViMjVlMDQxMDNjZmNiZmVhY2aiMzkYYYZjZjM4OTc2IQ==
[user_id] => 34 )
What i need to find out is how from that line i can just pull the authToken and insert it to the $result query. I currently have $hash -> authToken but that does not work.
Does any one know how or a way i can pull just the authToken from the first query and enter it in to the second query.
If you need any more info please let me know.
regards,
james
I am hoping some is going to be able to help me here because i am going crazy trying to figure this out.
I am trying to code some php to interact with a web service that another company has provided. Below is the php code i have created.
php Syntax (Toggle Plain Text)
<?php $soapclient = new soapclient("http://www.humyo.com/Assets/StorageAPI.wsdl"); $hash = $soapclient->getAuthToken('emailaddress','password','API v1.0'); print_r($hash); $result = $soapclient->createUser($hash -> authToken,'31','65','emailaddresshere','simon','22563','GB'); print_r($result);
What i am trying to achieve starts from the $hash line. The results of this query when actioned on its own is:
Array
( [authToken] => MGViMmViMjVlMDQxMDNjZmNiZmVhY2aiMzkYYYZjZjM4OTc2IQ==
[user_id] => 34 )
What i need to find out is how from that line i can just pull the authToken and insert it to the $result query. I currently have $hash -> authToken but that does not work.
Does any one know how or a way i can pull just the authToken from the first query and enter it in to the second query.
If you need any more info please let me know.
regards,
james
Last edited by peter_budo : Jul 7th, 2008 at 7:23 am. Reason: Keep It Organized - please use [code] tags
•
•
•
•
Hi,
I am hoping some is going to be able to help me here because i am going crazy trying to figure this out.
I am trying to code some php to interact with a web service that another company has provided. Below is the php code i have created.
php Syntax (Toggle Plain Text)
<?php $soapclient = new soapclient("http://www.humyo.com/Assets/StorageAPI.wsdl"); $hash = $soapclient->getAuthToken('emailaddress','password','API v1.0'); print_r($hash); $result = $soapclient->createUser($hash -> authToken,'31','65','emailaddresshere','simon','22563','GB'); print_r($result);
What i am trying to achieve starts from the $hash line. The results of this query when actioned on its own is:
Array
( [authToken] => MGViMmViMjVlMDQxMDNjZmNiZmVhY2aiMzkYYYZjZjM4OTc2IQ==
[user_id] => 34 )
What i need to find out is how from that line i can just pull the authToken and insert it to the $result query. I currently have $hash -> authToken but that does not work.
Does any one know how or a way i can pull just the authToken from the first query and enter it in to the second query.
If you need any more info please let me know.
regards,
james
Hi james,
I think u have to pass your data with array. i mean first create array for your data and then passed it from your class method.
Kuldeep (KD)
![]() |
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- php Soap Issue Help Please (PHP)
- Parse error: parse error, unexpected '{' in /homepages/10/issue.php line 5 (RSS, Web Services and SOAP)
- Parse error: parse error, unexpected '{' in /homepages/10/issue.php line 5 (PHP)
- Sopa Service Erro (RSS, Web Services and SOAP)
- Who can use this webservice ? (RSS, Web Services and SOAP)
- Problem receiving result from Microsoft Soap toolkit server service using Nusoap clie (RSS, Web Services and SOAP)
Other Threads in the PHP Forum
- Previous Thread: Hi is this correct?
- Next Thread: PHP - mysql aes_decrypt


Linear Mode