Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I am trying to use Axis2 to deploy web service.
The primitives parameters are working correctly, but when I use customizing objects, it doesn't work.
For example, I have defined an object:
class Ab01{
int a1;
String b1;
}

I created an instance of this class and pass the instance as web service's parameter, this doesn't work.
Actually, I cannot find any info about a1 and b1 in WSDL.
Can anyone help me?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900