wsdl implementation !

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

wsdl implementation !

prashant punekar
Hi,

We have our own wsdl implementation.
I would like to know, how can I integrate axis into ofbiz and then deploy different wsdl implementations.

Regards,
Prashant


________________________________
http://www.mindtree.com/email/disclaimer.html
Reply | Threaded
Open this post in threaded view
|

Re: wsdl implementation !

Chirag Manocha-3
You can create your own component and create a build in which do something like :-

<target name="generate" depends="init">
    <axis-wsdl2java output="${generated.dir}" url="${local.wsdl}">
        <mapping namespace="http://axis.apache.org/ns/interop" package="interop" />
    </axis-wsdl2java>
</target>

then compile, build(could do by build), create your jar and put the jar in framework/base/lib.
Now you are ready to use the java files.

You will also require axis-ant.jar , axis.jar.

HTH

Regards
--
Chirag Manocha
Emforium Pvt. Ltd.
Contact :- +91-98735-47457, +91-98263-19099
Please don't print this Email unless you really need to - this will preserve trees on planet earth.

----- Original Message -----
> From: "Prashant Punekar" <[hidden email]>
> To: [hidden email]
> Sent: Thursday, July 8, 2010 12:05:51 AM
> Subject: wsdl implementation !

> Hi,
>
> We have our own wsdl implementation.
> I would like to know, how can I integrate axis into ofbiz and then
> deploy different wsdl implementations.
>
> Regards,
> Prashant
>
>
> ________________________________
> http://www.mindtree.com/email/disclaimer.html