Florin Popa wrote:
Hello,

I am also interested in more details regarding this topic. Please let us know what such a wrapper would actually mean? The way I temporary solved it by now is not very nice...real axis based web service are hosted within a separate tomcat accessing directly the database

best regards,
Flopa
guess you missed the point of the other emails.
Services in ofbiz are not Web_services.
you must create a wrapper in ofbiz then call it using SOAP.
The wrapper then will talk to ofbiz.


Jacek Wagner sent the following on 9/2/2008 2:12 PM:
BJ Freeman wrote:
also look at
framework/service/src/org/ofbiz/service/engine/SOAPClientEngine.java

Jacek Wagner sent the following on 8/29/2008 11:55 AM:
All,

I successfully implemented  and utilized "Sample OFBiz application
implenting remote access via SOAP".
The problem I am having now is to run services (eg add new product) that
require auth. I have tried countless approaches that probably most of
them did make any sense and wondering if anybody may have any idea(s)
which way to go.

Jacek



Every service in ofbiz is being called with DispatchContext passed as a
parameter. The service I am creating will be called thru the soap not
from ofbiz. How can I acquire the DispatchContext needed to call
LoginServices and other services? Jacek







Ofbiz wrapper is an ofbiz service capable to call any of ofbiz service(s), but not being initiated or called from ofbiz framework or application.

Jacek

Reply via email to