views:

43

answers:

0

Hi,

I'm trying to call an Apache Axis 1 web service from a client using CXF but coming across this issue:

http://stackoverflow.com/questions/412772/java-rpc-encoded-wsdls-are-not-supported-in-jaxws-2-0

Now although switching the client would solve this problem my client is running inside Osgi and axis1 doesn't play nice.

My idea was to write a web service in either CXF or Axis2 -- so I can call it from my client -- and then use that as a proxy to call into the Axis1 web service.

Has anyone done anything this like before? Or can anyone suggest any other approaches?

Thanks