Help me with my prefix.

  • Thread starter progresscommunities@progr
  • Start date
Status
Not open for further replies.
P

progresscommunities@progr

Guest
hi, I'm work with Openedge 10.1c and I want to write a document XML using the SAX method, but I have a little problem when I execute my program.



I use a prefix with name soapenv and I want put into my XML, my "namespaceuri", just like this:



lok = hsaxwriter:start-element(soapenv:"Envelope").
lok = declarespacename("http://schemas.xmlsoap.org/soap/envelope/","soapenv").





When I check my sintaxys, the system send this error:



** Unknown Field or Variable name - soapenv. (201)



somebody can tell me what is this error and how can I solve this problem?.



Thanks.

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