Problem generating classes from WSDL in VW7.6 and 7.7

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

Problem generating classes from WSDL in VW7.6 and 7.7

cdavidshaffer
I'm having lots of trouble posting this message to VWNC.  Sorry if it
has been received multiple times....I keep rephrasing it in hopes that
it will go through.

I going to avoid saying what service I'm contacting as I'm wondering if
that is triggering some spam filtering on VWNC???  Let me just say that
it rhymes with "Hey Sal" and is a Payment Processing System. In any
case, the following code:

builder := WsdlClassBuilder readFrom:
'http://www.paypalobjects.com/wsdl/PayPalSvc.wsdl' asURI.
builder createClientClasses

fails with a walkback.  I've tried to inch it along but I can't seem to
get it working.  Any help would be appreciated.

David

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: Problem generating classes from WSDL in VW7.6 and 7.7

Kogan, Tamara
Hello David,

The WSDL schema includes abstract complex type definition with <any> element. There is still an AR to review and fix x2o mapping <any> elements.

I attached the fix that should help with this schema. You will need to apply the fix and clean up registries (XMLObjectBinding configure) to create classes.

Please, let me know if it helped.

Tamara Kogan
Smalltalk development,
Cincom Systems
 

> -----Original Message-----
> From: [hidden email]
> [mailto:[hidden email]] On Behalf Of C. David Shaffer
> Sent: Monday, July 05, 2010 1:14 PM
> To: vwnc
> Subject: [vwnc] Problem generating classes from WSDL in VW7.6 and 7.7
>
> I'm having lots of trouble posting this message to VWNC.  Sorry if it
> has been received multiple times....I keep rephrasing it in hopes that
> it will go through.
>
> I going to avoid saying what service I'm contacting as I'm
> wondering if
> that is triggering some spam filtering on VWNC???  Let me
> just say that
> it rhymes with "Hey Sal" and is a Payment Processing System. In any
> case, the following code:
>
> builder := WsdlClassBuilder readFrom:
> 'http://www.paypalobjects.com/wsdl/PayPalSvc.wsdl' asURI.
> builder createClientClasses
>
> fails with a walkback.  I've tried to inch it along but I
> can't seem to
> get it working.  Any help would be appreciated.
>
> David
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

0706XMLTypesParser-acceptAnyTypeNodewith.zip (810 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Problem generating classes from WSDL in VW7.6 and 7.7

cdavidshaffer
On 07/06/10 10:49, Kogan, Tamara wrote:

> Hello David,
>
> The WSDL schema includes abstract complex type definition with <any> element. There is still an AR to review and fix x2o mapping <any> elements.
>
> I attached the fix that should help with this schema. You will need to apply the fix and clean up registries (XMLObjectBinding configure) to create classes.
>
> Please, let me know if it helped.
>
> Tamara Kogan
> Smalltalk development,
> Cincom Systems
>  

That seems to have done it.  Very slick...a lot easier than hand-coding
these requests.  Thanks!

BTW, does this patch need to be present in the client image or just
during WSDL->class generation?

David
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc