Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-RC1
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
It seems I am dedicated WsGen taks tester ![]()
Anyway, generated methods have arguments a bit different than it should.
String ObjectRef is present everywhere, and argument names and order are not right. It seems that WsGenTask doesn't follow WSDL "instructions" for operation arguments given in <message> tags, such as :
<message name='IpChargingManager_createChargingSession'>
<part name='appChargingSession' type='csxsd:IpAppChargingSessionRef' />
<part name='sessionDescription' type='osaxsd:TpString' />
<part name='merchantAccount' type='csxsd:TpMerchantAccountID' />
<part name='user' type='osaxsd:TpAddress' />
<part name='correlationID' type='csxsd:TpCorrelationID' />
</message>
Generated arguments ahould be part names as visible above.
I attached WSDL, and one example class generated by Axis (it's OK there) and XFire.
All fixed in SVN. I will try to get out a build soon.