IDempiere Web Services

1,022 views
Skip to first unread message

René Quintero

unread,
Feb 3, 2013, 9:09:30 PM2/3/13
to idem...@googlegroups.com
Hi,
I update the last version of IDempiere, and I have the access to Web Services in Security.
In  Adempiere 3.6, Once installed In you can connect with this address server/ADInterface/services/ADService?wsdl
But in IDempiere I cant connect to send data with Web Services in that address.
Im missing some step to configure Web Services in IDempiere?

Thank you. 

Deepak Pansheriya

unread,
Feb 4, 2013, 11:55:49 AM2/4/13
to idem...@googlegroups.com
Rene,

We have dropped ADService, So you can not access that.
Please note that idempiere web service has ADInterface/services/ModelADService and ADInterface/services/compositeInterface service.


Thanks
--Deepak

René Quintero

unread,
Feb 4, 2013, 12:14:15 PM2/4/13
to idem...@googlegroups.com
Deepak,

Thank you for you response.

I try to connect:


But my client soapUI response, attach in the image is the error.

Thank you


--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Captura de pantalla 2013-02-04 a la(s) 11.12.47 AM.png

Carlos Antonio Ruiz Gomez

unread,
Feb 5, 2013, 7:47:13 PM2/5/13
to idem...@googlegroups.com
Hi René,

Probably your Webservice bundle have not started.

You can login to your felix console:
http://192.168.92.153:8080/osgi/system/console

Look for the Webservices bundle and start it

After that you must be able to see the wsdl
http://192.168.92.153:8080/ADInterface/services/ModelADService?wsdl
http://192.168.92.153:8080/ADInterface/services/compositeInterface?wsdl

Regards,

Carlos Ruiz

René Quintero

unread,
Feb 5, 2013, 10:24:23 PM2/5/13
to idem...@googlegroups.com
Thank you  Carlos
,
I try yo enter, but appears like Apache Felix is not installed.

HTTP Status 404 - /osgi/system/console

type Status report

message /osgi/system/console

description The requested resource (/osgi/system/console) is not available.

Apache Tomcat/7.0.21


That I need install? 
Im running the Idempiere  version on Windows 2008 downloading  http://wiki.idempiere.org/en/Windows_Installer and the run t Upgrade Assistant


Regards!

Carlos Antonio Ruiz Gomez

unread,
Feb 6, 2013, 7:38:18 AM2/6/13
to idem...@googlegroups.com
René - Apache Felix fue añadido recientemente.

En caso que aún no lo tengas igual puedes hacerlo con los comandos usuales desde la consola OSGi (ss y start)
También puedes acceder a la consola OSGi usando algo como:
telnet localhost 12612

Saludos,

Carlos Ruiz

René Quintero

unread,
Feb 6, 2013, 3:10:56 PM2/6/13
to idem...@googlegroups.com
Carlos,

Me recomiendas bajar la última versión de la página idempiere.com?
Muchas gracias por tus comentarios, son valiosos

Saludos

Jorge Babo

unread,
Aug 13, 2018, 5:08:38 PM8/13/18
to iDempiere
Estou com problema para fazer a chamada do webservice depois de instalar a  versao 5.1
Quando eu tento acessar o webservice login dá o seguinte erro:
Tradução
Tengo problemas para hacer la llamada al servicio web después de instalar la versión 5.1
Cuando intento acceder a la webservice login da el siguiente error:

ago 13, 2018 6:00:49 PM org.apache.cxf.phase.PhaseInterceptorChain doDefaultLogging
ADVERTÊNCIA: Interceptor for {http://idempiere.org/ADInterface/1_0}ModelADService#{http://idempiere.org/ADInterface/1_0}queryData has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: UNMARSHAL_ERROR
    at org.apache.cxf.xmlbeans.DataReaderImpl.doRead(DataReaderImpl.java:113)
    at org.apache.cxf.xmlbeans.DataReaderImpl.read(DataReaderImpl.java:63)
    at org.apache.cxf.xmlbeans.DataReaderImpl.read(DataReaderImpl.java:45)
    at org.apache.cxf.binding.soap.interceptor.RPCInInterceptor.handleMessage(RPCInInterceptor.java:178)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)
    at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
    at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:211)
    at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:213)
    at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:193)
    at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:130)
    at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:221)
    at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:141)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:197)
    at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:856)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
    at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
    at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
    at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:219)
    at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:126)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
    at org.eclipse.jetty.server.Server.handle(Server.java:531)
    at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
    at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
    at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
    at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
    at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:754)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:672)
    at java.lang.Thread.run(Thread.java:748)

entr...@gmail.com

unread,
Aug 14, 2018, 10:04:34 AM8/14/18
to iDempiere
Bom dia
Precisando de ajuda
Reply all
Reply to author
Forward
0 new messages