Wsdl import - no messages in Message tab

Hi All,
I'm trying to import a wsdl into external definition, there's no error, but no messages appear in the message tab. I search the prev post for some possible solutions, but so far  haven't found anything that worked yet - including importing the original wsdl from vendor, and exporting the sap-wsdl from xi, and re import.
here's a copy of the wsdl...
appreciate the help. thanks.
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns:tns="https://ws.paymentech.net/PaymentechGateway/wsdl/PaymentechGateway.wsdl" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns="urn:ws.paymentech.net/PaymentechGateway" xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" name="PaymentechGateway" targetNamespace="https://ws.paymentech.net/PaymentechGateway/wsdl/PaymentechGateway.wsdl">
     <WSDL:types>
          <schema targetNamespace="urn:ws.paymentech.net/PaymentechGateway" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns="urn:ws.paymentech.net/PaymentechGateway" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified">
               <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
               <complexType name="PC3LineItem">
                    <sequence>
                         <element name="pCard3DtlIndex" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="pCard3DtlDesc" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="pCard3DtlProdCd" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="pCard3DtlQty" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="pCard3DtlUOM" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="pCard3DtlTaxAmt" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="pCard3DtlTaxRate" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="pCard3Dtllinetot" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="pCard3DtlDisc" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="pCard3DtlCommCd" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="pCard3DtlUnitCost" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="pCard3DtlGrossNet" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="pCard3DtlTaxType" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="pCard3DtlDiscInd" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="pCard3DtlDebitInd" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                    </sequence>
               </complexType>
               <complexType name="PC3LineItemArray">
                    <sequence>
                         <element name="item" type="ns:PC3LineItem" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
                    </sequence>
               </complexType>
               <complexType name="NewOrderRequestElement">
                    <sequence>
                         <element name="industryType" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="transType" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="bin" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="terminalID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="cardBrand" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ccAccountNum" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ccExp" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ccCardVerifyPresenceInd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ccCardVerifyNum" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="switchSoloIssueNum" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="switchSoloCardStartDate" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ecpCheckRT" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ecpCheckDDA" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ecpBankAcctType" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ecpAuthMethod" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ecpDelvMethod" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="avsZip" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="avsAddress1" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="avsAddress2" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="avsCity" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="avsState" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="avsName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="avsCountryCode" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="avsPhone" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="useCustomerRefNum" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="addProfileFromOrder" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerRefNum" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="profileOrderOverideInd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="authenticationECIInd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="verifyByVisaCAVV" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="verifyByVisaXID" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="priorAuthCd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="orderID" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="amount" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="comments" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="shippingRef" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="taxInd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="taxAmount" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="amexTranAdvAddn1" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="amexTranAdvAddn2" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="amexTranAdvAddn3" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="amexTranAdvAddn4" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="mcSecureCodeAAV" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="softDescMercName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="softDescProdDesc" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="softDescMercCity" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="softDescMercPhone" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="softDescMercURL" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="softDescMercEmail" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="recurringInd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="retryTrace" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCardOrderID" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCardDestZip" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCardDestName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCardDestAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCardDestAddress2" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCardDestCity" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCardDestStateCd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3FreightAmt" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3DutyAmt" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3DestCountryCd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3ShipFromZip" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3DiscAmt" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3VATtaxAmt" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3VATtaxRate" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3AltTaxInd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3AltTaxAmt" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3LineItemCount" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3LineItems" type="ns:PC3LineItemArray" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="magStripeTrack1" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="magStripeTrack2" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="retailTransInfo" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerEmail" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerPhone" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="cardPresentInd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="euddBankSortCode" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="euddCountryCode" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="euddRibCode" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bmlCustomerIP" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bmlCustomerEmail" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bmlShippingCost" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bmlTNCVersion" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bmlCustomerRegistrationDate" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bmlCustomerTypeFlag" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bmlItemCategory" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bmlPreapprovalInvitationNum" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bmlMerchantPromotionalCode" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bmlCustomerBirthDate" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bmlCustomerSSN" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bmlCustomerAnnualIncome" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bmlCustomerResidenceStatus" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bmlCustomerCheckingAccount" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bmlCustomerSavingsAccount" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bmlProductDeliveryType" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="avsDestName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="avsDestAddress1" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="avsDestAddress2" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="avsDestCity" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="avsDestState" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="avsDestZip" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="avsDestCountryCode" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="avsDestPhoneNum" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="debitBillerReferenceNumber" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                    </sequence>
               </complexType>
               <complexType name="NewOrderResponseElement">
                    <sequence>
                         <element name="industryType" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="transType" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="bin" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="terminalID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="cardBrand" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="orderID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="txRefNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="txRefIdx" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="respDateTime" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="procStatus" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="approvalStatus" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="respCode" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="avsRespCode" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="cvvRespCode" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="authorizationCode" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="mcRecurringAdvCode" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="visaVbVRespCode" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="procStatusMessage" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="respCodeMessage" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="hostRespCode" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="hostAVSRespCode" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="hostCVVRespCode" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="retryTrace" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="retryAttempCount" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="lastRetryDate" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerRefNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerName" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="profileProcStatus" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="profileProcStatusMsg" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="giftCardInd" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="remainingBalance" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="requestAmount" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="redeemedAmount" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="ccAccountNum" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                         <element name="debitBillerReferenceNumber" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
                    </sequence>
               </complexType>
               <complexType name="MarkForCaptureElement">
                    <sequence>
                         <element name="orderID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="amount" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="taxInd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="taxAmount" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bin" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="terminalID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="txRefNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="retryTrace" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCardOrderID" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCardDestZip" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCardDestName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCardDestAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCardDestAddress2" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCardDestCity" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCardDestStateCd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="amexTranAdvAddn1" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="amexTranAdvAddn2" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="amexTranAdvAddn3" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="amexTranAdvAddn4" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3FreightAmt" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3DutyAmt" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3DestCountryCd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3ShipFromZip" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3DiscAmt" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3VATtaxAmt" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3VATtaxRate" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3AltTaxInd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3AltTaxAmt" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3LineItemCount" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="pCard3LineItems" type="ns:PC3LineItemArray" minOccurs="0" maxOccurs="1" nillable="true"/>
                    </sequence>
               </complexType>
               <complexType name="MarkForCaptureResponseElement">
                    <sequence>
                         <element name="bin" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="terminalID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="orderID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="txRefNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="txRefIdx" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="splitTxRefIdx" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="amount" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="respDateTime" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="procStatus" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="procStatusMessage" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="retryTrace" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="retryAttempCount" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="lastRetryDate" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                    </sequence>
               </complexType>
               <complexType name="ReversalElement">
                    <sequence>
                         <element name="txRefNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="txRefIdx" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="adjustedAmount" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="orderID" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="bin" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="terminalID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="retryTrace" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                    </sequence>
               </complexType>
               <complexType name="ReversalResponseElement">
                    <sequence>
                         <element name="outstandingAmt" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="bin" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="terminalID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="orderID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="txRefNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="txRefIdx" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="respDateTime" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="procStatus" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="procStatusMessage" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="retryTrace" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="retryAttempCount" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="lastRetryDate" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                    </sequence>
               </complexType>
               <complexType name="EndOfDayElement">
                    <sequence>
                         <element name="bin" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="terminalID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="settleRejectedHoldingBin" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                    </sequence>
               </complexType>
               <complexType name="EndOfDayResponseElement">
                    <sequence>
                         <element name="bin" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="terminalID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="procStatus" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="batchSeqNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="procStatusMessage" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                    </sequence>
               </complexType>
               <complexType name="ProfileResponseElement">
                    <sequence>
                         <element name="bin" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerName" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerRefNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="profileAction" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="procStatus" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="procStatusMessage" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerAddress1" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerAddress2" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerCity" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerState" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerZIP" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerEmail" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerPhone" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="profileOrderOverideInd" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="orderDefaultDescription" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="orderDefaultAmount" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerAccountType" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="ccAccountNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="ccExp" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="ecpCheckDDA" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="ecpBankAcctType" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="ecpCheckRT" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="ecpDelvMethod" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="switchSoloCardStartDate" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="switchSoloIssueNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                    </sequence>
               </complexType>
               <complexType name="ProfileResponse">
                    <sequence>
                         <element name="return" type="ns:ProfileResponseElement" minOccurs="1" maxOccurs="1"/>
                    </sequence>
               </complexType>
               <complexType name="ProfileAddElement">
                    <sequence>
                         <element name="bin" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerRefNum" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerAddress1" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerAddress2" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerCity" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerState" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerZIP" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerEmail" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerPhone" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerProfileOrderOverideInd" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerProfileFromOrderInd" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="orderDefaultDescription" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="orderDefaultAmount" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerAccountType" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="ccAccountNum" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ccExp" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ecpCheckDDA" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ecpBankAcctType" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ecpCheckRT" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ecpDelvMethod" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="switchSoloCardStartDate" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="switchSoloIssueNum" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                    </sequence>
               </complexType>
               <complexType name="ProfileChangeElement">
                    <sequence>
                         <element name="bin" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerRefNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerAddress1" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerAddress2" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerCity" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerState" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerZIP" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerEmail" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerPhone" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerProfileOrderOverideInd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="orderDefaultDescription" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="orderDefaultAmount" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="customerAccountType" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ccAccountNum" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ccExp" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ecpCheckDDA" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ecpBankAcctType" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ecpCheckRT" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ecpDelvMethod" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="switchSoloCardStartDate" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="switchSoloIssueNum" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                    </sequence>
               </complexType>
               <complexType name="ProfileDeleteElement">
                    <sequence>
                         <element name="bin" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerName" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerRefNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                    </sequence>
               </complexType>
               <complexType name="ProfileFetchElement">
                    <sequence>
                         <element name="bin" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerName" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="customerRefNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                    </sequence>
               </complexType>
               <complexType name="FlexCacheElement">
                    <sequence>
                         <element name="bin" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="terminalID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="ccAccountNum" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="orderID" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="amount" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="ccCardVerifyNum" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="comments" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="shippingRef" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="industryType" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="flexAutoAuthInd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="flexPartialRedemptionInd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="flexAction" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="startAccountNum" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="activationCount" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="txRefNum" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="sequenceNumber" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="retryTrace" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="employeeNumber" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="magStripeTrack1" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="magStripeTrack2" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="retailTransInfo" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="priorAuthCd" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                    </sequence>
               </complexType>
               <complexType name="FlexCacheResponseElement">
                    <sequence>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="terminalID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="orderID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="ccAccountNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="startAccountNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="flexAcctBalance" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="flexAcctPriorBalance" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="flexAcctExpireDate" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="cardType" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="txRefIdx" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="txRefNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="procStatus" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="procStatusMessage" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="approvalStatus" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="authorizationCode" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="respCode" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="batchFailedAcctNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="flexRequestedAmount" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="flexRedeemedAmt" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="flexHostTrace" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="flexAction" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="respDateTime" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="autoAuthTxRefIdx" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="autoAuthTxRefNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="autoAuthProcStatus" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="autoAuthStatusMsg" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="autoAuthApprovalStatus" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="autoAuthFlexRedeemedAmt" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="autoAuthResponseCodes" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="autoAuthFlexHostTrace" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="autoAuthFlexAction" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="autoAuthRespTime" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="retryTrace" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="retryAttempCount" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="lastRetryDate" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="cvvRespCode" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="superBlockID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                    </sequence>
               </complexType>
               <complexType name="UnmarkElement">
                    <sequence>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="terminalID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="bin" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="txRefNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="txRefIdx" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="orderID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="retryTrace" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                         <element name="retryAttempCount" type="xsd:string" minOccurs="0" maxOccurs="1"/>
                    </sequence>
               </complexType>
               <complexType name="UnmarkResponseElement">
                    <sequence>
                         <element name="merchantID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="terminalID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="bin" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="orderID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="txRefNum" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="txRefIdx" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="procStatus" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="procStatusMessage" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="retryTrace" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="retryAttempCount" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                         <element name="lastRetryDate" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                    </sequence>
               </complexType>
               <element name="NewOrder">
                    <complexType>
                         <sequence>
                              <element name="newOrderRequest" type="ns:NewOrderRequestElement" minOccurs="1" maxOccurs="1"/>
                     

