Menu

#33 make prefix optional...

Feature Requests
closed-fixed
5
2014-12-23
2003-07-29
Byrne Reese
No

In order to support default namespaces, perhaps we
should make the prefix element optional. Right now
SOAP::Lite always generate a prefix like so:

<SOAP-ENV:Body>
<namesp1:foo xmlns:namesp1="..">...</namesp1:foo>
</SOAP-ENV:Body>

Which causes interop issues with .NET. Ideally, it should
look like this:

<SOAP-ENV:Body>
<foo xmlns="..">...</foo>
</SOAP-ENV:Body>

If a user wishes to add a prefix - then perhaps the prefix
should be set explicitly...

Thoughts?

Discussion

  • Byrne Reese

    Byrne Reese - 2003-11-28
    • assigned_to: paulclinger --> byrnereese
    • status: open --> open-fixed
     
  • Byrne Reese

    Byrne Reese - 2003-11-28

    Logged In: YES
    user_id=28043

    Added a use_prefix method to SOAP::Serializer.

     
  • Martin Kutter

    Martin Kutter - 2009-05-02
    • status: open-fixed --> closed-fixed
     
  • Martin Kutter

    Martin Kutter - 2009-05-02

    Fixed years ago - closing it

     

Log in to post a comment.