I only have a WSDL should I ask for an XSD too? -


a third party has provided wsdl. on java stack. believe need xsd able consume in biztalk via "add generated items-> consume wcf service". 3rd party not using wcf looks option available consuming wsdl.

i assuming cannot consume wsdl without accompanying xsd. correct?

visual studio automatically generate necessary biztalk xsd file/s when add reference web-service wsdl. add orchestration necessary ports typed service's request , response messages (this orchestration can safely deleted if not required).

as have rightly pointed out, adding service reference achieved selecting 'add generated items -> consume wcf service' when consuming wcf service, or 'add service reference' if consuming straight web-service.

you might want review of msdn documentation relating consuming of web-services in biztalk, specific considerations when consuming web-services.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -