SoapStruct

The SoapStruct class is the ancestor for a number of key classes within our Web Services architecture, including the QuickRates class previously discussed. The code required is shown in Figure 21-10.

Figure 21-10. SoapStruct class listing.
{define-class public abstract SoapStruct
    {method public abstract {to-Arguments}:Arguments}
}

As you can see in Figure 21-10, the SoapStruct class is declared as abstract with a single abstract method, which means that all descendent classes must create an implementation of this method.

Get Enterprise Curl now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.