I've written web services using an older version of Axis, 1.2, and I am wondering if the same clients can access the same duplicate web services written using Axis2.
That'll depend on the way you implemented the service.. If you followed a contract fisrt approach (wsdl first) then yes it's possible... or in other words if the abstract part of Axis2 service wsdl is identical to the axis1 service wsdl..
Things can be bit tricky if you followed a POJO approach...
My clients are in php, python, and java. I am also wondering if other clients besides java can be written to utilize the new Axis2 features - EchoBlockingClient EchoNonBlockingClient EchoNonBlockingDualClient EchoBlockingDualClient
Above are features provided by the Axis2 client API.. They do not have any ties with the service implementation...Supporting the above features will depend on whether your ws-client in php or python supports them... AFAIK WSO2 WSF/PHP[1] supports the above... thanks, Thilina [1]http://wso2.org/projects/wsf/php
Thank you, Jennifer ________________________________ Food fight? Enjoy some healthy debate in the Yahoo! Answers Food & Drink Q&A.
-- Thilina Gunarathne - http://www.wso2.com - http://thilinag.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
