Tell me about XML services

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Tell me about XML services

skpradeepkumar
Hi,

  Can anybody  How XML services works in OFBiz?

--
With regards,
S K Pradeep kumar
Reply | Threaded
Open this post in threaded view
|

Re: Tell me about XML services

BJ Freeman
are you talking about how to read and write xml files.
if so suggest you look at the code in webtools for import and export.

Pradeep Kumar sent the following on 4/9/2008 2:07 PM:
> Hi,
>
>   Can anybody  How XML services works in OFBiz?
>

Reply | Threaded
Open this post in threaded view
|

Re: Tell me about XML services

skpradeepkumar
Hello,
  I am not  talking about reading and writing. I want to know how to
implement xml services in ofbiz and how they will work.

On Thu, Apr 10, 2008 at 3:01 AM, BJ Freeman <[hidden email]> wrote:

> are you talking about how to read and write xml files.
> if so suggest you look at the code in webtools for import and export.
>
> Pradeep Kumar sent the following on 4/9/2008 2:07 PM:
> > Hi,
> >
> >   Can anybody  How XML services works in OFBiz?
> >
>
>


--
With regards,
S K Pradeep kumar
Reply | Threaded
Open this post in threaded view
|

Re: Tell me about XML services

BJ Freeman
all services use xml.
but there are no defined xml services.


Pradeep Kumar sent the following on 4/9/2008 2:46 PM:

> Hello,
>   I am not  talking about reading and writing. I want to know how to
> implement xml services in ofbiz and how they will work.
>
> On Thu, Apr 10, 2008 at 3:01 AM, BJ Freeman <[hidden email]> wrote:
>
>> are you talking about how to read and write xml files.
>> if so suggest you look at the code in webtools for import and export.
>>
>> Pradeep Kumar sent the following on 4/9/2008 2:07 PM:
>>> Hi,
>>>
>>>   Can anybody  How XML services works in OFBiz?
>>>
>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Tell me about XML services

BJ Freeman
see if this is what you are looking for
http://ofbiz.apache.org/docs/services.html

BJ Freeman sent the following on 4/9/2008 3:07 PM:

> all services use xml.
> but there are no defined xml services.
>
>
> Pradeep Kumar sent the following on 4/9/2008 2:46 PM:
>> Hello,
>>   I am not  talking about reading and writing. I want to know how to
>> implement xml services in ofbiz and how they will work.
>>
>> On Thu, Apr 10, 2008 at 3:01 AM, BJ Freeman <[hidden email]> wrote:
>>
>>> are you talking about how to read and write xml files.
>>> if so suggest you look at the code in webtools for import and export.
>>>
>>> Pradeep Kumar sent the following on 4/9/2008 2:07 PM:
>>>> Hi,
>>>>
>>>>   Can anybody  How XML services works in OFBiz?
>>>>
>>
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Tell me about XML services

David E Jones
In reply to this post by skpradeepkumar

Are you talking about simple-methods?

If so, or not, I recommend at least starting here to help you  
understand the framework in general and be able to communicate more  
easily with others in the community:

http://docs.ofbiz.org/display/OFBTECH/Framework+Introduction+Videos+and+Diagrams

-David


On Apr 9, 2008, at 3:07 PM, Pradeep Kumar wrote:
> Hi,
>
>  Can anybody  How XML services works in OFBiz?
>
> --
> With regards,
> S K Pradeep kumar

Reply | Threaded
Open this post in threaded view
|

Re: Tell me about XML services

Jacques Le Roux
Administrator
This could help too http://docs.ofbiz.org/display/OFBIZ/Mini-Language+Guide

Jacques

From: "David E Jones" <[hidden email]>

>
> Are you talking about simple-methods?
>
> If so, or not, I recommend at least starting here to help you  
> understand the framework in general and be able to communicate more  
> easily with others in the community:
>
> http://docs.ofbiz.org/display/OFBTECH/Framework+Introduction+Videos+and+Diagrams
>
> -David
>
>
> On Apr 9, 2008, at 3:07 PM, Pradeep Kumar wrote:
>> Hi,
>>
>>  Can anybody  How XML services works in OFBiz?
>>
>> --
>> With regards,
>> S K Pradeep kumar
>