I am desperate to get more out of PEAR::SOAP.
I have done some basic stuff, but I am having a big problem with something that seems like it should be simple. I really am having trouble getting what I need out of the docs.
All I want to do is send this request:
<barceloDS_requests>
<request type="board type list" id="10">
<language_code>ESP</language_code>
</request>
</barceloDS_requests>
to this server:
http://195.57.250.36/barceloDS/interface/xml
I just need to know if there is an easy way to send a customized SOAP message, because in every package I try (perl, ASP etc) the format is predefined and thus my response is always one of an error. I think the biggest problem I am having is adding attributes to elements.
If you can just point me to somewhere that might help me achieve this.
Best Regards, and Many thanks,
Tim Roberts