is Orbeon support the domain-neutral XML format?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

is Orbeon support the domain-neutral XML format?

waller
Hi,
Our Rest web services use a domain-neutral XML format,  is it possible for me to use orbeon to talk with our Rest Service by those kind of XML. if so, how?

thank you



 <?xml version="1.0" encoding="UTF-8" ?>
- <nrx:nrx xmlns:nrx="http://ns.nrx.com/assethub">
- <nrx:instance nrx:uri="http://NRX-2511:8888/acm/public/assethub/user/admin" nrx:type="#user">
- <nrx:relation nrx:type="#user/code">
- <nrx:role nrx:type="#user/code/code">
  <nrx:value>admin</nrx:value> 
  </nrx:role>
  </nrx:relation>
- <nrx:relation nrx:type="#user/username">
- <nrx:role nrx:type="#user/username/username">
  <nrx:value>admin</nrx:value> 
  </nrx:role>
  </nrx:relation>
- <nrx:relation nrx:type="#user/password">
- <nrx:role nrx:type="#user/password/password">
  <nrx:value>stt:YWNtX2RiX3Bhc3N3b3JkfDAAIJpZuiFJk9TC++GL2nO8Fg==</nrx:value> 
  </nrx:role>
  </nrx:relation>
- <nrx:relation nrx:type="#user/externalSystemCode">
- <nrx:role nrx:type="#user/externalSystemCode/externalSystemCode">
  <nrx:value /> 
  </nrx:role>
  </nrx:relation>
- <nrx:relation nrx:type="#user/domain">
- <nrx:role nrx:type="#user/domain/domain">
  <nrx:value /> 
  </nrx:role>
  </nrx:relation>
- <nrx:relation nrx:type="#user/firstName">
- <nrx:role nrx:type="#user/firstName/firstName">
  <nrx:value>System</nrx:value> 
  </nrx:role>
  </nrx:relation>
- <nrx:relation nrx:type="#user/lastName">
- <nrx:role nrx:type="#user/lastName/lastName">
  <nrx:value>Administrator</nrx:value> 
  </nrx:role>
  </nrx:relation>
- <nrx:relation nrx:type="#user/title">
- <nrx:role nrx:type="#user/title/title">
  <nrx:value /> 
  </nrx:role>
  </nrx:relation>
- <nrx:relation nrx:type="#user/restrictionFlag">
- <nrx:role nrx:type="#user/restrictionFlag/restrictionFlag">
  <nrx:value>false</nrx:value> 
  </nrx:role>
  </nrx:relation>
  </nrx:instance>
  </nrx:nrx>
Reply | Threaded
Open this post in threaded view
|

Re: is Orbeon support the domain-neutral XML format?

Alessandro  Vernet
Administrator
If you are writing your own XForms (not using Form Builder), you
certainly can, as XForms does not pose any restriction to the format
of the XML used to store the data you capture through the form.

Alex

On Thu, Mar 11, 2010 at 3:17 PM, waller <[hidden email]> wrote:

>
> Hi,
> Our Rest web services use a domain-neutral XML format,  is it possible for
> me to use orbeon to talk with our Rest Service by those kind of XML. if so,
> how?
>
> thank you
>
>
>
>  <?xml version="1.0" encoding="UTF-8" ?>
> - <nrx:nrx xmlns:nrx="http://ns.nrx.com/assethub">
> - <nrx:instance
> nrx:uri="http://NRX-2511:8888/acm/public/assethub/user/admin"
> nrx:type="#user">
> - <nrx:relation nrx:type="#user/code">
> - <nrx:role nrx:type="#user/code/code">
>  <nrx:value>admin</nrx:value>
>  </nrx:role>
>  </nrx:relation>
> - <nrx:relation nrx:type="#user/username">
> - <nrx:role nrx:type="#user/username/username">
>  <nrx:value>admin</nrx:value>
>  </nrx:role>
>  </nrx:relation>
> - <nrx:relation nrx:type="#user/password">
> - <nrx:role nrx:type="#user/password/password">
>
> <nrx:value>stt:YWNtX2RiX3Bhc3N3b3JkfDAAIJpZuiFJk9TC++GL2nO8Fg==</nrx:value>
>  </nrx:role>
>  </nrx:relation>
> - <nrx:relation nrx:type="#user/externalSystemCode">
> - <nrx:role nrx:type="#user/externalSystemCode/externalSystemCode">
>  <nrx:value />
>  </nrx:role>
>  </nrx:relation>
> - <nrx:relation nrx:type="#user/domain">
> - <nrx:role nrx:type="#user/domain/domain">
>  <nrx:value />
>  </nrx:role>
>  </nrx:relation>
> - <nrx:relation nrx:type="#user/firstName">
> - <nrx:role nrx:type="#user/firstName/firstName">
>  <nrx:value>System</nrx:value>
>  </nrx:role>
>  </nrx:relation>
> - <nrx:relation nrx:type="#user/lastName">
> - <nrx:role nrx:type="#user/lastName/lastName">
>  <nrx:value>Administrator</nrx:value>
>  </nrx:role>
>  </nrx:relation>
> - <nrx:relation nrx:type="#user/title">
> - <nrx:role nrx:type="#user/title/title">
>  <nrx:value />
>  </nrx:role>
>  </nrx:relation>
> - <nrx:relation nrx:type="#user/restrictionFlag">
> - <nrx:role nrx:type="#user/restrictionFlag/restrictionFlag">
>  <nrx:value>false</nrx:value>
>  </nrx:role>
>  </nrx:relation>
>  </nrx:instance>
>  </nrx:nrx>
> --
> View this message in context: http://n4.nabble.com/is-Orbeon-support-the-domain-neutral-XML-format-tp1589897p1589897.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: is Orbeon support the domain-neutral XML format?

waller
Hi Alex
Can you give me some clue to start my work?

thank you
Reply | Threaded
Open this post in threaded view
|

Re: Re: is Orbeon support the domain-neutral XML format?

Alessandro  Vernet
Administrator
The first question I would try to answer is: forgetting that you're
using XForms for an instance, what do you want the form to look like?

Alex

On Thu, Mar 11, 2010 at 4:37 PM, waller <[hidden email]> wrote:

>
> Hi Alex
> Can you give me some clue to start my work?
>
> thank you
>
> --
> View this message in context: http://n4.nabble.com/is-Orbeon-support-the-domain-neutral-XML-format-tp1589897p1589963.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet