RE: programming model for document-style SOAP
"Anne Thomas Manes" <[email protected]>
| Newsgroups | gmane.comp.web.services.ws-arch |
|---|---|
| Message-ID | <[email protected]> |
> -----Original Message----- > From: [email protected] [mailto:[email protected]]On > Behalf Of Hao He > Sent: Tuesday, January 14, 2003 10:03 PM > To: 'Anne Thomas Manes'; 'Christian Hoertnagl'; [email protected] > Subject: RE: programming model for document-style SOAP > <snip> > > In your PO example, the additional cost of using SOAP for the submitPO > method and generating proxy is just far greater than POSTing a PO XML > directly to the server. That depends on whether your PO is currently formatted in XML. If it's contained in an object graph, then the RPC proxy saves you lots of coding.