saop service and java service

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

saop service and java service

sqlien
Hi,

waht is the difference between these 2 formulations

<service name ="myservice" type = "soap" ....> and <service name ="myservice" type = "java" export ="true" .....>

when i set export="true", can i invoke the service (outside ofbiz through soap) in the same way than if i declared it like the first formulation
Reply | Threaded
Open this post in threaded view
|

Re: saop service and java service

Jacques Le Roux
Administrator
Are you sure of the token "type=" ? Should not be "engine=" ? (type=soap is used for an event - defining utility request - in a
controller)

To know more about service engines look at serviceengine.xml

Jacques

De : "sqlien" <[hidden email]>

>
> Hi,
>
> waht is the difference between these 2 formulations
>
> <service name ="myservice" type = "soap" ....> and <service name
> ="myservice" type = "java" export ="true" .....>
>
> when i set export="true", can i invoke the service (outside ofbiz through
> soap) in the same way than if i declared it like the first formulation
> --
> View this message in context: http://www.nabble.com/saop-service-and-java-service-tf4515129.html#a12878240
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>