Hello, i would like to know if it's possible to use the WCF rest Starter Kit in the case i am going to describe :
i have a client that will call my web service by sending xml plain messages, and the xsd format for these messages are imposed by the clients, it means it's not me that will impose a contract
So he will send me for example a xsd "Car" which describes the format and this xsd can be very complicated and can reference other xsd
How can i use the rest framework on visual studio ?
How to implement the services and the "WebInvoqueAttribute" and how to declare the parameter and the contract so that when the client makes an http request and post the xsd it will go all well
Please be specifiq and put examples because it's quite complicated
elburs
Member
6 Points
61 Posts
Using rest with XSD is possible ?
Sep 30, 2009 08:59 AM|LINK
Hello, i would like to know if it's possible to use the WCF rest Starter Kit in the case i am going to describe :
i have a client that will call my web service by sending xml plain messages, and the xsd format for these messages are imposed by the clients, it means it's not me that will impose a contract
So he will send me for example a xsd "Car" which describes the format and this xsd can be very complicated and can reference other xsd
How can i use the rest framework on visual studio ?
How to implement the services and the "WebInvoqueAttribute" and how to declare the parameter and the contract so that when the client makes an http request and post the xsd it will go all well
Please be specifiq and put examples because it's quite complicated
REST WCF Starter Kit