multiple namespace_identifier

43 views
Skip to first unread message

Rodolfo Riquelme

unread,
Sep 18, 2015, 7:14:52 PM9/18/15
to Savon
Please enter a help, as I can have multiple namespace_identifier ??


this is my wsdl


>
<wsdl:types>
<xsd:import namespace="http://type.ws.cdc.tecnotree.com/CDCSMSType" schemaLocation="CPSMSService?xsd=CDCSMSType.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="submitSMSResponse">
<wsdl:part name="parameters" element="cdc:submitSMSResponse"></wsdl:part>
</wsdl:message>
<wsdl:message name="deliverSMSResponse">
<wsdl:part name="parameters" element="cdc:deliverSMSResponse"></wsdl:part>
</wsdl:message>
<wsdl:message name="deliverSMSRequest">
<wsdl:part name="parameters" element="cdc:deliverSMSRequest"></wsdl:part>
</wsdl:message>
<wsdl:message name="submitBroadcastSMSRequest">
<wsdl:part name="parameters" element="cdc:submitBroadcastSMSRequest"></wsdl:part>
</wsdl:message>
<wsdl:message name="submitBroadcastSMSResponse">
<wsdl:part name="parameters" element="cdc:submitBroadcastSMSResponse"></wsdl:part>
</wsdl:message>
<wsdl:message name="submitSMSRequest">
<wsdl:part name="parameters" element="cdc:submitSMSRequest"></wsdl:part>
</wsdl:message>
<wsdl:portType name="CPSMSService">
<wsdl:operation name="deliverSMS">
<wsdl:input message="tns:deliverSMSRequest"></wsdl:input>
<wsdl:output message="tns:deliverSMSResponse"></wsdl:output>
</wsdl:operation>
<wsdl:operation name="submitSMS">
<wsdl:input message="tns:submitSMSRequest"></wsdl:input>
<wsdl:output message="tns:submitSMSResponse"></wsdl:output>
</wsdl:operation>
<wsdl:operation name="submitBroadcastSMS">
<wsdl:input message="tns:submitBroadcastSMSRequest"></wsdl:input>
<wsdl:output message="tns:submitBroadcastSMSResponse"></wsdl:output>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="CPSMSServiceSOAP" type="tns:CPSMSService">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="deliverSMS">
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="submitSMS">
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="submitBroadcastSMS">
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="CPSMSService">
<wsdl:port name="CPSMSServiceSOAP" binding="tns:CPSMSServiceSOAP">
<soap:address location=""/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Reply all
Reply to author
Forward
0 new messages