Re: [SOAP] Re: Does anyone read this list?
[email protected] ("Richard Quadling")
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
2008/9/23 Andrew Bowman <[email protected]>: > > That element has a restriction. It specifies what the answers may be. It > won't validate if you don't use one of the supplied answers. In this case > all of the answers are uppercase. > > On Sep 23, 2008, at 5:52 AM, Richard Quadling wrote: > > 2008/9/23 Andrew Bowman <[email protected]>: > > Try making the EmailNotificationFormatType 'TEXT' instead of 'Text'. > > > On Sep 22, 2008, at 5:44 PM, Richard Quadling wrote: > > > The data being sent (a PHP array) : http://pastebin.com/f3bd6cf86 > > The actual request transmitted (an XML document) : > > http://pastebin.com/f2df0a01 > > The error received (an XML document) : http://pastebin.com/f47ff1aa4 > > The WDSL (an XML document - quite big 200K) : > > http://pastebin.com/f32f04e47 > > > > Are the types case sensitive? Hmm. Could be! > > -- > ----- > Richard Quadling > Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 > "Standing on the shoulders of some very clever giants!" > > -- > Andrew Bowman > [email protected] > > When art critics get together they talk about Form and Structure and > Meaning. When artists get together they talk about where you can buy cheap > turpentine. > > —Pablo Picasso > > > > 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. -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!"