[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

httpapi problem



   Dear Scott ,



               I am very happy to see u helping the guys working for
   Iseries. I am learning calling web services from RPG. For which i
   downloaded httpapi tool. I am calling calculator  web service in sap
   xi server. I am posting  soap message to sap xi and getting the
   response as wsdl document.I am unable to find out how to get
   the result from the response.All i can see is the wsdl document . I am
   attaching the document which i am getting as a response



   Regards,

   Ram
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:tns="urn:sap-com:document:sap:soap:functions:mc-style" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
<wsdl:types>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:tns="urn:sap-com:document:sap:soap:functions:mc-style" targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style" elementFormDefault="unqualified" attributeFormDefault="qualified">
<xsd:element name="ZCalc7425">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Param1" type="xsd:int"/>
<xsd:element name="Param2" type="xsd:int"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="ZCalc7425Response">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Conversionrateresult" type="xsd:int"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
</wsdl:types>
<wsdl:message name="ZCalc7425">
<wsdl:part name="parameters" element="tns:ZCalc7425"/>
</wsdl:message>
<wsdl:message name="ZCalc7425Response">
<wsdl:part name="parameters" element="tns:ZCalc7425Response"/>
</wsdl:message>
<wsdl:portType name="Zcalculator">
<wsdl:operation name="ZCalc7425">
<wsdl:input message="tns:ZCalc7425"/>
<wsdl:output message="tns:ZCalc7425Response"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="ZcalculatorSoapBinding" type="tns:Zcalculator">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="ZCalc7425">
<soap:operation soapAction=""/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="ZcalculatorService">
<wsdl:port name="ZcalculatorSoapBinding" binding="tns:ZcalculatorSoapBinding">
<soap:address location="http://eccserver.XXXXXXX.com:8001/sap/bc/srt/rfc/sap/ZCALCULATOR?sap-client=800"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>                                                             
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------