Buenas tardes alguno de ustedes tiene codigopara consumir web servicies tengo el siguiente wsdl y no se como consuimirlo
La idea es q yo mande un int y este me traiga una cadena similar a esto 23548~pepe~1024~28* Aca les dejo el wsdl − <wsdl:definitions targetNamespace="http://tempuri.org/WebServiceEcare/Service1"> − <wsdl:types> − <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/WebServiceEcare/Service1"> − <s:element name="serviciosCliente"> − <s:complexType> − <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="iCompanyId" type="s:int"/> </s:sequence> </s:complexType> </s:element> − <s:element name="serviciosClienteResponse"> − <s:complexType> − <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="serviciosClienteResult" type="s:string"/> </s:sequence> </s:complexType> </s:element> </s:schema> </wsdl:types> − <wsdl:message name="serviciosClienteSoapIn"> <wsdl:part name="parameters" element="tns:serviciosCliente"/> </wsdl:message> − <wsdl:message name="serviciosClienteSoapOut"> <wsdl:part name="parameters" element="tns:serviciosClienteResponse"/> </wsdl:message> − <wsdl:portType name="ClienteSoap"> − <wsdl:operation name="serviciosCliente"> <wsdl:input message="tns:serviciosClienteSoapIn"/> <wsdl:output message="tns:serviciosClienteSoapOut"/> </wsdl:operation> </wsdl:portType> − <wsdl:binding name="ClienteSoap" type="tns:ClienteSoap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/> − <wsdl:operation name="serviciosCliente"> <soap:operation soapAction="http://tempuri.org/WebServiceEcare/Service1/serviciosCliente" style="document"/> − <wsdl:input> <soap:body use="literal"/> </wsdl:input> − <wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> − <wsdl:binding name="ClienteSoap12" type="tns:ClienteSoap"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/> − <wsdl:operation name="serviciosCliente"> <soap12:operation soapAction="http://tempuri.org/WebServiceEcare/Service1/serviciosCliente" style="document"/> − <wsdl:input> <soap12:body use="literal"/> </wsdl:input> − <wsdl:output> <soap12:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> − <wsdl:service name="Cliente"> − <wsdl:port name="ClienteSoap" binding="tns:ClienteSoap"> <soap:address location="http://10.244.140.26:8081/OnyxClientService/Cliente.asmx"/> </wsdl:port> − <wsdl:port name="ClienteSoap12" binding="tns:ClienteSoap12"> <soap12:address location="http://10.244.140.26:8081/OnyxClientService/Cliente.asmx"/> </wsdl:port> </wsdl:service> </wsdl:definitions> Necesito es el cpdigo cliente de php para consumirlo e intentadote todo ... documentación en intenet por montones .. pero si alguien sabe porfa colaborenem