[phpsoa] Re: Experiences with the ATOMPUB binding #2

2007-08-17 Thread Matthew Peters
Caroline, I've been looking at problem 5 in your list here - the server rejecting the generated XML. I think our Atom1.0.xsd is wrong. Our xsd has no elementFormDefault attribute on the schema definition. This means that we get the default behaviour, which is that only top level elements defined

[phpsoa] Re: Experiences with the ATOMPUB binding #2

2007-08-15 Thread Graham Charters
Hi Caroline, Thanks for your feedback on your experiences with the Atom binding. Doesn't make good reading, but it's very helpful. I'm not able to work on this for the next couple of weeks, but hope to get time to work on SCA the week after. Atom was going to be one of the things I wanted to lo

[phpsoa] Re: Experiences with the ATOMPUB binding #2

2007-08-15 Thread Caroline Maynard
Caroline Maynard wrote: > For the server I was using, I needed to add >CURLOPT_HTTPAUTH => CURLAUTH_BASIC >CURLOPT_USERPWD => "$user:$passwd" >CURLOPT_SSL_VERIFYPEER => false > (though I should have used a more secure solution to the last of those). For the record, I did subsequentl