Login  Register

saop service and java service

Posted by sqlien on Sep 25, 2007; 1:15pm
URL: http://ofbiz.116.s1.nabble.com/saop-service-and-java-service-tp148518.html

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