[Progress Communities] [Progress OpenEdge ABL] Forum Post: How to omit empty values in SOAP request

  • Thread starter Thread starter Piotr Ryszkiewicz
  • Start date Start date
Status
Not open for further replies.
P

Piotr Ryszkiewicz

Guest
Hello, I'd like to ask what are the options to omit empty values in SOAP request when calling 3rd party WS from ABL with dataset as the input. These are not mandatory, but the service requires to omit empty tags completely, so that means if the value of Field is empty (or null) neither nor are allowed. I know I can set XML-NODE-TYPE to "HIDDEN", but it can be used only if Field is empty in all cases. But what if it's not? I can also generate XML manually and pass it to WS as longchar, but I was hoping there is also easier way. Any ideas ? Thank you, Piotr

Continue reading...
 
Status
Not open for further replies.
Back
Top