PEAR Packages
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPEAR Packages

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old August 18th, 2006, 10:33 AM
eosullivan eosullivan is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 1 eosullivan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Help - Using PHP Pear client to access MS SOAP Server on IIS6

I am trying to authenticate and access a SOAP Server page running on Microsoft Server 2003 using IIS6. The SOAP Server pages were developed with SOAP Toolkit 3. My PHP client is using PHP PEAR running on a LINUX Apache platform. I cannot get the authentication values to appear and get the following error .. which implies that the value is not being transferred.
"Originator Guid is not a valid Guid. Value received = []"

Below is the original code minus passwords!! If you spot any errors or know about incompatibilities please let me know ... I may even have a PayPal donation for a working solution.

The current actual output can be seen on .. http://www.thebestdeal4u.com/test1.php

php Code:
Original - php Code
  1.  
  2. require_once 'SOAP/Client.php';
  3.    
  4.     //Set Logon Variables
  5.     $WLno = '11111';
  6.     $WLun = 'abc123';
  7.     $WLpw = 'xxxxx';
  8.     $Guid = '123123123';
  9.     $service = 'http://uat.webline.co.uk/WeblineWebServices/Service1.asmx?WSDL';
  10.     $method = 'GetWeblineLogonTokenwithOriginator';
  11.    
  12.     $wsdl = new SOAP_WSDL($service);
  13.     $WLproxy = $wsdl->getProxy();
  14.     $response = $WLproxy->$method($WLno, $WLun, $WLpw, $Guid);
  15.        
  16.     print_r($response);

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPEAR Packages > Help - Using PHP Pear client to access MS SOAP Server on IIS6


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway