SOAP: Difference between revisions

11 bytes removed ,  16 years ago
m
Changed over to works with template
m (→‎{{header|Perl}}: Added Perl module as library.)
m (Changed over to works with template)
Line 4:
 
=={{header|ActionScript}}==
'''Version:'''{{works with|ActionScript |3.0}}
import mx.rpc.soap.WebService;
import mx.rpc.events.ResultEvent;
Line 39:
 
=={{header|PHP}}==
'''Version:'''{{works [[with|PHP]] |5.0.0+}}
<?php
//load the wsdl file
Line 56:
 
=={{header|Python}}==
{{works with|Python|2.4 and 2.5}}
 
'''Interpreter:''' [[Python]] 2.4, 2.5
 
from SOAPpy import WSDL
proxy = WSDL.Proxy("http://example.com/soap/wsdl")
Anonymous user