An AXIS web service publishes a WSDL which is essentially a description of the operations as well as input and output parameters along with supported communication protocols such as RPC or doc/literal Java: using wsdl2java utility will allow you to create Client Stubs which allow for your Client class to either Locate or directly call (usually thru some call.invoke) the webservice PHP or Perl: Scripting languages such as PHP or perl are appropriate if you can either directly invoke the necessary code using some sort of (PHP/perl) script library which communicates using the requested methods EchoBlockingClient EchoNonBlockingClient EchoNonBlockingDualClient EchoBlockingDualClient OR Have your script call down to the necessary java classes which will package the necessary params (with known datatypes) which will then communicate to the web service Since AxisServlet is coded in Java Your path of least resistance is to stay with Java for the initial effort of ensuring your AxisClient verifiably communicates with the server
Martin-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: Jenn Chen To: [EMAIL PROTECTED] Sent: Thursday, April 12, 2007 11:57 AM Subject: Axis2 and existing client code Hi, 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. 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 - EchoBlockingClientEchoNonBlockingClientEchoNonBlockingDualClientEchoBlockingDualClientThank you,Jennifer ------------------------------------------------------------------------------ Food fight? Enjoy some healthy debate in the Yahoo! Answers Food & Drink Q&A.
