You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by New AxisU <ne...@gmail.com> on 2007/08/02 20:12:21 UTC

wsdl 2.0 process

Hi,

I am converting some 1.1 wsdl's to 2.0 and I am very pleased with using
axis2.

First I went to http://www.w3.org/2006/02/WSDLConvert.html and tried their
online converter.
It didn't work for me but I might have had a bad character in the file.

Instead, I used their "XSLT 2.0 stylesheet used for the
conversion<http://www.w3.org/2006/02/wsdl11to20.xsl>"
with XMSpy and created
a converted wsdl.

Then I fed the converted wsdl's into axis2's wsdl2java batch file and ran it
successfully.

Various people have been asking about how to validate their 2.0 wsdl.  This
worked much
better for me than trying to use my converted wsdl, with XMLSpy or Stylus
Studio, and the
wsdl2.0 schema.

Thanks again Axis2 folks.

Re: wsdl 2.0 process

Posted by Chathura Herath <ch...@gmail.com>.
Thanks Thilina I knew that :-). I was thinking may be it would be
useful to have it somewhere since i have seen this query twice and i
myself is doing this too. So having it in a API may help. May be it
should be pushed to the woden.
Chathura

On 8/3/07, Thilina Gunarathne <cs...@gmail.com> wrote:
> You can use the XSLT style sheet[1] published by the W3C
> programatically to do the WSDL 1.1 to WSDL 2.0 conversion..
>
> Thanks,
> Thilina
>
> [1] http://www.w3.org/2006/02/wsdl11to20.xsl
>
> On 8/3/07, Chathura Herath <ch...@gmail.com> wrote:
> > Kieth,
> > Is there a API somewhere that does this
> > Thanks
> > Chathura
> >
> > On 8/3/07, keith chapman <ke...@gmail.com> wrote:
> > > Hi,
> > >
> > > There is a tool hosted at
> > > http://tools.wso2.org:19762/wservices/WSDLConverter/ which
> > > can be used pretty easily to convert a WSDL 1.1 to WSDL 2.0 .
> > >
> > > Thanks,
> > > Keith.
> > >
> > >
> > > On 8/2/07, New AxisU <ne...@gmail.com> wrote:
> > > >
> > > > Hi,
> > > >
> > > > I am converting some 1.1 wsdl's to 2.0 and I am very pleased with using
> > > axis2.
> > > >
> > > > First I went to
> > > http://www.w3.org/2006/02/WSDLConvert.html and tried their
> > > online converter.
> > > > It didn't work for me but I might have had a bad character in the file.
> > > >
> > > > Instead, I used their "XSLT 2.0 stylesheet used for the conversion " with
> > > XMSpy and created
> > > > a converted wsdl.
> > > >
> > > > Then I fed the converted wsdl's into axis2's wsdl2java batch file and ran
> > > it successfully.
> > > >
> > > > Various people have been asking about how to validate their 2.0 wsdl.
> > > This worked much
> > > > better for me than trying to use my converted wsdl, with XMLSpy or Stylus
> > > Studio, and the
> > > > wsdl2.0 schema.
> > > >
> > > > Thanks again Axis2 folks.
> > >
> > >
> > >
> > > --
> > > Keith Chapman
> > > WSO2 Inc.
> > > Oxygen for Web Services Developers.
> > > http://wso2.org/
> >
> >
> > --
> > Chathura Herath
> > http://people.apache.org/~chathura/
> > http://chathurah.blogspot.com/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
>
>
> --
> Thilina Gunarathne  -  http://www.wso2.com - http://thilinag.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Chathura Herath
http://people.apache.org/~chathura/
http://chathurah.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: wsdl 2.0 process

Posted by Thilina Gunarathne <cs...@gmail.com>.
You can use the XSLT style sheet[1] published by the W3C
programatically to do the WSDL 1.1 to WSDL 2.0 conversion..

Thanks,
Thilina

[1] http://www.w3.org/2006/02/wsdl11to20.xsl

On 8/3/07, Chathura Herath <ch...@gmail.com> wrote:
> Kieth,
> Is there a API somewhere that does this
> Thanks
> Chathura
>
> On 8/3/07, keith chapman <ke...@gmail.com> wrote:
> > Hi,
> >
> > There is a tool hosted at
> > http://tools.wso2.org:19762/wservices/WSDLConverter/ which
> > can be used pretty easily to convert a WSDL 1.1 to WSDL 2.0 .
> >
> > Thanks,
> > Keith.
> >
> >
> > On 8/2/07, New AxisU <ne...@gmail.com> wrote:
> > >
> > > Hi,
> > >
> > > I am converting some 1.1 wsdl's to 2.0 and I am very pleased with using
> > axis2.
> > >
> > > First I went to
> > http://www.w3.org/2006/02/WSDLConvert.html and tried their
> > online converter.
> > > It didn't work for me but I might have had a bad character in the file.
> > >
> > > Instead, I used their "XSLT 2.0 stylesheet used for the conversion " with
> > XMSpy and created
> > > a converted wsdl.
> > >
> > > Then I fed the converted wsdl's into axis2's wsdl2java batch file and ran
> > it successfully.
> > >
> > > Various people have been asking about how to validate their 2.0 wsdl.
> > This worked much
> > > better for me than trying to use my converted wsdl, with XMLSpy or Stylus
> > Studio, and the
> > > wsdl2.0 schema.
> > >
> > > Thanks again Axis2 folks.
> >
> >
> >
> > --
> > Keith Chapman
> > WSO2 Inc.
> > Oxygen for Web Services Developers.
> > http://wso2.org/
>
>
> --
> Chathura Herath
> http://people.apache.org/~chathura/
> http://chathurah.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Thilina Gunarathne  -  http://www.wso2.com - http://thilinag.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: wsdl 2.0 process

