|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
There are some limitations to consider when using the WSDL-first approach and svcutil to create Contract files.
• Specify the /UseSerializerForFaults argument during proxy code generation. For example:
• If a portType of an operation includes Fault child node, the operation must use Document style.
The following is incorrect for faults:
The OperationFormatStyle.Rpc attribute is not supported if the operation also has the fault contract attribute.If the generated proxy code contains an attribute OperationFormatStyle.Rpc, then you must regenerate the WSDL from the code after deleting the attribute.The part elements of messages cannot be same. If the elements are identical, svcutil throws an error. For example, this definition is allowed:
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |