Often the clients aren't java clients. I know there is a php library for
Axis2 -
http://pecl.php.net/package/axis2
AFAIK this is superceded by the WSO2 WSF/PHP...
Suppose I've written Axis2 web services and the non java clients do not have
Axis2 support, is it enough to just look at the wsdl and parse thru the
message.
Yes... Most of the time it should be possible..
Also, it looks like I may be implementing Axis2 web services using the POJO
method because it seems simplest. It looks like the wsdl is generated using
an "Ant" script. What do you mean by it might be tricky?
Axis2 and Axis1 to generate slightly different WSDL's for the same
pojo service.. So the client's that depend on axis1 service (described
by the wsdl) will not be able to communicate with the Axis2 service
(described by Axis2 generated wsdl)...
If you designed your WSDL beforehand and used that to create your
service implementation class (using wsdl2java and filling up the
skeleton), chances are high that clients will be able to talk to both
the services, since they both have same WSDL abstract part...
---
Thilina Gunarathne - http://www.wso2.com - http://thilinag.blogspot.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]