Search results

  1. S

    XML not accepted in webservice

    It just accepts the request without any error. The used XML is a small document with a few elements. I noticed with testing that it accepts plain text, so I think the problem had something to do with the fact that I want to receive an unknown XML file in the longchar variable and progress only...
  2. S

    XML not accepted in webservice

    I've created a simple progress webservice that has a LONGCHAR input parameter and sends it's response with the RETURN value. I want to put XML in the LONGCHAR, but when I send XML into my webservice procedure it doesn't fill the LONGCHAR. I expected that I could send everything (plain...
Top