VA8.0 Webservice Import Schema

VA Smalltalk is a "100% VisualAge compatible" IDE that includes the original VisualAge technology and the popular VA Assist and WidgetKit add-ons.

Moderators: Eric Clayberg, wembley, tc, Diane Engles, solveig

VA8.0 Webservice Import Schema

Postby nchillo » Tue Dec 02, 2008 7:29 am

I am trying VA8.0 webservice implementation and i am having troubles where using a wsdl that imports a schema.
http://www.w3schools.com/Schema/el_import.asp

The error occurs in method:
Code: Select all
AbtXmlSchemaImportHandler>>startElement: rawName: uri: attributes:

when trying to import de schemas it sends the following message:
Code: Select all
   resource notNil
      ifTrue: [   (originalImport := self schemaImportsAt: namespace) isNil
                  ifFalse: [  (originalImport == self currentElement)  ifFalse: [ self currentElement object skipImport: true. ^self]]
                  ifTrue:  [ self schemaImportsAt:  namespace put: self currentElement ].         

This, raise a DNU because i have no implementation of the methods:
schemaImportsAt:
schemaImportsAt:put:
schemaImportsRemoveKey:

It seems like WebService Conf. Map. prerequisite are not well configured.
Can somebody tell me which application i am missing to load.

Thanks,
Nicolas Chillo
nchillo
 
Posts: 9
Joined: Mon Nov 03, 2008 4:37 am

Re: VA8.0 Webservice Import Schema

Postby Diane Engles » Wed Dec 03, 2008 11:07 am

Hi Nicolas,

Thanks for your report. An incorrect version of AbtXmlMappingParserApp was inadvertently released into the Beta. I will post the correct version later today, which will contain the missing methods.

Regards,

Diane
Instantiations Smalltalk Support
diane@instantiations.com
Diane Engles
Moderator
 
Posts: 66
Joined: Mon Oct 16, 2006 2:40 pm

Re: VA8.0 Webservice Import Schema

Postby Diane Engles » Wed Dec 03, 2008 3:05 pm

Hello Nicolas,

Here is the correct application for the Beta. Please let me know if you encounter further problems. Thanks for trying Beta 8.0!

Regards,

Diane
Attachments
AbtXmlMappingParserAppBeta80.dat.zip
(123.29 KiB) Downloaded 48 times
Instantiations Smalltalk Support
diane@instantiations.com
Diane Engles
Moderator
 
Posts: 66
Joined: Mon Oct 16, 2006 2:40 pm

Re: VA8.0 Webservice Import Schema

Postby nchillo » Thu Dec 04, 2008 4:58 am

Hello Diane,
Loading that edition, everything seems to be fine.

Thanks again
Nicolas
nchillo
 
Posts: 9
Joined: Mon Nov 03, 2008 4:37 am


Return to VA Smalltalk 7.0, 7.5 & 8.0

Who is online

Users browsing this forum: Yahoo [Bot] and 1 guest