Set this parameter... | Of data type... | To... | |
url | String | The URL for the wm.tn:receive service, for example, http://rubicon:5555/invoke/wm.tn/receive. In this example, the wm.tn:receive service on the "rubicon" server with port number "5555" would be invoked. | |
method | String | post | |
loadAs | String | The data type of the input data source. Specify one of the following: bytes. The document data source is a byte[] stream. The document data source is an InputStream | |
data/string | String | The EDI document that you want to post. | |
headers | Document | An IData object that contains the headers that you want to set. Specify a key for each header field that you want to set. The key’s name represents the name of the header field, for example, Content-type.The key’s value represents the value of that header field, for example, application/EDIstream. |