[VW7.4.1] Paypal WSDL Problems

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[VW7.4.1] Paypal WSDL Problems

Roger Whitney
A while back Andre Schnoor posted a message about having problems  
generating classes from the PayPal WSDL and I could not find an  
answer in the archives.

The WSDL uses definitions in two other files: eBLBaseComponents.xsd  
and CoreComponentTypes.xsd. The problem seems to be that each of  
these relies on the other. In parsing the WSDL one gets hundreds of  
XMLTypesParser objects until one runs out of memory. It appears that  
to parse eBLBaseComponents.xsd a new parser is created to parse  
CoreComponentTypes.xsd and to parse CoreComponentTypes.xsd a new  
parser is created to parse eBLBaseComponents.xsd.

Has anyone solved this problem?

I can supply a three line program and the require datafiles that  
reproduce the error.

----
Roger Whitney              Department of Computer Science
[hidden email]        San Diego State University
http://www.eli.sdsu.edu/   San Diego, CA 92182-7720
(619) 583-1978
(619) 594-3535 (office)
(619) 594-6746 (fax)

Reply | Threaded
Open this post in threaded view
|

RE: [VW7.4.1] Paypal WSDL Problems

Kogan, Tamara
Please, send me files I'll check the problem.

Tamara Kogan
Smalltalk development,
Cincom Systems

> -----Original Message-----
> From: Roger Whitney [mailto:[hidden email]]
> Sent: Friday, September 22, 2006 5:27 PM
> To: vwnc List
> Subject: [VW7.4.1] Paypal WSDL Problems
>
> A while back Andre Schnoor posted a message about having problems
> generating classes from the PayPal WSDL and I could not find an
> answer in the archives.
>
> The WSDL uses definitions in two other files: eBLBaseComponents.xsd
> and CoreComponentTypes.xsd. The problem seems to be that each of
> these relies on the other. In parsing the WSDL one gets hundreds of
> XMLTypesParser objects until one runs out of memory. It appears that
> to parse eBLBaseComponents.xsd a new parser is created to parse
> CoreComponentTypes.xsd and to parse CoreComponentTypes.xsd a new
> parser is created to parse eBLBaseComponents.xsd.
>
> Has anyone solved this problem?
>
> I can supply a three line program and the require datafiles that
> reproduce the error.
>
> ----
> Roger Whitney              Department of Computer Science
> [hidden email]        San Diego State University
> http://www.eli.sdsu.edu/   San Diego, CA 92182-7720
> (619) 583-1978
> (619) 594-3535 (office)
> (619) 594-6746 (fax)