PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » SOAP » Bug #4858

The sample_multiple.php file is out of date

Details

Request #4858The sample_multiple.php file is out of date
Submitted2005-07-19 12:20 UTC
Fromalex dot whillas at amplefuture dot com
Assignedyunosh
StatusNo Feedback
PackageSOAP
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2005-07-19 12:20 UTC] alex dot whillas at amplefuture dot com

Description:
------------
I'm trying to write an interface in PHP to a JBoss server. JBoss creates a namespace for the exposed methods, which is server specific (i.e. puts the IP in the namespace). Because we're working across many servers the data format has its own namespace. I need tp pass both to the 'call()' function, but this is not possible at the moment.

I guess the __generate() function isn't smart enough to figure out which namespace a variable type is in when generating the outgoing payload (?). Shouldn't it be able to figure it out from the parsed WSDL?

Anyway, need to handle multiple namespaces.