senojsitruc / wsdl2objc

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

Application Crashes #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I ran the application and the 2 textbox's have no labels giving an indication 
what goes where.

I entered a url in the top one, a path to output in the second one, clicked 
parse and nothing 
happens. No error, no feedback.

I was targetting a wsdl url from a simple hello world WCF basicHttpBinding web 
service. 

I quit the application, and tried to rerun it but now it has an unexpected 
error and will never run 
again. It must be trying to load something invalid or something?

SOAP support on iPhone is very very wanted feature. People are talking about it 
all over the place. Is 
this project still supported?

Original issue reported on code.google.com by sync...@hotmail.com on 29 Dec 2008 at 5:58

GoogleCodeExporter commented 8 years ago
I get this as well. It seems to recursively call appendType on USWriter since 
the type object seems to have an 
infinite tree of sequenceObjects (of the same type) at USWriter.m:201. It seems 
that the parser could be the 
culprint. This happens on the following WSDL: 
http://api.tradera.com/v2/PublicService.asmx?WSDL using trunk 
r78.

I can try to provide a memory dump if it helps, but running it through the 
Tradera WSDL should produce the 
same problem for you.

Original comment by denravon...@gmail.com on 21 Feb 2009 at 7:41

GoogleCodeExporter commented 8 years ago
Issue still persists. Is this project still active and supported? Can this 
issue be accepted as a bug and taken up?

Original comment by shankzz on 5 Apr 2009 at 5:40

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
http://api.tradera.com/v2/PublicService.asmx?WSDL has a recursive reference in 
<s:complexType 
name="Category"> that isn't handled by wsdl2objc, maybe can help?

Original comment by masterm...@gmail.com on 22 Apr 2009 at 11:05

GoogleCodeExporter commented 8 years ago
I am getting this issue too.  I am assuming it is loading the values used in 
the last session; is this really 
necessary?  As a workaround, can we update  the app to just start fresh each 
time ... so even if it crashes, we can 
still start the app again, and try another WSDL.

Original comment by mcneill....@gmail.com on 13 Aug 2009 at 4:30

GoogleCodeExporter commented 8 years ago
Working on a fix right now, as part of a larger recursive parsing fix.

Original comment by hasse...@gmail.com on 5 Sep 2009 at 5:09

GoogleCodeExporter commented 8 years ago
Fixed in revision 103 on the iPhone branch.

Original comment by hasse...@gmail.com on 5 Sep 2009 at 6:09

GoogleCodeExporter commented 8 years ago
Can we expect a new release?

Original comment by masterm...@gmail.com on 5 Sep 2009 at 9:03

GoogleCodeExporter commented 8 years ago
I just did a release earlier today.
It's working but I am tracking down a couple of double-free.

Original comment by hasse...@gmail.com on 6 Sep 2009 at 2:45