Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [wtp-incubator-dev] wsdl first "select runtime"

Hi Bruce,

>Is this wsdl considered the "right" style and convention for cxf? I ask because it does some things I've not seen before.
>Why does it wrap strings in complex sequence elements?
>Is it a matter of consistency where everything is wrapped in this fashion?
>Was this an artifact of the WSDL creation tool?

I think those questions would be best answered over on the users@xxxxxxxxxxxxxx mailing list.

>but since this wsdl is provided as an example

I used that wsdl in the video simply because it was available in the CXF User Guide http://cwiki.apache.org/CXF20DOC/index.html.

>What editor/tools to mere mortals use for editing WSDLs?

You can find some information on using the WSDL Editor that ships with WTP here:
http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.wst.wsdl.ui.doc.user/tasks/tedtwsdl.html
http://wiki.eclipse.org/index.php/Introduction_to_the_WSDL_Editor

Thanks,
Shane


Date: Sat, 18 Apr 2009 08:09:24 -0700
Subject: Re: [wtp-incubator-dev] wsdl first "select runtime"
From: bruce.edge@xxxxxxxxx
To: wtp-incubator-dev@xxxxxxxxxxx

Hi,
Thanks for the ref. This definitely help make the demo videos more understandable.

Is this wsdl considered the "right" style and convention for cxf? I ask because it does some things I've not seen before.
Why does it wrap strings in complex sequence elements?
Is it a matter of consistency where everything is wrapped in this fashion?
Was this an artifact of the WSDL creation tool?

This may be be the right forum for these questions, but since this wsdl is provided as an example, I want to understand the reasoning behind it.

Lastly, raw WSDL makes my eyes want to bleed. What editor/tools to mere mortals use for editing WSDLs?

Thanks

-Bruce

P.S. This project is fantastic. It substantially lowers the entrance bar for cxf development.

On Fri, Apr 17, 2009 at 9:59 AM, shane clarke <shane_clarke@xxxxxxxxxxx> wrote:
Hi Bruce,

For the WSDL that was used in that video see Example 1 on this page:

http://cwiki.apache.org/CXF20DOC/developing-a-consumer.html


> what was added to the wsdl such that all the messages were generated into the helloworld.types namesspace?

The schema element in the WSDL types uses a different namespace.


>Also, how is the issue of updating the wsdl handled? I assume you need to keep the existing server side message handler code that has been added by hand, but add new methods to the same java namespace.

If you update the wsdl itself (e.g. add an operation) you'll have to run through the WTP Web Services wizard again to invoke CXF wsdl2java. There's no auto re-generation of code.

But you can change the generated wsdl2java implementation code, add supporting methods and redeploy.

Thanks,
Shane



Date: Fri, 17 Apr 2009 07:46:29 -0700

Subject: Re: [wtp-incubator-dev] wsdl first "select runtime"
From: bruce.edge@xxxxxxxxx

To: wtp-incubator-dev@xxxxxxxxxxx

In the HelloWorldTomcatdeploy video, what was added to the wsdl such that all the messages were generated into the helloworld.types namesspace?

When I do this, everything is in one namespace.

Also, how is the issue of updating the wsdl handled? I assume you need to keep the existing server side message handler code that has been added by hand, but add new methods to the same java namespace. Yes, sorry, I'm a bit new to java as well, I'm a C++ gSOAP guy.

Thanks

-Bruce


On Fri, Apr 17, 2009 at 7:21 AM, Bruce Edge <bruce.edge@xxxxxxxxx> wrote:
I'm dying to hear the audio. I've watched some of them 5 times pausing and running along side with eclipse.
I'd like to see the wsdl that they use too.

-Bruce


On Fri, Apr 17, 2009 at 5:56 AM, shane clarke <shane_clarke@xxxxxxxxxxx> wrote:
Most of the core features shown in the videos haven't changed.

A few new features have been introduced. The way the runtime libraries are added to a project for example along with an Annotations View and Content Assist.

But the biggest change that's needed is to redo those videos with voice overs to better explain what's going on while also improving the scripting or flow in some of them. 

And the WSLD2Java functionality shown in the videos is rushed. So that could be improved as well.


> Date: Fri, 17 Apr 2009 12:45:38 +0100
> Subject: Re: [wtp-incubator-dev] wsdl first "select runtime"
> From: oisin.hurley@xxxxxxxxx
> To: wtp-incubator-dev@xxxxxxxxxxx

>
> > Look at the videos linked to here http://wiki.eclipse.org/JAXWS/Videos.
>
> Shane, do you think things have changed enough that we might want
> to do some more of these? (They are time consuming, so only want
> to take it on if things have changed sufficiently!)
>
> --oh
> _______________________________________________
> wtp-incubator-dev mailing list
> wtp-incubator-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev


_______________________________________________
wtp-incubator-dev mailing list
wtp-incubator-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev





Get the next generation of Free Windows Live Services Click here!

_______________________________________________
wtp-incubator-dev mailing list
wtp-incubator-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev




Get the next generation of Free Windows Live Services Click here!

Back to the top