Login  Register

Re: Calling services from external applications

Posted by Jacques Le Roux on May 04, 2007; 6:24pm
URL: http://ofbiz.116.s1.nabble.com/Calling-services-from-external-applications-tp180768p180771.html

Andrew,

De : "Andrew Crowe" <[hidden email]>

> If we ever want to access the services from a completely remote
location
> (not sure if we would actually ever want this though!) then web
services
> would be the way to go.  However, if we are using complex types that
> ofbiz cant handle then we may be stuck!

I never used it yet but i seems that using Axis's Java2WDSL should be
the way
http://ws.apache.org/axis/java/user-guide.html#UsingWSDLWithAxis

You may also find these 2 links interesting :
http://tinyurl.com/2euxsu
http://tinyurl.com/36hxa8

Jacques