I am trying to call the Apache Axis 1 web service from the client using CXF, but on this issue Coming:
Now though switching clients will solve this problem, my client is running within Ossie and Axis 1 does not play well.
I thought that a web service is either CXF or Axis 2 - so I can call it from my client - and then call it in the Axis 1 web service using it as a proxy. Can i
Has anyone done something like this before? Or can someone suggest some other ways?
Thank you
You can of course use the approach from which you call Axis 2 / cxf -> Axis 1.x is suggesting to use, but there can be a simple approach. Do you "Aunt" the Axis 1.x web service? Axis 1.x Frequently used services using RPC encoded WSDLS However, you can override it using the Axis 1.2 configuration file to be used by Axis.
These documents are for the Axis 1.2 service configuration specification:
I serve as an existing RPC encoded service so that any existing integration can be preserved, and only one additional Can be able to highlight the service through the configuration, which is a literal service, which you can easily access from anywhere.
Comments
Post a Comment