- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Question:
How to include ApiFault into each operation in WSDL?
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Solution:
In default WSDL downloaded from tenant's Billing Settings page, the ApiFault is not included under each of the operations as below:
If you're using WSDL to generate code(e.g. using wsdl2java to generate java code), you might expected ApiFault be also included under each operation as same as InvalidTypeFault and UnexpectedErrorFault. If that is the case, you may modify the WSDL to manually add the line as below:
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Solution:
In default WSDL downloaded from tenant's Billing Settings page, the ApiFault is not included under each of the operations as below:
If you're using WSDL to generate code(e.g. using wsdl2java to generate java code), you might expected ApiFault be also included under each operation as same as InvalidTypeFault and UnexpectedErrorFault. If that is the case, you may modify the WSDL to manually add the line as below:
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √