Ticket #150 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.

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.