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

Re: No SOAP input for WS!



   :)
   the "order number" we tried with many others. Past date is not the
   prob as its the same case with any dates. WS works fine when we call
   it from the WS testing utility but the WS expert removed the header
   and methode name element from the SOAP to make it work in that
   utility. Just used the basic XML data input element to test it.
     WSDL is attached.

   On Thu, Aug 27, 2009 at 3:14 PM, Scott Klement
   <[1]sk@xxxxxxxxxxxxxxxx> wrote:

     By default HTTPAPI will translate from your Job's CCSID (or job's
     default CCSID) to iso-8859-1.  If your XML document specifies
     encoding=iso-8859-1, then you don't have to do anything further.
     At any rate, the problem doesn't appear to be a mistranslation of
     the
     data, so CCSIDs shouldn't be an issue.

   Mohamed Musthafa Safarulla wrote:
   >    Is there anything we have to do with the CCSID with the SOAP
   string? I
   >    am just wondering.
   >    Thanks,
   >    Musthafa

   ----------------------------------------------------------------------
   -
   This is the FTPAPI mailing list.  To unsubscribe, please go to:
   [2]http://www.scottklement.com/mailman/listinfo/ftpapi
   ----------------------------------------------------------------------
   -

   --
   Thanks,
   Musthafa

References

   1. mailto:sk@xxxxxxxxxxxxxxxx
   2. http://www.scottklement.com/mailman/listinfo/ftpapi
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"; xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"; xmlns:tns="http://tempuri.org/"; xmlns:s="http://www.w3.org/2001/XMLSchema"; xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"; xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"; targetNamespace="http://tempuri.org/"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/";>
      <s:element name="CalculateTransitDates">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="serviceXML" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CalculateTransitDatesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CalculateTransitDatesResult" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="errorCode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetMessageForErrorCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="errorCode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetMessageForErrorCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetMessageForErrorCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetCFRoutingIDs">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="serviceXML" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetCFRoutingIDsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetCFRoutingIDsResult" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="errorCode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="CalculateTransitDatesSoapIn">
    <wsdl:part name="parameters" element="tns:CalculateTransitDates" />
  </wsdl:message>
  <wsdl:message name="CalculateTransitDatesSoapOut">
    <wsdl:part name="parameters" element="tns:CalculateTransitDatesResponse" />
  </wsdl:message>
  <wsdl:message name="GetMessageForErrorCodeSoapIn">
    <wsdl:part name="parameters" element="tns:GetMessageForErrorCode" />
  </wsdl:message>
  <wsdl:message name="GetMessageForErrorCodeSoapOut">
    <wsdl:part name="parameters" element="tns:GetMessageForErrorCodeResponse" />
  </wsdl:message>
  <wsdl:message name="GetCFRoutingIDsSoapIn">
    <wsdl:part name="parameters" element="tns:GetCFRoutingIDs" />
  </wsdl:message>
  <wsdl:message name="GetCFRoutingIDsSoapOut">
    <wsdl:part name="parameters" element="tns:GetCFRoutingIDsResponse" />
  </wsdl:message>
  <wsdl:portType name="ServiceSoap">
    <wsdl:operation name="CalculateTransitDates">
      <wsdl:input message="tns:CalculateTransitDatesSoapIn" />
      <wsdl:output message="tns:CalculateTransitDatesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetMessageForErrorCode">
      <wsdl:input message="tns:GetMessageForErrorCodeSoapIn" />
      <wsdl:output message="tns:GetMessageForErrorCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCFRoutingIDs">
      <wsdl:input message="tns:GetCFRoutingIDsSoapIn" />
      <wsdl:output message="tns:GetCFRoutingIDsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ServiceSoap" type="tns:ServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"; />
    <wsdl:operation name="CalculateTransitDates">
      <soap:operation soapAction="http://tempuri.org/CalculateTransitDates"; style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetMessageForErrorCode">
      <soap:operation soapAction="http://tempuri.org/GetMessageForErrorCode"; style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCFRoutingIDs">
      <soap:operation soapAction="http://tempuri.org/GetCFRoutingIDs"; 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="ServiceSoap12" type="tns:ServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"; />
    <wsdl:operation name="CalculateTransitDates">
      <soap12:operation soapAction="http://tempuri.org/CalculateTransitDates"; style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetMessageForErrorCode">
      <soap12:operation soapAction="http://tempuri.org/GetMessageForErrorCode"; style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCFRoutingIDs">
      <soap12:operation soapAction="http://tempuri.org/GetCFRoutingIDs"; 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="Service">
    <wsdl:port name="ServiceSoap" binding="tns:ServiceSoap">
      <soap:address location="http://xxxxxxx/TMxService/TmxService.asmx"; />
    </wsdl:port>
    <wsdl:port name="ServiceSoap12" binding="tns:ServiceSoap12">
      <soap12:address location="http://xxxxxxx/TMxService/TmxService.asmx"; />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------