Web services / Concepts |
This topic describes multipart support with Genero Web Services
Multipart style SOAP is the ability to send and receive a SOAP request in multiple pieces. The sending of attached files in separate parts of the SOAP request is one example of a multipart style SOAP request.
When using a WSDL with multipart style, fglwsdl generates a client-side stub handling multipart requests. For more details, see Multipart in the client stub.
Multipart style is not yet supported with the high-level WS API of Genero.
When generating code from a WSDL using multipart style, the fglwsdl will produce a warning message: WARNING : Unable to manage MIME Mutlipart binding on message 'name', where name is the name of the message in XML.
If required, you can implement a WS server handling multipart with the low-level APIs of Genero Web Services. For more details, see com.HTTPServiceRequest.getRequestMultipartType.