07-09-04 08:32 PM
Thanks,
Not sure if this is the correct newsgroup for this question but to create a
webservice that accept an input that is the xsd file how do I do this?, do I
manually need to create an object that mirrors the xsd?
i.e
public void SomeMethod(Customer cust){ } where cust is my customer.xsd
file?
regards
--
John
"Eldar Musayev (MSFT)" wrote:
> Not sure if I got your question right. AFAIK, you don't need to do anythin
g
> with proxies, you just grab wsdl adn xsd files from your webservices, and
> use them to configure your WS adapter and orchestration (dmessage types) I
f
> you want to use xsd/wsdl that is already used by BTS, you just take these
> files, and (independently from BizTalk) create a web service that is using
> these files. Nothing, except xsd and wsdl should cross the boundary betwee
n
> BizTalk and your webservice, that the key advantage of webservices.
> Regards,
> Eldar
>
>
> This posting is provided "AS IS" with no warranties, and confers no rights
.
>
> EBusiness Server Team
> --------------------
> would like this web service to use the schemas that are setup in biztalk.
> However, it seems the only way I can do this is to create a proxy class in
> my web service, then map between my schema and the proxy? It this correct
?
> Also, at the moment I'm manually creating my proxy in the web service, is
> there a quick way of doing or am I missing the point completely?
>
>
[ Post a follow-up to this message ]
|