Hi,

I stayed away from webservices until now, so I can't really propose a conrecte solution for your setup reading just the description you gave. But the general approch would be to factor out the parts used by both modules into a third one on which then both would depend.

If you need more help, can you please describe the build process in more detail, i.e. what is generated where, exactly what is needed where...

-Tim

Fredrik Jonson schrieb:
Hi,
I have a multimodule project where one submodule will be accessing a
soap interface provided by another submodule. What's the general
practice for setting up such projects in maven 2?

I mean, there is strictly seen not a dependency on the ws-module's jar,
so to just declare a dependency doesn't solve anything. Rather the
client depends on the web service interface provided by the ws-module. I
guess I could just manually copy the generated wsdl from the ws-module
over to the ws-client module and then generate code to build against
(again!) in that module?

Still... the above seems rather messy and error prone, so I'm hoping
someone else has solved it in some clever way that beyond my newbie
skills.
Hints anyone?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to