You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by sqlien <sm...@yahoo.fr> on 2007/09/25 14:15:53 UTC

saop service and java service

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.


Re: saop service and java service

Posted by Jacques Le Roux <ja...@les7arts.com>.
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" <sm...@yahoo.fr>
>
> 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.
>