Skip to content

[WIP] Order Service SOAP Implementations

Marking WIP to prevent a merge, this is not done and is only for illustration purposes.

We currently have two WSDLs for the Order Service classes--one handles OrderHeader, OrderLine and the to-be-defined "interface_order", the other handling OrderPayment. The issue I'm running up against is with the WSDL which combines the three APIs. Since all three APIs will share the same generated classes, they expect certain numbers and types of parameters that don't seem to be satisfiable in all cases. I'll be adding comments to the diffs and editing this as I go.

NOTE: This is a large PR. It's broken down into two commits, one for the the namespace reorg and one for the actual code changes. A good chunk of it is from the addition of the WSDLs and generated classes, so hopefully that makes it a littler easier to digest.

Please review: @ahoffmann @lloyd-carter @weizhong-wang

Merge request reports