Shun87 / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

Incompatible pointer types sending #203

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
binding = [WSEndpointImplementationServiceSvc 
WSEndpointImplementationPortBinding];
    WSEndpointImplementationPortBinding_setDepartmentForRic *request = [[WSEndpointImplementationPortBinding_setDepartmentForRic alloc]init];
    [request parameters].arg0 = ric;
    [request parameters].arg0 = name;
    [binding setDepartmentForRicUsingParameters:request]; //Here is the Warning

What is the expected output?
No Warning and successfully receive a response from the server. 

What do you see instead?
The Warning and the program crashes.

What version of the product are you using? On what operating system?
Version: 0.7
OS: Mac

Please provide any additional information below.
I have no problems with the generated code for web service methods without 
parameters.
The web service is generated with jax-ws.
WSDL: http://schoepft.no-ip.biz:8080/AlarmServer?wsdl

Original issue reported on code.google.com by Timo.Sch...@gmail.com on 14 Aug 2013 at 5:29

GoogleCodeExporter commented 8 years ago
The complete warning:
Incompatible pointer types sending 
'WSEndpointImplementationPortBinding_addRicToBlacklist *' to parameter of type 
'WSEndpointImplementationServiceSvc_addRicToBlacklist *'

Original comment by Timo.Sch...@gmail.com on 15 Aug 2013 at 7:22

GoogleCodeExporter commented 8 years ago
Problem solved, sorry.

Original comment by Timo.Sch...@gmail.com on 21 Aug 2013 at 12:43