Tengo el siguiente codigo 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>
La idea es consumirlo pero no e podido, e intentado de todo y nada aun, si
alguien sabe por favor les agradezco su ayuda.
Trabajo con php 4.4