M
medu
Guest
huh, it does look like a namespace is required for soap header entry... attaching one node that was not created with namespace will not raise an error but get-serialize returns null, name and localname same
the only thing you might try is to use the soapenv namespace for the node(s) you're adding and see if that changes anything, normally having the same namespace as it's parent should remove the namespace declaration from the node but who knows xDoc:CREATE-NODE-NAMESPACE(xNode, 'http://www.w3.org/2003/05/soap-envelope', 'user', 'element'). xDoc:CREATE-NODE(xValue, '', 'text'). xValue:NODE-VALUE = 'toto'. xNode:APPEND-CHILD(xValue). CREATE SOAP-HEADER hSOAPHeader. CREATE SOAP-HEADER-ENTRYREF hshEntry. hSOAPHeader:ADD-HEADER-ENTRY (hshEntry). hshEntry:SET-NODE(xNode). On 04/28/2014 08:01 PM, melinav wrote: From: melinav Post: RE: soap header sin espacio de nombre y prefijos Posted in: OpenEdge Development Link: http://community.progress.com/technicalusers/f/19/p/9784/37146.aspx#37146 I use set-serialized but give me the next error: "... Error en SET-SERIALIZE: (16454) **El atributo SET-SERIALIZED en SOAP-HEADER-ENTRYREF widget contiene argumentos que no son válidos. (4065)..." -- You were sent this email because you opted to receive email notifications when someone created a new thread. To unsubscribe from: - ...only this thread, disable notifications at http://community.progress.com/technicalusers/f/19/p/9784/37146.aspx#37146. - ...all email notifications from Progress Community, navigate to "Settings", click on the "Email" tab, then under the "Email Configuration" section, set Send Notifications to "No". -- m.edu keep it simple http://www.ganimede.ro http://ro.linkedin.com/in/marianedu medu@ganimede.ro mobile: +40 740 036 212 skype: marian.edu
Continue reading...

Continue reading...