Posted by keith chapman <ke...@gmail.com>.
Hi Chathura,

The tool that pointed out is driven via a web service hosted by WSO2. May be
we can expose this web service

Thanks,
Keith.

On 8/3/07, Chathura Herath <ch...@gmail.com> wrote:
>
> Kieth,
> Is there a API somewhere that does this
> Thanks
> Chathura
>
> On 8/3/07, keith chapman <ke...@gmail.com> wrote:
> > Hi,
> >
> > There is a tool hosted at
> > http://tools.wso2.org:19762/wservices/WSDLConverter/ which
> > can be used pretty easily to convert a WSDL 1.1 to WSDL 2.0 .
> >
> > Thanks,
> > Keith.
> >
> >
> > On 8/2/07, New AxisU <ne...@gmail.com> wrote:
> > >
> > > Hi,
> > >
> > > I am converting some 1.1 wsdl's to 2.0 and I am very pleased with
> using
> > axis2.
> > >
> > > First I went to
> > http://www.w3.org/2006/02/WSDLConvert.html and tried their
> > online converter.
> > > It didn't work for me but I might have had a bad character in the
> file.
> > >
> > > Instead, I used their "XSLT 2.0 stylesheet used for the conversion "
> with
> > XMSpy and created
> > > a converted wsdl.
> > >
> > > Then I fed the converted wsdl's into axis2's wsdl2java batch file and
> ran
> > it successfully.
> > >
> > > Various people have been asking about how to validate their 2.0 wsdl.
> > This worked much
> > > better for me than trying to use my converted wsdl, with XMLSpy or
> Stylus
> > Studio, and the
> > > wsdl2.0 schema.
> > >
> > > Thanks again Axis2 folks.
> >
> >
> >
> > --
> > Keith Chapman
> > WSO2 Inc.
> > Oxygen for Web Services Developers.
> > http://wso2.org/
>
>
> --
> Chathura Herath
> http://people.apache.org/~chathura/
> http://chathurah.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Keith Chapman
WSO2 Inc.
Oxygen for Web Services Developers.
http://wso2.org/

Re: wsdl 2.0 process

Posted by Chathura Herath <ch...@gmail.com>.
Kieth,
Is there a API somewhere that does this
Thanks
Chathura

On 8/3/07, keith chapman <ke...@gmail.com> wrote:
> Hi,
>
> There is a tool hosted at
> http://tools.wso2.org:19762/wservices/WSDLConverter/ which
> can be used pretty easily to convert a WSDL 1.1 to WSDL 2.0 .
>
> Thanks,
> Keith.
>
>
> On 8/2/07, New AxisU <ne...@gmail.com> wrote:
> >
> > Hi,
> >
> > I am converting some 1.1 wsdl's to 2.0 and I am very pleased with using
> axis2.
> >
> > First I went to
> http://www.w3.org/2006/02/WSDLConvert.html and tried their
> online converter.
> > It didn't work for me but I might have had a bad character in the file.
> >
> > Instead, I used their "XSLT 2.0 stylesheet used for the conversion " with
> XMSpy and created
> > a converted wsdl.
> >
> > Then I fed the converted wsdl's into axis2's wsdl2java batch file and ran
> it successfully.
> >
> > Various people have been asking about how to validate their 2.0 wsdl.
> This worked much
> > better for me than trying to use my converted wsdl, with XMLSpy or Stylus
> Studio, and the
> > wsdl2.0 schema.
> >
> > Thanks again Axis2 folks.
>
>
>
> --
> Keith Chapman
> WSO2 Inc.
> Oxygen for Web Services Developers.
> http://wso2.org/


-- 
Chathura Herath
http://people.apache.org/~chathura/
http://chathurah.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: wsdl 2.0 process

Posted by keith chapman <ke...@gmail.com>.
Hi,

There is a tool hosted at
http://tools.wso2.org:19762/wservices/WSDLConverter/ which can be used
pretty easily to convert a WSDL 1.1 to WSDL 2.0.

Thanks,
Keith.

On 8/2/07, New AxisU <ne...@gmail.com> wrote:
>
> Hi,
>
> I am converting some 1.1 wsdl's to 2.0 and I am very pleased with using
> axis2.
>
> First I went to http://www.w3.org/2006/02/WSDLConvert.html and tried their
> online converter.
> It didn't work for me but I might have had a bad character in the file.
>
> Instead, I used their "XSLT 2.0 stylesheet used for the conversion<http://www.w3.org/2006/02/wsdl11to20.xsl>"
> with XMSpy and created
> a converted wsdl.
>
> Then I fed the converted wsdl's into axis2's wsdl2java batch file and ran
> it successfully.
>
> Various people have been asking about how to validate their 2.0 wsdl.
> This worked much
> better for me than trying to use my converted wsdl, with XMLSpy or Stylus
> Studio, and the
> wsdl2.0 schema.
>
> Thanks again Axis2 folks.
>



-- 
Keith Chapman
WSO2 Inc.
Oxygen for Web Services Developers.
http://wso2.org/