Hi again, I would like to add that I have a solution in JAX-WS, but I wanted to know how Axis is solving this.
Thanks, S. ________________________________ From: Sasan <[email protected]> To: [email protected] Sent: Saturday, August 15, 2009 1:11:28 AM Subject: passing custom methods Hi, A web service is exposing its service with in paramter of type i.e. Order which is known to service, but my client known nothing about Order class. However the client can find the internal of Order class i..e class Service { String performService(Order myorder) } and class Order { String orderName; long orderId; } Now client (from WSDL) can understand that input param of performService is "some type" that has a String and long in it. but I don't know when calling that service how to wrap up values for String and long into an object and pass it along using Axis/Axis2 calls. I was wondering if someone knows a workaround for this. Thanks, S.
