Forum Discussion
Documentation for SOAP Message Body structure
I'm automating F5 Local Traffic Manager actions using an orchestrator and would like to use SOAP web services directly; is there documentation that applies to the structure of SOAP Message bodies? The WSDLs are not as detailed as I would like.
1 Reply
The WSDL is the standard way to describe the SOAP contract between the client and server implementation. I use the WSDL's to generate the client proxy code for the Java and .Net/PowerShell libraries so they should be good from a tool standpoint. The only issue with our implementation is that it's built around RPC/Encoded encoding and some tools have stopped support on that encoding in favor of Document/Literal. Since we have 1000's of customers using our current implementation, it's not so easy to swap out the protocol format so we are stuck with RPC/Enc for the time being.
If our SOAP implementation isn't for you, you might want to take a look at the new REST interface we've introduced. Look at the iControlREST namespace in the wiki and you should find some documentation and samples using it.
-Joe
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
