Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.14.0

Request #14920 Cannot read attributes
Submitted: 2008-10-29 19:51 UTC
From: dfowler81 Assigned:
Status: Open Package: SOAP (version 0.12.0)
PHP Version: 5.2.0 OS: Linux
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 30 - 6 = ?

 
 [2008-10-29 19:51 UTC] dfowler81 (Dusty Fowler)
Description: ------------ I have created a SOAP client that connects to a web service using WSDL. Most of the requests and responses are using simple element tags. Since the package places responses in an associative array, this is fine. However, there are several requests that have attributes. I was able to accomplish this using SOAP_Value(), but the problem is that the response also has attributes. After reading as much documentation as I could find, I can not find a way to read these attributes.

Comments