Re: how about we honor style sheet in wsdl

2008-07-28 Thread Benson Margulies
I'm more likely to remember to add this wrinkle if you reopen the JIRA :-) On Mon, Jul 28, 2008 at 9:59 AM, Daniel Kulp <[EMAIL PROTECTED]> wrote: > > Most likely, in those cases, we would be calling writeDocument with the > writePrologue falg set to false as it would be encapsulated in a soap > m

Re: how about we honor style sheet in wsdl

2008-07-28 Thread Daniel Kulp
Most likely, in those cases, we would be calling writeDocument with the writePrologue falg set to false as it would be encapsulated in a soap message or something that would have already written that. Most likely, if prologue writing is turned off, we DON'T want to write any PI's eithe

Re: how about we honor style sheet in wsdl

2008-07-24 Thread Benson Margulies
> Have fun. But I don't think PI's are part of the WSDL document--they are > external to it, however I'm seeing some open source products that provide > stylesheets for WSDLs, so it may not be that big a deal. > > At any rate, make sure your change does not result in SOAP messages being > allowed

Re: how about we honor style sheet in wsdl

2008-07-24 Thread Glen Mazza
x27;s--that remains a no-no (3rd paragraph of http://www.w3.org/TR/2003/REC-soap12-part1-20030624/#soapenv, and also the WS-I Basic Profile). Glen -- View this message in context: http://www.nabble.com/how-about-we-honor-style-sheet-in-wsdl-tp18604911p18642205.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: how about we honor style sheet in wsdl

2008-07-24 Thread Benson Margulies
I don't see it being our job to remove things from a WSDL file. Who knows what protocol someone might be inventing with PIs? Style sheets are just another PI. I'm going to go ahead and make a fix.

Re: how about we honor style sheet in wsdl

2008-07-23 Thread Freeman Fang
Hi Glen, Actually I have same concern with you. This request is from a servicemix user but I'm not sure if it's reasonable for wsdl, so I post question here to get more feedback. Regards Freeman Glen Mazza wrote: Should WSDLs have stylesheets? After all, as they say, web services are for

Re: how about we honor style sheet in wsdl

2008-07-23 Thread Glen Mazza
they > can also see the stylesheet their. > Or any reason we shouldn't do it? > > Thanks > Freeman > -- View this message in context: http://www.nabble.com/how-about-we-honor-style-sheet-in-wsdl-tp18604911p18625095.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: how about we honor style sheet in wsdl

2008-07-23 Thread Daniel Kulp
On Jul 23, 2008, at 8:21 AM, Guillaume Nodet wrote: I think the problem is that when served from CXF, the PI is removed from the original WSDL. Does wsdl4j keep the PI?That's the first question. Actually, just looked in StaxUtils and it wouldn't write the PI: public static void w

Re: how about we honor style sheet in wsdl

2008-07-23 Thread Benson Margulies
Oh! Is there a JIRA for this? It has to be a side-effect of patching the address, no? On Wed, Jul 23, 2008 at 8:21 AM, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > I think the problem is that when served from CXF, the PI is removed > from the original WSDL. > > On Wed, Jul 23, 2008 at 2:05 PM, Ben

Re: how about we honor style sheet in wsdl

2008-07-23 Thread Guillaume Nodet
I think the problem is that when served from CXF, the PI is removed from the original WSDL. On Wed, Jul 23, 2008 at 2:05 PM, Benson Margulies <[EMAIL PROTECTED]> wrote: > I don't follow exactly. > > If the URL in the PI were relative, then we could imagine serving it > up. But as an absolute URL,

Re: how about we honor style sheet in wsdl

2008-07-23 Thread Benson Margulies
I don't follow exactly. If the URL in the PI were relative, then we could imagine serving it up. But as an absolute URL, it's up to the user to configure the container to deliver it, no? On Wed, Jul 23, 2008 at 2:48 AM, Freeman Fang <[EMAIL PROTECTED]> wrote: > Hi, > > For the wsdl like > > h

how about we honor style sheet in wsdl

2008-07-22 Thread Freeman Fang
Hi, For the wsdl like href="http://api.bioinfo.no/stylesheets/WSDLDocumentation.xslt";?> http://schemas.xmlsoap.org/wsdl/"; Is it possible that we publish stylesheet as well when we publish the wsdl, I mean if customer get wsdl from http://serviceaddress?wsdl, they can also see the styl