[phpsoa] Re: New PHP SOA Community user interface!

2007-08-22 Thread [EMAIL PROTECTED]

Anybody else have any thoughts??

On Aug 9, 11:41 am, Caroline Maynard <[EMAIL PROTECTED]> wrote:
> Tom,
>
> First a link, for readers who don't even remember where to find the
> wiki:http://osoa.org/display/PHP/Test+SOA+PHP+Homepage
>
> I do like your new layout. It's great that you've investigated advanced
> Confluence features and added the search box - this will be really
> useful. It's actually very helpful that you haven't attempted to improve
> the content at the same time as changing its presentation - this lets us
> focus on the layout rather than worry about the details.
>
> I did fix some link problems - the Community link and the "More details"
> links on the Getting Started page were only working for a logged-in
> user, not for an anonymous user. Looks like you copied some pages from
> the Test space into the PHP space but didn't update the links accordingly?
>
> I think it will be much easier for people to find the information they
> need with the new layout. As for the new sections that you think are
> needed - feel free to add them as placeholders, as this is always a good
> way to encourage users to start supplying content.
>
> I think we should switch over to Tom's new layout asap.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~--~~~~--~~--~--~---



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

2007-08-22 Thread Caroline Maynard

Matthew Peters wrote:

> 
> I hoped we had seen the back of namespace problems 

Told you so: http://groups.google.com/group/phpsoa/msg/11a5c7ea4f6dd260 :-)

> I will open a JIRA.

You'll have noticed that Pete has provided fixes for 
http://issues.apache.org/jira/browse/TUSCANY-1564 and 
http://issues.apache.org/jira/browse/TUSCANY-1566. These do fix up the 
generated xml in the way you describe, and it is probably now valid.

However I am still getting the 400 status code (with no error message) 
from the atompub server. I think the code in question just can't cope 
with not having a default namespace - it likes:


http://www.w3.org/2001/XMLSchema-instance";
xmlns="http://www.w3.org/2005/Atom";>

   Caroline Maynard

...


but dislikes:


http://www.w3.org/2001/XMLSchema-instance";
xmlns:tns="http://www.w3.org/2005/Atom";>

   Caroline Maynard

...


It may non-compliant - and I can try raising this as a problem - but it 
probably isn't the only server in the world to work like this.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~--~~~~--~~--~--~---



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

2007-08-22 Thread Matthew Peters

How beastly of it. Now, who wants to be the one to tell Pete...

On Aug 22, 11:33 am, Caroline Maynard <[EMAIL PROTECTED]> wrote:

> However I am still getting the 400 status code (with no error message)
> from the atompub server. I think the code in question just can't cope
> with not having a default namespace - it likes:
>
> 
> http://www.w3.org/2001/XMLSchema-instance";
> xmlns="http://www.w3.org/2005/Atom";>
> 
>Caroline Maynard
> 
> ...
> 
>
> but dislikes:
>
> 
> http://www.w3.org/2001/XMLSchema-instance";
> xmlns:tns="http://www.w3.org/2005/Atom";>
> 
>Caroline Maynard
> 
> ...
> 
>
> It may non-compliant - and I can try raising this as a problem - but it
> probably isn't the only server in the world to work like this.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~--~~~~--~~--~--~---