Error while xf:submission from xbl

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

Error while xf:submission from xbl

Vinod Sherikar

I am trying to call web service from xbl component to load instance data, later on using that instance to populate dropdown control.

Attached is the surgical-department.xbl, a xbl component which defines drop down with its meta data loaded from service end point.

SurgicalDepartmentXML.xml is the response of service end point.

I am getting an error as in server.log

ERROR 05-08-2015 12:00:53,243 (http-/0.0.0.0:8080-4) ...() [org.orbeon.oxf.xforms.processor.XFormsServer]     |xf:submission for submission id: get-itemset, error code received when submitting instance: 404

 

Can you help me to resolve this issue?

 

Thanks,

Vinod S

 

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].

server.log (21K) Download Attachment
surgical-department.xbl (4K) Download Attachment
SurgicalDepartmentXML.xml (646 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

RE: Error while xf:submission from xbl

Vinod Sherikar

PFA log file after configuring the http://wiki.orbeon.com/forms/doc/developer-guide/xforms-logging#TOC-Development-configuration

 

 

Thanks,

Vinod S

 

 

From: Sherikar, Vinod (GE Healthcare)
Sent: Wednesday, August 05, 2015 12:09 PM
To: '[hidden email]'
Subject: Error while xf:submission from xbl

 

I am trying to call web service from xbl component to load instance data, later on using that instance to populate dropdown control.

Attached is the surgical-department.xbl, a xbl component which defines drop down with its meta data loaded from service end point.

SurgicalDepartmentXML.xml is the response of service end point.

I am getting an error as in server.log

ERROR 05-08-2015 12:00:53,243 (http-/0.0.0.0:8080-4) ...() [org.orbeon.oxf.xforms.processor.XFormsServer]     |xf:submission for submission id: get-itemset, error code received when submitting instance: 404

 

Can you help me to resolve this issue?

 

Thanks,

Vinod S

 

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].

orbeon.log (1M) Download Attachment
Reply | Threaded
Open this post in threaded view
|

RE: Error while xf:submission from xbl

Erik Bruchez
Administrator
Vinod,

Your second log file shows that there's a 404 error when attempting to reach the following URL:

    http://3.204.117.1:8080/testservice/.xml

I can see in the source of your component however that you have `SurgicalDepartmentXML.xml`. so, I am unsure why the URL is different.

-Erik