hi, i'm unable to invoke a web service using xforms.and i need to pass the inputs to the web service during run time from the user. Thanks & Regards, Arpita Nagpal Center of Excellence - SOA Group L &T Infotech Limited Gate no. - 5, Technology Center , 4th Floor - West side Powai. Mumbai 400 072. Direct: +91-22-6776-7196 Email:[hidden email] Larsen & Toubro Infotech Ltd. www.Lntinfotech.com This Document is classified as: |------| | [X] | |------|L&T Infotech Proprietary |------| | [ ] | |------|L&T Infotech Confidential |------| | [ ] | |------| L&T Infotech Internal Use Only |------| | [ ] | |------|L&T Infotech General Business This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. ______________________________________________________________________ -- 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 |
Hi,
I created a processor with 1 input and 2 outputs. When I call this processor in an XPL everything works fine execpt that I never go through the getMessage of the processor. <p:config xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:oxf="http://www.orbeon.com/oxf/processors" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xdb="http://orbeon.org/oxf/xml/xmldb"> <p:param name="instance" type="input"/> <p:param name="data" type="output" debug="data"/> <p:param name="message" type="output" debug="msg"/> <p:processor name="myCustomProcessor"> <p:input name="instance" href="#instance"/> <p:output name="data" ref="data"/> <p:output name="message" ref="message"/> </p:processor> </p:config> And when I try to reference the message output of the xpl I get an error saying that the message input is not defined. <xi:include href="input:message"/> What am I doing wrong ?? Thank you very much, Antoine -- 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 |
I am not certain xinclude works in this context. You may need to use the oxf:xinclude processor and not <xi:xinclude> .. See: http://www.orbeon.com/ops/doc/processors-xinclude#ops-xinclude Regards, Hank On Apr 14, 2008, at 6:18 AM, <Antoine.DE- [hidden email]> wrote: > Hi, > > I created a processor with 1 input and 2 outputs. > > When I call this processor in an XPL everything works fine execpt > that I never go through the getMessage of the processor. > > <p:config > xmlns:p="http://www.orbeon.com/oxf/pipeline" > xmlns:oxf="http://www.orbeon.com/oxf/processors" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:xdb="http://orbeon.org/oxf/xml/xmldb"> > > <p:param name="instance" type="input"/> > <p:param name="data" type="output" debug="data"/> > <p:param name="message" type="output" debug="msg"/> > > <p:processor name="myCustomProcessor"> > <p:input name="instance" href="#instance"/> > <p:output name="data" ref="data"/> > <p:output name="message" ref="message"/> > </p:processor> > </p:config> > > And when I try to reference the message output of the xpl I get an > error saying that the message input is not defined. > <xi:include href="input:message"/> > > What am I doing wrong ?? > > Thank you very much, > > Antoine > > -- > 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 NEES@UCSB Institute for Crustal Studies, University of California, Santa Barbara 805-893-8042 -- 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 |
Administrator
|
In reply to this post by Antoine.DE-TROOSTEMBERGH
What is the exact error?
-Erik On Apr 14, 2008, at 6:18 AM, <Antoine.DE- [hidden email]> <[hidden email] > wrote: > Hi, > > I created a processor with 1 input and 2 outputs. > > When I call this processor in an XPL everything works fine execpt > that I never go through the getMessage of the processor. > > <p:config > xmlns:p="http://www.orbeon.com/oxf/pipeline" > xmlns:oxf="http://www.orbeon.com/oxf/processors" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:xdb="http://orbeon.org/oxf/xml/xmldb"> > > <p:param name="instance" type="input"/> > <p:param name="data" type="output" debug="data"/> > <p:param name="message" type="output" debug="msg"/> > > <p:processor name="myCustomProcessor"> > <p:input name="instance" href="#instance"/> > <p:output name="data" ref="data"/> > <p:output name="message" ref="message"/> > </p:processor> > </p:config> > > And when I try to reference the message output of the xpl I get an > error saying that the message input is not defined. > <xi:include href="input:message"/> > > What am I doing wrong ?? > > Thank you very much, > > Antoine > > -- > 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 for the Enterprise Done the Right Way http://www.orbeon.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 |
Here is the complete error.
This needs to be opened with Internet Explorer. Antoine -----Original Message----- From: Erik Bruchez [mailto:[hidden email]] Sent: Monday, April 14, 2008 9:20 PM To: [hidden email] Subject: [ops-users] Re: Processor with multiple outputs What is the exact error? -Erik On Apr 14, 2008, at 6:18 AM, <Antoine.DE- [hidden email]> <[hidden email] > wrote: > Hi, > > I created a processor with 1 input and 2 outputs. > > When I call this processor in an XPL everything works fine execpt > that I never go through the getMessage of the processor. > > <p:config > xmlns:p="http://www.orbeon.com/oxf/pipeline" > xmlns:oxf="http://www.orbeon.com/oxf/processors" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:xdb="http://orbeon.org/oxf/xml/xmldb"> > > <p:param name="instance" type="input"/> > <p:param name="data" type="output" debug="data"/> > <p:param name="message" type="output" debug="msg"/> > > <p:processor name="myCustomProcessor"> > <p:input name="instance" href="#instance"/> > <p:output name="data" ref="data"/> > <p:output name="message" ref="message"/> > </p:processor> > </p:config> > > And when I try to reference the message output of the xpl I get an > error saying that the message input is not defined. > <xi:include href="input:message"/> > > What am I doing wrong ?? > > Thank you very much, > > Antoine > > -- > 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 for the Enterprise Done the Right Way http://www.orbeon.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 - An Error has Occurred.mht (138K) Download Attachment |
Administrator
|
(Your file opens fine with Opera on the Mac as Opera supports the
MHTML format.) The error shows that you have the following in your XForms document: <xforms:instance id="message-instance" src="input:message"/> This won't work: you can't, at the moment, read custom inputs from XForms. Only input:data and input:instance are supported from XForms. -Erik On Apr 15, 2008, at 12:31 AM, <Antoine.DE- [hidden email]> <[hidden email] > wrote: > Here is the complete error. > This needs to be opened with Internet Explorer. > > Antoine > > -----Original Message----- > From: Erik Bruchez [mailto:[hidden email]] > Sent: Monday, April 14, 2008 9:20 PM > To: [hidden email] > Subject: [ops-users] Re: Processor with multiple outputs > > What is the exact error? > > -Erik > > On Apr 14, 2008, at 6:18 AM, <Antoine.DE- > [hidden email]> <[hidden email] >> wrote: >> Hi, >> >> I created a processor with 1 input and 2 outputs. >> >> When I call this processor in an XPL everything works fine execpt >> that I never go through the getMessage of the processor. >> >> <p:config >> xmlns:p="http://www.orbeon.com/oxf/pipeline" >> xmlns:oxf="http://www.orbeon.com/oxf/processors" >> xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >> xmlns:xdb="http://orbeon.org/oxf/xml/xmldb"> >> >> <p:param name="instance" type="input"/> >> <p:param name="data" type="output" debug="data"/> >> <p:param name="message" type="output" debug="msg"/> >> >> <p:processor name="myCustomProcessor"> >> <p:input name="instance" href="#instance"/> >> <p:output name="data" ref="data"/> >> <p:output name="message" ref="message"/> >> </p:processor> >> </p:config> >> >> And when I try to reference the message output of the xpl I get an >> error saying that the message input is not defined. >> <xi:include href="input:message"/> >> >> What am I doing wrong ?? >> >> Thank you very much, >> >> Antoine >> >> -- >> 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 for the Enterprise Done the Right Way > http://www.orbeon.com/ > > <Orbeon Forms - An Error has Occurred.mht> > -- > 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 for the Enterprise Done the Right Way http://www.orbeon.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 |
OK, thanks, I'll find something else then (I suppose agregate all processor outputs in a input:data)
-----Original Message----- From: Erik Bruchez [mailto:[hidden email]] Sent: Tuesday, April 15, 2008 7:33 PM To: [hidden email] Subject: [ops-users] Re: RE: Re: Processor with multiple outputs (Your file opens fine with Opera on the Mac as Opera supports the MHTML format.) The error shows that you have the following in your XForms document: <xforms:instance id="message-instance" src="input:message"/> This won't work: you can't, at the moment, read custom inputs from XForms. Only input:data and input:instance are supported from XForms. -Erik On Apr 15, 2008, at 12:31 AM, <Antoine.DE- [hidden email]> <[hidden email] > wrote: > Here is the complete error. > This needs to be opened with Internet Explorer. > > Antoine > > -----Original Message----- > From: Erik Bruchez [mailto:[hidden email]] > Sent: Monday, April 14, 2008 9:20 PM > To: [hidden email] > Subject: [ops-users] Re: Processor with multiple outputs > > What is the exact error? > > -Erik > > On Apr 14, 2008, at 6:18 AM, <Antoine.DE- > [hidden email]> <[hidden email] >> wrote: >> Hi, >> >> I created a processor with 1 input and 2 outputs. >> >> When I call this processor in an XPL everything works fine execpt >> that I never go through the getMessage of the processor. >> >> <p:config >> xmlns:p="http://www.orbeon.com/oxf/pipeline" >> xmlns:oxf="http://www.orbeon.com/oxf/processors" >> xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >> xmlns:xdb="http://orbeon.org/oxf/xml/xmldb"> >> >> <p:param name="instance" type="input"/> >> <p:param name="data" type="output" debug="data"/> >> <p:param name="message" type="output" debug="msg"/> >> >> <p:processor name="myCustomProcessor"> >> <p:input name="instance" href="#instance"/> >> <p:output name="data" ref="data"/> >> <p:output name="message" ref="message"/> >> </p:processor> >> </p:config> >> >> And when I try to reference the message output of the xpl I get an >> error saying that the message input is not defined. >> <xi:include href="input:message"/> >> >> What am I doing wrong ?? >> >> Thank you very much, >> >> Antoine >> >> -- >> 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 for the Enterprise Done the Right Way > http://www.orbeon.com/ > > <Orbeon Forms - An Error has Occurred.mht> > -- > 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 for the Enterprise Done the Right Way http://www.orbeon.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 |
Free forum by Nabble | Edit this page |