Re: How to convert wsdl:message's from WSDL 1.1 to WSDL 2.0?

2007-04-04 Thread Glen Mazza
Thanks Keith and Brennan for your responses and conversion XSLs.

Glen


Am Mittwoch, den 04.04.2007, 09:42 +0530 schrieb keith chapman:
> Hi Glen,
> 
> WSDL 2.0 does not have the concept of messages, (they got rid of it as
> its too messy) instead they directly refer elements in the schema
> through the element attribute. I hope this clarified your question. 
> 
> BTW you can use the WSDL 1.1 to WSDL 2.0 (Converts a WSDL 1.1 document
> to a WSDL 2.0 document) tool available at http://wso2.org/tools to do
> the conversion.
> 
> Thanks,
> Keith
> 
> On 4/4/07, Glen Mazza <[EMAIL PROTECTED]> wrote: 
> Hello,
> 
> I'm trying to convert my previously created 1.1 WSDL ([1],
> right after
> item #3 in the entry) to WSDL 2.0 in order to help test Axis
> 1.2 RC2[2].
> Most of the conversion is rather simple but I'm at a loss to
> see what
> should be done with the two wsdl:messages I have, as they
> don't seem to 
> have a counterpart in WSDL 2.0.  What is generally done with
> wsdl:messages when upgrading to 2.0?
> 
> Thanks,
> Glen
> 
> [1]
> http://www.jroller.com/page/gmazza?entry=creating_a_web_service_with
> [2] http://marc.info/?l=axis-user&m=117559793303157&w=2
> 
> 
> 
> - 
> 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/


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



Re: How to convert wsdl:message's from WSDL 1.1 to WSDL 2.0?

2007-04-03 Thread keith chapman

Hi Glen,

WSDL 2.0 does not have the concept of messages, (they got rid of it as its
too messy) instead they directly refer elements in the schema through the
element attribute. I hope this clarified your question.

BTW you can use the WSDL 1.1 to WSDL
2.0(Converts a
WSDL
1.1 document to a WSDL 2.0 document) tool available at
http://wso2.org/toolsto do the conversion.

Thanks,
Keith

On 4/4/07, Glen Mazza <[EMAIL PROTECTED]> wrote:


Hello,

I'm trying to convert my previously created 1.1 WSDL ([1], right after
item #3 in the entry) to WSDL 2.0 in order to help test Axis 1.2 RC2[2].
Most of the conversion is rather simple but I'm at a loss to see what
should be done with the two wsdl:messages I have, as they don't seem to
have a counterpart in WSDL 2.0.  What is generally done with
wsdl:messages when upgrading to 2.0?

Thanks,
Glen

[1] http://www.jroller.com/page/gmazza?entry=creating_a_web_service_with
[2] http://marc.info/?l=axis-user&m=117559793303157&w=2



-
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: How to convert wsdl:message's from WSDL 1.1 to WSDL 2.0?

2007-04-03 Thread Brennan Spies
It becomes an interface message reference:
http://www.w3.org/TR/wsdl20/#InterfaceMessageReference

You might want to try this XSLT to aid in converting your WSDL:
http://www.w3.org/2006/02/WSDLConvert.html


-Original Message-
From: Glen Mazza [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 03, 2007 8:08 PM
To: axis-user@ws.apache.org
Subject: How to convert wsdl:message's from WSDL 1.1 to WSDL 2.0?

Hello,

I'm trying to convert my previously created 1.1 WSDL ([1], right after
item #3 in the entry) to WSDL 2.0 in order to help test Axis 1.2 RC2[2].
Most of the conversion is rather simple but I'm at a loss to see what
should be done with the two wsdl:messages I have, as they don't seem to
have a counterpart in WSDL 2.0.  What is generally done with
wsdl:messages when upgrading to 2.0?

Thanks,
Glen

[1] http://www.jroller.com/page/gmazza?entry=creating_a_web_service_with
[2] http://marc.info/?l=axis-user&m=117559793303157&w=2



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


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