Mình có 1 WSDL:
Code:
<wsdl:message name="SendMessageSoapIn">
<wsdl:part name="parameters" element="tns:SendMessage"/>
</wsdl:message><wsdl:message name="SendMessageSoapOut">
<wsdl:part name="parameters" element="tns:SendMessageResponse"/>
</wsdl:message><wsdl:message name="SendMessage_NewSoapIn">
<wsdl:part name="parameters" element="tns:SendMessage_New"/>
</wsdl:message><wsdl:message name="SendMessage_NewSoapOut">
<wsdl:part name="parameters" element="tns:SendMessage_NewResponse"/>
</wsdl:message><wsdl:message name="GetReportServiceSoapIn">
<wsdl:part name="parameters" element="tns:GetReportService"/>
</wsdl:message><wsdl:message name="GetReportServiceSoapOut">
<wsdl:part name="parameters" element="tns:GetReportServiceResponse"/>
</wsdl:message>
Mình muốn có 1 hàm PHP call toi các "parameters"trên!
Thanks mọi người