[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: SOAP response with CDATA

  • Thread starter Thread starter David Abdala
  • Start date Start date
Status
Not open for further replies.
D

David Abdala

Guest
I don't use ProxyGen, but I don't see a way of tellig it to interpret the LONGCHAR as a "structure". My bet will be that you need to use a ProDataset or Temp-Table as a return parameter in order to be able to return an XML structure. ProxyGen *should* have a way of telling it to use a CHAR/LONGCHAR parameter as raw XML, but... Having the WSDL interpreted as CHARACTER is normal, because SOAP only has 'string' type, it does not has a 'longstring', so your LONGCHAR becmoes a 'string' in WSDL which is interpreted (when read) as a CHARACTER. I consume SOAP services with ABL using ABL facilities, but when publishing services never use ABL facilities but our own implementation of SOAP, so can't help much.

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