The axis deploy implementation
java org.apache.axis.utils.Admin server <server-config.wsdd>
(where server-config.wsdd is the master list of web services)
For the service you are deploying the provider attribute for the service in your server should specify transport e.g.
<service name="YourServiceName" provider="java:RPC">
 
Does this answer your question?
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 -----
Sent: Sunday, May 21, 2006 8:02 AM
Subject: [Axis2] [1.0] RPC primitive types

Dear All,
 
I couldn't figure out a away for RPC handler to generate primitive types instead of unnecessary wrapping.
 
For instance, to use .NET client for "Version" sample:
 
Version.version version = new Version.version();
Version.getVersion versionParam = new Version.getVersion();
String value = version.getVersion( versionParam )[EMAIL PROTECTED];
 
Axis 1.3 does it much more nicely.
 
Any ideas? Many thanks.
 
Ahmed Ashour


Ring'em or ping'em. Make PC-to-phone calls as low as 1ยข/min with Yahoo! Messenger with Voice.

Reply via email to