wcf - what files to give client for .wsdl -
Thanks for any help
I was creating a WCF web service for an external client The customer is requesting a copy of the wsdl. I am currently looking forward to being able to provide access to the service to the customer.
When I go to my local webserver running the service () I'm shown the WSDL, the data provided includes the method signature (behind the .svc code), but includes the included model objects Are not (customer, order, ext).
To get those items, I can find references in the data shown and go to the url
To provide information, so that they should have the whole WHSLL, both in the main schema and imported schemas?
Or is there any other way to accomplish this (otherwise the user is killing a server)
i.e.: is there a way of packaging them all within a file?
(It seems that some of those files will be available to be removed?)
If I want to give .zip with each file, will it be enough?
Thank you, Steven
WCF has sent its WSDL and XSD (XML schema) Shipped in different pieces, as you have already seen. They are referred to their main WSDL with additional href.
or even better: You DLLs or on the command line against XE can run the command "svcutil -metadata" is included in your service implementation - all necessary files (usually several Dbluesdiel many Akssdi on ) In another directory where you run the svcutil command, it is usually found to be WSDL and XSD files, in which WSDL URL (you usually disappear in one or two files), another reliable way Land.
Mark
Comments
Post a Comment