jonnep
jonnep

Reputation: 285

Biztalk SOAP documentation

Is there any way to include documentation in the WSDL when publishing a WCF using "Biztalk WCF Publishing Wizard" or any other way?

The wsdl documentation tags are empty by default in the wsdl, example:

<wsdl:documentation>
    <CreationInfo Created="2014-02-17 11:09:45Z"/>
</wsdl:documentation>

or

<wsdl:portType name="CustomerService">
    <wsdl:documentation/>
    <wsdl:operation name="RequestCustomerInfo">
       <wsdl:documentation/>
....

Upvotes: 0

Views: 63

Answers (1)

DTRT
DTRT

Reputation: 11040

Yes, but I'm ~95% sure what you asking can only be done with a custom Behavior.

Upvotes: 1

Related Questions