do a google search
ofbiz Soap
there is a tutorial out there

Jacek Wagner sent the following on 9/3/2008 8:52 AM:
> BJ Freeman wrote:
>> 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
>>>
>>>
>>>
>>>     
>>
>> Can you point me to any example of the ofbiz wrapper written in java?
> Jacek
> 
> 
> 
> 

Reply via email to