jzhone / wsdl2objc

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

Authentication Token Not working with location schema #212

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

wsdl2objc generated header is not working. My header with

<AuthenticationToken xmlns="http://webservice.url.com">
....
....
....
</AuthenticationToken>
 is working fine.

But wsdl2objc generated header, like

<AuthenticationToken xsi:type="CompanyNameXLSvc:AuthenticationToken">
....
....
....
</AuthenticationToken>

is not working. can you please help me to figure out.

Original issue reported on code.google.com by veeraman...@gmail.com on 14 Nov 2014 at 11:49