Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Soap request to update metadata (UPDATE_DOCINFO)

631429Sep 24 2008 — edited Oct 20 2008
Hello everyone
I'm trying to excecute through some code a metadata field update; i'm using the method UPDATE_DOCINFO.

I'm creating a soap request with the following values:

String metaPayload = "";
metaPayload += " dID=\"" + m_dID + "\"";
metaPayload += " dDocName=\"" + m_docName + "\"";
metaPayload += " dSecurityGroup=\"" + m_securityGroup + "\"";
metaPayload += " dRevLabel=\"" + m_dRevLabel+ "\"";
metaPayload += " xComments=\"" + m_comments+ "\"";

When i excecute the code it doesn't throw errors but the field "xComments" is not getting updated

Hope someone can help me, i have the complete code if someone needs it

Thanks in advanced!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 17 2008
Added on Sep 24 2008
5 comments
1,391 views