Hi,
The fault message definition is missing from my service WSDL. I would like to add these bold styled text to my WSDL. How can I do that? The aim is when I get the WSDL of MyService with ?wsdl URL the response contains the bold styled text.
For example:
<message name="MyFault">
<part name="MyFault" element="s1:MyFault"/>
</message>
<message name="myOperationSoapIn">
<part name="myOperationRequest" element="s1:myOperationRequest"/>
</message>
<message name="myOperationSoapOut">
<part name="myOperationResponse" element="s1:myOperationResponse"/>
</message>
.png)
.png)
.png)


