HighTechTalks DotNet Forums  

1.1 client to 2.0 web service

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss 1.1 client to 2.0 web service in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #11  
Old   
Steven Cheng[MSFT]
 
Posts: n/a

Default Re: 1.1 client to 2.0 web service - 11-08-2006 , 12:13 AM






Hi Param,

The approach john mentioned(auhor the WSDL ourselves before creatig
service) is somewhat like the "contract-first" service development. Under
such development routine, you create the webservice through the following
steps:

* Define XML Schema for elements that will be transfered in the webservice
SOAP request/response message
* define the WSDL document for your webservice (with the XML schema defined
above)
* generate webservice code that can produce SOAP message conforms to the
above WSDL/xml schema

the highlight of this approach is that the producted service will conform
to our predefined XML schema and WSDL. Thus, it provides good
interopability for heterogenious platforms to communication through the
webservice. Because the client and server can create service and proxy
through the predefined XML schema/WSDL.

Here are some articles introducing Contract-First service
development and how it works in ASP.NET asmx webservice:


#Contract-First Service Development
http://msdn.microsoft.com/msdnmag/is...tation/default...


#Techniques for Contract-First Development
http://msdn.microsoft.com/msdnmag/is...erviceStation/


#Enrich Your XML Serialization With Schema Providers In The .NET Framework
http://msdn.microsoft.com/msdnmag/is...ontract/defaul...

Hope this also helps some.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



This posting is provided "AS IS" with no warranties, and confers no rights.


Reply With Quote
  #12  
Old   
Dwight Walker
 
Posts: n/a

Default Re: 1.1 client to 2.0 web service - 04-01-2007 , 10:52 AM






Those links should be:
http://msdn.microsoft.com/msdnmag/is...assToContract/
http://msdn.microsoft.com/msdnmag/is...erviceStation/
http://msdn.microsoft.com/msdnmag/is...erviceStation/

Dwight Walker

"Steven Cheng[MSFT]" <stcheng (AT) online (DOT) microsoft.com> wrote

Quote:
Hi Param,

The approach john mentioned(auhor the WSDL ourselves before creatig
service) is somewhat like the "contract-first" service development. Under
such development routine, you create the webservice through the following
steps:

* Define XML Schema for elements that will be transfered in the webservice
SOAP request/response message
* define the WSDL document for your webservice (with the XML schema
defined
above)
* generate webservice code that can produce SOAP message conforms to the
above WSDL/xml schema

the highlight of this approach is that the producted service will conform
to our predefined XML schema and WSDL. Thus, it provides good
interopability for heterogenious platforms to communication through the
webservice. Because the client and server can create service and proxy
through the predefined XML schema/WSDL.

Here are some articles introducing Contract-First service
development and how it works in ASP.NET asmx webservice:


#Contract-First Service Development
http://msdn.microsoft.com/msdnmag/is...tation/default...


#Techniques for Contract-First Development
http://msdn.microsoft.com/msdnmag/is...erviceStation/


#Enrich Your XML Serialization With Schema Providers In The .NET Framework
http://msdn.microsoft.com/msdnmag/is...ontract/defaul...

Hope this also helps some.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



This posting is provided "AS IS" with no warranties, and confers no
rights.




Reply With Quote
  #13  
Old   
marika
 
Posts: n/a

Default Re: 1.1 client to 2.0 web service - 04-01-2007 , 11:57 AM



On Sun, 01 Apr 2007 10:52:52 -0400, Dwight Walker <dwight (AT) wwwalker (DOT) com.au>
wrote:

this is wonderful

Quote:
Dwight Walker

"Steven Cheng[MSFT]" <stcheng (AT) online (DOT) microsoft.com> wrote in message
news:hVvHvSvAHHA.5200 (AT) TK2MSFTNGXA01 (DOT) phx.gbl...
Hi Param,

The approach john mentioned(auhor the WSDL ourselves before creatig
service) is somewhat like the "contract-first" service development.
Under
such development routine, you create the webservice through the
following
steps:

* Define XML Schema for elements that will be transfered in the
webservice
SOAP request/response message
* define the WSDL document for your webservice (with the XML schema
defined
above)
* generate webservice code that can produce SOAP message conforms to the
above WSDL/xml schema

the highlight of this approach is that the producted service will
conform
to our predefined XML schema and WSDL. Thus, it provides good
interopability for heterogenious platforms to communication through the
webservice. Because the client and server can create service and proxy
through the predefined XML schema/WSDL.

Here are some articles introducing Contract-First service
development and how it works in ASP.NET asmx webservice:


#Contract-First Service Development
http://msdn.microsoft.com/msdnmag/is...tation/default...


#Techniques for Contract-First Development
http://msdn.microsoft.com/msdnmag/is...erviceStation/


#Enrich Your XML Serialization With Schema Providers In The .NET
Framework
http://msdn.microsoft.com/msdnmag/is...ontract/defaul...

Hope this also helps some.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



This posting is provided "AS IS" with no warranties, and confers no
rights.





Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.