12 years ago
help required on WSDL streams
Currently we are working on SAS Java integration with SOAP Web services in our project.
We require your help on
Input streams sending through XML request from Java.
We are testing WSDL in SOAP UI tool where we have to give the input request in Streams format.
In SAS Code
Customer, stdate, enddate are parameters,
Data Destream;
set Destr.Destream;
run;
Destream has the following columns in data set - DEKEYS and ACTION
we are sending it from Java as a input stream to SAS
Plese check the attachment and let us know how to send stream input from Java to SAS
We require your help on
Input streams sending through XML request from Java.
We are testing WSDL in SOAP UI tool where we have to give the input request in Streams format.
In SAS Code
Customer, stdate, enddate are parameters,
Data Destream;
set Destr.Destream;
run;
Destream has the following columns in data set - DEKEYS and ACTION
we are sending it from Java as a input stream to SAS
Plese check the attachment and let us know how to send stream input from Java to SAS