Re: wsdl 2.0 process

2007-08-03 Thread keith chapman
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 <[EMAIL PROTECTED]> wrote:
>
> Kieth,
> Is there a API somewhere that does this
> Thanks
> Chathura
>
> On 8/3/07, keith chapman <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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


Re: wsdl 2.0 process

2007-08-03 Thread Chathura Herath
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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> wrote:
> > Kieth,
> > Is there a API somewhere that does this
> > Thanks
> > Chathura
> >
> > On 8/3/07, keith chapman <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Thilina Gunarathne  -  http://www.wso2.com - http://thilinag.blogspot.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: wsdl 2.0 process

2007-08-03 Thread Thilina Gunarathne
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 <[EMAIL PROTECTED]> wrote:
> Kieth,
> Is there a API somewhere that does this
> Thanks
> Chathura
>
> On 8/3/07, keith chapman <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: wsdl 2.0 process

2007-08-03 Thread Chathura Herath
Kieth,
Is there a API somewhere that does this
Thanks
Chathura

On 8/3/07, keith chapman <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: wsdl 2.0 process

2007-08-02 Thread keith chapman
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 <[EMAIL PROTECTED]> 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/


wsdl 2.0 process

2007-08-02 Thread New AxisU
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.