SOAP: Difference between revisions

Content added Content deleted
m (→‎{{header|Perl}}: Added Perl module as library.)
m (Changed over to works with template)
Line 4: Line 4:


=={{header|ActionScript}}==
=={{header|ActionScript}}==
'''Version:''' ActionScript 3.0
{{works with|ActionScript|3.0}}
import mx.rpc.soap.WebService;
import mx.rpc.soap.WebService;
import mx.rpc.events.ResultEvent;
import mx.rpc.events.ResultEvent;
Line 39: Line 39:


=={{header|PHP}}==
=={{header|PHP}}==
'''Version:''' [[PHP]] 5.0.0+
{{works with|PHP|5.0.0+}}
<?php
<?php
//load the wsdl file
//load the wsdl file
Line 56: Line 56:


=={{header|Python}}==
=={{header|Python}}==
{{works with|Python|2.4 and 2.5}}

'''Interpreter:''' [[Python]] 2.4, 2.5

from SOAPpy import WSDL
from SOAPpy import WSDL
proxy = WSDL.Proxy("http://example.com/soap/wsdl")
proxy = WSDL.Proxy("http://example.com/soap/wsdl")