Forgive the double post, but my first was in the general "4D" forum and 4D
tech support suggested posting in the "4D Tech" forum. I'm not sure if
people look at both forums, hence the double post.
-------------------------------------------------------------------------------------------
I need to define a 4D web service called by SAP sending multiple records in
a single request. In a nutshell 4D will be uploading a bunch of sales
orders to SAP, and SAP will invoice and return all the invoice numbers in
one request. Something like:
<element name="SAP_Invoice">
<complexType>
<sequence>
<element minOccurs="1" maxOccurs="1" name="Sales_Order_No"
type="xsd:string"/>
<element minOccurs="1" maxOccurs="1" name="Invoice_No"
type="xsd:string"/>
</sequence>
</complexType>
</element>
I don't see any way to do this when defining the web service in 4D with SOAP
DECLARATION? Anything I do is defined as a single occurrence only. I
suggested having SAP send 2 matched arrays, which I can do by declaring the
input as type array, but they don't want to do that.
--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive: http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:[email protected]
**********************************************************************