what is the easiest SOAP parser?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lawrence

    what is the easiest SOAP parser?

    Can anyone suggest to me a SOAP parser? I'm looking especially for
    ones that were easy to include into an existing body of code.
  • Janwillem Borleffs

    #2
    Re: what is the easiest SOAP parser?

    lawrence wrote:[color=blue]
    > Can anyone suggest to me a SOAP parser? I'm looking especially for
    > ones that were easy to include into an existing body of code.[/color]

    Try: http://sourceforge.net/projects/nusoap/


    JW



    Comment

    • ludo

      #3
      Re: what is the easiest SOAP parser?

      lawrence wrote:[color=blue]
      > Can anyone suggest to me a SOAP parser? I'm looking especially for
      > ones that were easy to include into an existing body of code.[/color]
      try simple xml in php5,
      It's very very simple and powerful.

      Comment

      Working...