hi Nik,
I have tried the url in browser, that gives some  msg on "Security information is missing". You can check this by giving this url in browser
https://wsvar.paymentech.net/PaymentechGateway
This is why the WSDL is not responding properly, i believe.
[ TIPS : try the url before you use these in your work]
cheer,
Vinod V
**reward me if this help you.

Similar Messages

  • Messages missing after WSDL import

    Hi,
    I imported the WDSL of a WebService in External Definitions in SAP XI. Unfortunately, I cannot see any messages. For other WebServices, this procedure worked fine.
    Any ideas?
    Regards
    Volker

    Hi Volker,
    Go thru the following threads it might be helpful:
    wsdl import and message in XI
    WSDL upload not showing namespace OR message
    Do share whether they helped you or not...
    Regards
    Suraj

  • Test XML file and Message Mapping test tab not compatible

    Hi all,
    I need help in testing in message mapping test tab.
    I have a xml data taken from SXMB_MONI which looks lik below
    &?xml version='1.0' encoding='UTF-8'?>
    -&ns0:MT_Order xmlns:ns0="http://test.com/xi/test">
    -<Header>
          <fld1>
          <fld2>      
        -<Line>
            <line1>
    and in message mapping multimapping is used,so it looks like
    ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">
       <ns0:Message1>
          <ns1:KVNR_Senden_MT xmlns:ns1="urn:lsv.de/SENDER">
             <Inhalt>
                <KE/>
                <VF/>
                <BBNRAB/>
                <BBNREP/>
    how can test this xml in message mapping test tab?please don't consider the structure .I don't have them.So,i have pasted some dummy structure

    Try like this,
    ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">
    <ns0:Message1>
    <&ns1:MT_Order xmlns:ns0="http://test.com/xi/test">
    <Header>
          <fld1>
          <fld2>      
        -<Line>
            <line1>

  • Messages issue in message area of Tab Strip

    Hi ,
    Iu2019m having 2 tabs in my Tab strip.
    Tab1 u2013 First tab.
    Tab2 u2013 Second tab.
    In both the tabs I have message areas.
    On click of a button in Tab1, iu2019m displaying an error message in the message area,
    but the same message is appearing in the message area of the tab2.
    I want to display messages to its corresponding tab only.
    Thanks,
    Shravan

    Hello Shravan,
    the message area is a common container so the messages that are raised in that serverrountrip will be displayed in all the message area ui element.
    solution would be to create an action handler method for the tabStrips' onSelect event (inorder to trigger the server roundtrip). this roundtrip will flush the stateless messages and you can raise new messages for second tab elements.
    hope this solves your problem.
    BR, Saravanan

  • While importing Deski document getting message box as universe is not found

    While importing Deski document getting message box as universe is not found. How to suppress the messagebox and import the document. using BO .net sdk.

    So is the Universe there?
    Sincerely,
    Ted Ueda

  • Please tell how to do, that when I want to forward a message, a message opens in new tab, not in a new message window in thunderbird. Thanks.

    Please tell how to do, that when I want to forward a message, a message opens in new tab, not in a new message window in thunderbird. Thanks.

    Sorry, but at the moment 'Compose in a tab' isn't yet possible. You'll always get a new windows when composing or replying/forwarding a message.

  • Error when testing from Message mapping test tab

    Hi Experts,
    I am wondering that when i test the message in the MM test tab its giving error and target message is not generating. I am not testing end to end then why it is triggering communication channel?
    I can see that the 'RFC_Alert_Service_RFC_Receive' communication channel is in Red color RWB--> communication channel monitoring. I even even refreshed the cache and also activated the RFC channel but no use.
    Below are the error details:
    Error when testing message from test tab of mapping -->
    java.lang.RuntimeException: Exception during processing the payload.Problem when calling an adapter by using communication channel RFC_Alert_Service_RFC_Receiver (Party: , Service: RFC_Alert_Service, XI AF API call failed. Module exception: 'error while processing the request to rfc-client: com.sap.aii.af.rfc.afcommunication.RfcAFWException: RfcAdapter: receiver channel has static errors: can not instantiate RfcPool caused by: com.sap.aii.af.rfc.RfcAdapterException: error initializing
    Error in Communication channel monitoring -->
    Receiver channel 'RFC_Alert_Service_RFC_Receiver' for party '', service 'RFC_Alert_Service'
    Error can not instantiate RfcPool caused by:
    com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Password logon no longer possible - too many failed attempts.
    Please help me how can i resolve this issue to successfully test the message in mapping-test tab.
    Regards,
    Suresh.

    > Error in Communication channel monitoring -->
    > Receiver channel 'RFC_Alert_Service_RFC_Receiver' for party '', service 'RFC_Alert_Service'
    > Error can not instantiate RfcPool caused by:
    > com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Password logon no longer possible - too many failed attempts.
    Unlock the user you are using in the RFC channel and provide the correct password in the channel configuration. Once the channel error is resolved you would be able to test the Mapping sucessfully...
    >>why it is triggering communication channel?
    You would be using RFC lookup in the mapping....
    ~SaNv...
    Edited by: Santhosh Kumar V on Jul 8, 2009 5:48 PM

  • Import from Entourage skips messages and subfolders

    I'm try to import message into Mail 4.4 (1082), from Entourage 12.2.8 The import seems to work correctly (I get no errors). But when I check the folders and subfolders structure, Mail simply skipped the content of many folders and subfolders. In other cases, it seems to have imported in the main folder, all the content of its subfolders, and all the subfolders themselves are empty..

    I have had a similar (and worse problems). Here is a list of things I've tried:
    1. Import directly from Entourage using Mail.app File->Import
    I tried this for all my mail at once, but the import silently choked somewhere, and only imported some random amount of mail in my larger mailboxes. I didn't try to figure out what it missed.
    2. Drag mail folder from Entourage to Finder
    You can just drag a mail folder from Entourage to the finder and it creates a .mbox file. Then you can use Mail.app File->Import to import the .mbox file. Unfortunately, when I tried this for my 2G Entourage inbox (with ~40K messages), the Finder crashed. Still, the .mbox file was created successfully, and I was able to import this into Mail.app.
    3. Try (again) to import directly from Entourage
    After importing the largest entourage mail folders using the drag-to-mbox method above, I thought I'd try importing the smaller folders directly. This succeeded, or so I thought. I checked the message counts in all my folders and all the folders had the same number of messages in both Entourage and Mail.app.
    Unfortunately, when I actually went to look at the messages in Mail.app, THEY WERE ALL BLANK. No data. Nada.
    So I would recommend that anyone trying the Entourage direct import actually check the messages they think they have imported. Or just use the mbox method, which is what I'm going to do now. +Update: This turns out to be incredibly tedious, as you can't select multiple folders to export at once, nor are subfolders included if you drag-drop the parent folder from Entourage. Sigh.+
    I guess this is yet another regression test that Apple failed to perform (assuming they did any testing at all).
    Message was edited by: Eric Tiffany

  • Message of Tab A ( save message) ,appear in Tab B( in another tab)

    when i add some attribute in tab ( A )and without saving , if i changed to another tab ( B ), then , the save message dialog box appears in tab B, it has to appear in tab A, then after user confirmation, tab has to changed... bt, in my application as the save message appears, tab is also changed.....
    My code is sucessfully implemented in Jre 1.5 bt when i swithed to 1.6, it produce this bug..
    and also pls tell me
    whether the behaviour of JOptionPane is changed from Jre 1.5 to Jre 1.6..
    because.. while doing debugging.in 1.6 for JOptionpane.showconfirmdialog, or optiondialog
    ..the application goes into a loop,(when resumed, the message appears but tab also changed ),
    which is not happed with Jre 1.5
    pls help me

    Hi,
    You can try making the Date Field in Item Details  and Requisitioner as Mandatory if it serves your purpose for the situation - I .
    Please check the following :
    SPRO>IMG>MM>Purchasing>Purchase Requisition>
    Click on Define Screen Layout at Document Level
    Highlight the Document Type
    Go to Details and click on Deadline Monitoring
    Check the Date as Required Entry for Requisition, Delivery & Release Date.
    ( The user will need to Enter Release Date Manually)
    Similarly this can be maintained for RFQ and PO as well.
    This will give you the Tracking of the Processing Time with respective dates.
    Hope this helps,
    Best regards
    Amit Bakshi.

  • Premiere CS6 won't import mov files, the message: "file has no video or audio streams" shows up instead. How can I import the files?

    Premiere CS6 won't import mov files, the message: "file has no video or audio streams" shows up instead. How can I import the files?

    MOV is a wrapper that can contain many different codecs. The message you get is indicative of a distribution codec inside the MOV wrapper. You may need to convert the material to an editable codec before importing.

  • TS1717 when trying to import cd the following message appears "the current encoder settings for bit rate and sample rate are not valid for this file"?

    Trying to import cd when this message appears "the current encoder settings for bit rate and sample rate are not valid for this file".  Any suggestions?

    Thanks so very much.  I chose MP3 and Download and it is working beautifully.  Have a wonderful day and it is so nice of you to get right back to me.  I'm trying to cut a DVD for my grandson's grad party and I got most of the photos and didn't have any music since I lost everything in a clean install.  Could hug you!

  • Importer un fichier de messages *.dbx de Outlook Express

    Bonjour,
    Dans Mozilla, je cherche à Importer un fichier de messages *.dbx de Outlook Express edit
    J'ai essayé sans suvvès les commandes:
    - Evènements et tâches / Importer et
    - Outils / Importer
    Merci de votre aide
    J.Lacombe

    Bonjour,
    Mozilla est le nom de l'entreprise.
    * https://www.mozilla.org/fr/about/
    Est-ce que votre message concerne Firefox ou Thunderbird ? Firefox est un navigateur, comme Internet Explorer. Vous avez besoin de Thunderbird, le client de messagerie.
    * http://www.mozilla.org/fr/thunderbird/
    Est-ce que vous avez essayé cette option en Thunderbird ? Si l'option ne fonctionne pas correctement, détaliez le problème s'il vous plaît.

  • Unable to test in message mapping test tab

    hi all,
    below is my message mapping test tab structure
    and my xml file looks like below
    I am unable to test this data in test tab of message mapping and my source structure becomes red

    Hi Hareesh,
    I tried what you said but not working

  • Faces Message Disappears on tab switch

    Hi,
    We are not using BC validation and instead validate ourselves and construct Faces Message programatically to report the errors.
    If we have multiple tabs opens,and there is a validation error reported on first tab,on switching the tab back and forth,the faces message disappears from tab 1.
    Anyone know's what's going wrong?
    Thanks,
    Radhika

    Hi,
    because FacesMessages only live for the duration of request. If you check the content of the faces message it should show empty
    Frank

  • When I try importing a CD following message comes up: error occurred whilst converting file " name of fist song on CD" You do not have the privilege to make changes.  Any ideas?  thanks  John.

    When I try importing a CD following message comes up: error occurred whilst converting file " name of fist song on CD" You do not have the privilege to make changes.  Any ideas?  thanks  John.

    Read the part about changing permissions on the iTunes folder in: https://discussions.apple.com/message/11583914

  • Just purchased and installed lightroom 5 along with update.  Upon attempting to import photos received   "AgCreativeCloudUtils" message.  Does anyone know how to move past this.  thanks

    Just purchased and installed lightroom 5 and the update.  Upon attempting to import photos received "AgCreativeCloudUtils" message.  Does
    anyone know how to move past this.
    thanks

    Without proper system info and other technical details nobody can tell you much. This could be something to do with the sync features, so as a start turn that stuff off.
    Mylenium

Maybe you are looking for

  • Problems with partitions after hard reset

    Hi hope some can help here, I installed Maverick on my imac and everything seemed fine, I went to work and came home to find a black screen with nothing but the mouse cursor, however the computer wouldnt respond in any way so had to do a hard reset w

  • The vendor doesn't appear in FAGLL03

    Hi, Why in FAGLL03 the vendor doesn't appear when the document type is RE. Is it possible to add this information? Regards, Ferdaws

  • Contacts and calendar dont sync with outlook 2013 (win8) - working with IPhone 5S and Ipad air

    Dear all, i just moved to a new PC (former: Sony Vaio pro with win 7 pro, outlook 10 > new: sony vaio duo with win 8, outlook 13 from office 365 home). i used to sync outlook contacts and calendars with blackberry and iphone and ipad on my old notebo

  • Built-in camera question

    hi everyone, the green light of the built-in camera is turned on as if it was active but when i go into photoboot or imovie nothing appears on photoboot there's only a green square and on imovie not even the black screen comes up. anyone know somethi

  • Export .mpb from sql

    Dear all, Is it possible to export the .mpb files from ServiceManager Database?