Home » Web Services » SOAP » Bug #4858
The sample_multiple.php file is out of date
Details
| Request #4858 | The sample_multiple.php file is out of date |
|---|---|
| Submitted | 2005-07-19 12:20 UTC |
| From | alex dot whillas at amplefuture dot com |
| Assigned | yunosh |
| Status | No Feedback |
| Package | SOAP |
| PHP Version | Irrelevant |
| 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.