SanjayR Oza

Greenhorn
+ Follow
since Jun 03, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by SanjayR Oza

From the samples of Axis2 1.4, we picked up perf.wsdl and tried generating code for single port(Performance) under service (PerfSoapService). Single port code generation works fine.

The command used to generate code.
wsdl2java -u -o . -uri perf.wsdl -p com.ssmb.cyota.axis.client -ap

But if we add 1 more port(Test) under the same service (PerfSoapService). Axis2 generates code for only 1 port (Test).

Can anyone help us how to generate code for multiple ports under same service ?
15 years ago