• Register Now
  • Forgot Password?
Intalio
  • Product
  • Services
  • Partners
  • Customers
  • Community
  • Company
  • Documentation
  • Discussions
  • Roadmap
  • Events

Discussions


Discussions about Intalio|BPP Community Edition.


Back to Intalio|BPMS 5.0 (0 viewing) 
Go to bottom
Post Reply
Favoured: 0
  • Page:
  • << Start < Prev 1 2 Next > End >>
TOPIC: Re:"EPR not found" while integrating with Jsp
Forum Tools
  • Post New Topic
  • Show latest posts
  • Rules
Mar 6, 2008 7:34 am
srivishu (User)
6 posts
Fresh Boarder

Karma: 0  
Hi Mabeena,

Thanks for your reply. The attached are my .aar files and jsp. If yoy unzip the attached, you will see:

1. bp2web : intalio process project.
2. web2 : java project that consists JSP files (in WebContent folder) and java source.
3. test_service.aar web service archive file.
4. test_service.wsdl web service definition file.

Thanks,
- Vishu
File Attachment:
File Name: intalio_process.zip
File Size: 50488
 
  The administrator has disabled public write access.
Mar 6, 2008 8:01 am
vishwa1983 (User)
58 posts
Senior Boarder

Karma: 2  
Hi Vishu,


The process you defined is right, however, when i saw your login_navig.jsp file, i found that you are not passing the SOAP message in String strFile.

String strFile should contain a SOAP Message, you can see sample Expense Approval Jsp pages you will get to know about it. Give me some time to check you project..

And the default SOAP message for String strFile is given below:








?

?

?

?





Please go through Expense Approval JSP Pages you will understand more about, how to send the data from JSP page to WebServices


Thanks
Vishwaradhya
 
 
Last Edit: 2008/03/06 08:14 By vishwa1983.
 
Vishwaradhya
  The administrator has disabled public write access.
Mar 6, 2008 8:16 am
vishwa1983 (User)
58 posts
Senior Boarder

Karma: 2  
Hi Vishu,

It looks like SOAP message is not print in this window. I am attaching the SOAP message you default one, you have to modify according to the Expense Approval JSP page

ExpenseApprovalInsertedUserReceiveData.jsp


Revert me back if any queries...

Thanks
Vishwaradhya
File Attachment:
File Name: SOAP.txt
File Size: 666
 
 
Vishwaradhya
  The administrator has disabled public write access.
Mar 6, 2008 8:37 am
srivishu (User)
6 posts
Fresh Boarder

Karma: 0  
Hi Viswaradhya,

Thanks for your reply. I used to send the SOAP message in envelope through index.jsp file strFile text area field(or some time build SOAP message using stringbuffer in login_navig.jsp file). Typical SOAP message i used to build look like:




userid
password




If the process web service called successfully from JSP, then if there is any thing wrong with the SOAP message can be corrected. this is my idea.

Thanks in advance.

- Vishu
 
  The administrator has disabled public write access.
Mar 6, 2008 8:52 am
srivishu (User)
6 posts
Fresh Boarder

Karma: 0  
ooops!!! i think the xml SOAP message is getting parsed here. please find the attached soap message.
File Attachment:
File Name: soap_message.txt
File Size: 275
 
  The administrator has disabled public write access.
Mar 8, 2008 12:06 pm
vishwa1983 (User)
58 posts
Senior Boarder

Karma: 2  
Hi Srivishu,


I haven't completed your project, anyway i will attach a working Database-JSP connection project to this post.

Go through that and revert me back if any queries


Thanks and Regards
Vishwa
File Attachment:
File Name: Database.zip
File Size: 43985
 
 
Vishwaradhya
  The administrator has disabled public write access.
May 20, 2008 6:09 pm
orosales (User)
4 posts
Fresh Boarder

Karma: 0  
I have the same mistake. I'm attaching the process project and the JSP that I use (test.jsp)




This is the JSP that is called in the action for test.jsp


And this is the error:

I hope someone could help me.

Thank you

Error in Soap messagejava.io.IOException: Server returned HTTP response code: 500 for URL: http://11.160.124.6:8080/ode/processes/IntegrateJSPProcess/integrateJS...
<?xml version='1.0' encoding='UTF-8'?>

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

<soapenv:Body>

<soapenv:Fault xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/">

<faultcode>
axis2ns11:Client
</faultcode>

<faultstring>
The endpoint reference (EPR) for the Operation not found is http://11.160.124.6:8080/ode/processes/IntegrateJSPProcess/integrateJS... and the WSA Action = CanonicServiceForClient
</faultstring>

<detail>

<Exception>
org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is http://11.160.124.6:8080/ode/processes/IntegrateJSPProcess/integrateJS... and the WSA Action = CanonicServiceForClient
at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:86)
at org.apache.axis2.engine.Phase.invoke(Phase.java:308)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:212)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:132)
at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275)
at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:120)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at org.apache.geronimo.jetty6.InternalJettyServletHolder.handle(InternalJettyServletHolder.java:65)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.apache.geronimo.jetty6.handler.ThreadClassloaderHandler.handle(ThreadClassloaderHandler.java:46)
at org.apache.geronimo.jetty6.handler.InstanceContextHandler.handle(InstanceContextHandler.java:58)
at org.apache.geronimo.jetty6.handler.UserTransactionHandler.handle(UserTransactionHandler.java:48)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
at org.apache.geronimo.jetty6.handler.ComponentContextHandler.handle(ComponentContextHandler.java:47)
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:211)
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:844)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:644)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:396)
at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:201)
at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:331)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)

</Exception>

</detail>

</soapenv:Fault>

</soapenv:Body>

</soapenv:Envelope>
 
  The administrator has disabled public write access.
May 21, 2008 7:30 am
vishwa1983 (User)
58 posts
Senior Boarder

Karma: 2  
Hi ,

I don't see any attachments to his post. Please attach the complete project. You can also try the sample project i have attached which works fine with JSP integration.

its in the previous post called Database.zip of same query.


Any queries revert me back ...


Regards
Vishwaradhya(Vishwa)
 
 
Vishwaradhya
  The administrator has disabled public write access.
Go to top Post Reply
  • Page:
  • << Start < Prev 1 2 Next > End >>
Forum List Archived Intalio|BPMS 5.0
get the latest posts directly to your desktop
 

Top Posters

Last 30 days

  • jean.bernard.wansi (7)
  • danny.gallagher (7)
  • niki.w (5)
  • ravinderjit.singh (5)
  • bruker.bruker (5)
  • pourdad.daneshmand (4)
  • nitha.paul (3)
  • giocarmine.gio (2)
  • noel.del.rosario (2)
  • pavel.khodchenkov (1)

All time

  • Shivanand (1216)
  • cshekhar (933)
  • psq (797)
  • metabyte (415)
  • ravinderjit.singh (397)
  • dfrench (369)
  • arnaud (329)
  • jalateras (325)
  • talita.pezzi (279)
  • venkaiah.k (216)

Show last 4 hrs - 12 hrs - 24 hrs

Latest Posts

  • Re:XSD File created using Database Conn ... by nitha.paul
  • Unable to call task from WSDL. by venkatesh.sambandamoorthyv
  • Re:Error on assigning dynamic endpoints by ravinderjit.singh
  • Re:Database Connector by ravinderjit.singh
  • Re:partner link error by ravinderjit.singh

Show last 6 hrs - 24 hrs - 7 days

Copyright © Intalio, 1999-2012.

  • Copyright Notice |
  • Privacy Policy |
  • User Agreement