Re: [SOAP] Re: Does anyone read this list?
[email protected] ("Richard Quadling")
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
2008/9/24 Richard Quadling <[email protected]>: > 2008/9/24 Andrew Bowman <[email protected]>: >> >> I assuming you are using the build-in PHP module. If that's the case, the >> it's all internal to PHP. I'm sure there's a way to figure out what's going >> on, but it would probably involve using a debug build of PHP and running a >> C/C++ dubugging tool. >> >> I'll look into it further. >> >> On Sep 23, 2008, at 9:06 AM, Richard Quadling wrote: >> >>>> >>> >>> Thanks for that Andrew. I've got to wait for the original asker to get >>> back to me. >>> >>> Is there a way to "see" what is going on during the translation from >>> the PHP array() to the XML request? A log, report, anything which can >>> be shown so in future, any problems that occur I can at least make >>> sure what is being processed is valid. >>> >>> I suppose the fundamental question is what converts the array to XML and >>> how. >>> >> >> > > Changing the type from Text to TEXT has had no change. Still not > putting in the EmailNoficationDetail and still generating an error. > > > > > -- > ----- > Richard Quadling > Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 > "Standing on the shoulders of some very clever giants!" > Hi. FINALLY, I think I found the problem, or rather problems. 1 - One of the element names was incorrect : "EmailNotificationDetailType" rather than "Format. 2 - Missing mandatory element : "Localization". I'm waiting on a reply from the asker. Is there a way to log issues with the translation to an XML document? -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!"