Ticket #150 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

problems w/ strictly typed languages using API

Reported by: joe Owned by: joe
Priority: normal Milestone:
Component: (unfiled) Version: 1.2
Severity: normal Keywords:
Cc:

Description

Occassionally, folks connecting via strictly typed languages would get problems, as the return values weren't serialized correctly.

Change History

comment:1 Changed 7 years ago by joe

  • Status changed from new to closed
  • Resolution set to fixed

The problem was with mod_perl -- both the VSOi and VSOi_strict used the same URI for access, which SOAP::Lite translated to using the VSO::VSOi namespace.

I've modified VSOi_strict so it uses 'dispatch_with', rather than 'dispatch_to' -- it should now send to VSO::VSOiStrict, where there is no namespace collision. (note -- there is a 'VSO/VSOi_strict' namespace, which was a temp solution I had been using for the last couple of months.

Note: See TracTickets for help on using tickets.