SOLAR01 Messages Tab

Hello,
I am trying to create a message from the SOLAR01 t-code. System creates the message and displays the following:
Green Tick mark- Message <nn> created successfully in the system <SID>. Basis message not created.
It does not give any error here.
1. However, I cannot see the message under the Messages tab and also when I add it, the system tells me "Message <nn> does not exist".
The message exists when viewed using the transaction monitor.
The system is on EPH1 and using YLFN for the service desk message.
2. Should I define a new entry for YLFN in the basis message settings or use SLF1 only?
Please help.
Thanks,
Rinkal

Hi,
The number ranges are as follows;
Object CRM_SERVICE:
ID        From                    to                              Current           
01    0000000001       0000010000                     0
02    0000010001       0000020000                                          External
Object: DNO_NOTIF:
         000000010001 to 0000020000                  0
Also, there is no value in the document flow. As I said, the document flow button is disabled.
Now, when I create a message from Help- Create Support message, the message gets created successfully as seen in the transaction monitor, but still gives the error 513. I have checked notes 824640 & 864195. Unable to see where now the issue is.
Please help.
Thanks,
Rinkal
Edited by: Rinkal Salia on Apr 28, 2010 3:50 PM

Similar Messages

  • Support messages not getting displayed in Messages Tab - Solar01/02

    Hi,
    I am having an issue in displaying the support messages under the message tab of Solar01 and Solar02. If I try to create a new message, the notification pops up and also gets saved. But the message does not get displayed under the tab.
    I can find that the message is properly created through transaction monitor.Even if I try to manually assign the support message number in Messages tab it gives an error saying the number does not exist.We are using SOLMAN 4.0 SP 11.
    Please help. Points will be awarded for useful answers.
    Regards,
    J.Prabananth

    Dear Prabanath,
           I am not too sure you will be able to assign numbers to support messages. Run the report CRM_DNO_MONITOR and get the full number from the report and insert the ticket number in issue messages tab and click on save and go back one screen, it will ask you if you want to save, select yes.
       That worked for me. Recently I have strugged to resolve this. We are on Solman 4.0 SP12. Check if you have all necessary permissions for you and do you have any thing in sm21 or st22 by any chance if the issue is related to support pack ?
         Let me know if there are any issues. I might be able to help you.
    N

  • I have two numbers listed in my messages tab under settings.  One number is checked(mine) and the other is not(my sons).  However when someone sends me a text it goes to both mine and my sons iphones.  How do i delete his number from my phone.

    I have two numbers listed in my messages tab under settings.  One number is checked(mine) and other is not(my sons).  However when someone sends me a test it goes to both numbers.  Mine and my sons.  How do I delete his number so that he no longer received texts intended for me.

    The best way is to not share Apple IDs but also make sure under Settings & Messages on both devices that only one phone number is checked.

  • Suppress Output type in Purchase order 'message' tab

    Hi,
    Can any one suggest how to suppress the existing output type in purchase order ' selecting from list of output's from message tab'.
    We need in database and should not delete. can it be possible to hide from list in PO that user cannot select that output.
    Thank You,
    Bhanu.

    Bhanu,
    I got your requirement, but could you please let me know on what scenario you need this, because if you need the system to perform like this only when there is some specific fields in the PO, like for eg, P.organisation, or vendor, or Document type etc,,,,anything specific to this,.....then i think if  you create a table which will exactly show your target values, like grouping DOC+P.ORG+VN, or any other combination, and then assigning this to one access sequence which will in turn get assigned to the Output type which you want, then i think only that output type will pop up as the other one is not assigned to the access sequence or the combinations you set. Likewise you can suppress one Output type.
    Regards,
    Sankar

  • Problem with Message tab in Message mapping

    Hi,
    My scenario is JDBC to RFC.
    For each row I get from JDBC i need to call RFC that many times.
    For example I am getting 10 rows from database I should run RFC 10 times but in the mapping the occurrence of RFC is 1..1.
    I tried to change the occurence of RFC to 0..Unbounded in Messages tab of Message mapping ,but when I run this interface it is getting error in message mapping, because of extra XML tags messages and message1 in the source structure.
    Could you please help me with this.

    Well,
    1. Are you adding these extra tags in your test data? You should not add (if you are adding) because at run time (when you run scenario) these extra tags are taken care automatically.
    2. If you are testing in Test TAB in Message Mapping then you have to add these extra tags there only.
    Regards,
    Sarvesh

  • In Message tab message missing while importing wsdl

    My scenario is a file to webservice to Idoc scenario.
    1.We first send a request file to XI to start the BPM receive step.
    2.the request message goes to a webservice and fetches a response structure and
    3.The response structure maps to idoc and finally posts to R/3.
    The java team has made the webservice and sent it to me but when I import it as a External definition I donu2019t get any message in the message tab.
    So please suggest what I can do in this scenario.

    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions targetNamespace="http://bean.getinvoiceinformation.ewscservices.ewsc.nesas.nissan.com" xmlns:impl="http://bean.getinvoiceinformation.ewscservices.ewsc.nesas.nissan.com" xmlns:intf="http://bean.getinvoiceinformation.ewscservices.ewsc.nesas.nissan.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsi="http://ws-i.org/profiles/basic/1.1/xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <wsdl:types>
      <schema targetNamespace="http://bean.getinvoiceinformation.ewscservices.ewsc.nesas.nissan.com" xmlns="http://www.w3.org/2001/XMLSchema">
       <element name="generateInvoiceInformationResponse">
        <complexType>
         <sequence>
          <element name="generateInvoiceInformationReturn" nillable="true" type="xsd:string"/>
         </sequence>
        </complexType>
       </element>
       <element name="generateInvoiceInformation">
        <complexType>
         <sequence>
          <element name="fromDate" nillable="true" type="xsd:string"/>
          <element name="toDate" nillable="true" type="xsd:string"/>
          <element name="countryCode" nillable="true" type="xsd:string"/>
          <element name="specType" nillable="true" type="xsd:string"/>
         </sequence>
        </complexType>
       </element>
      </schema>
    </wsdl:types>
       <wsdl:message name="generateInvoiceInformationResponse">
         <wsdl:part element="impl:generateInvoiceInformationResponse" name="parameters"/>
      </wsdl:message>
       <wsdl:message name="generateInvoiceInformationRequest">
         <wsdl:part element="impl:generateInvoiceInformation" name="parameters"/>
      </wsdl:message>
       <wsdl:portType name="GetInvoiceInformation">
         <wsdl:operation name="generateInvoiceInformation">
           <wsdl:input message="impl:generateInvoiceInformationRequest" name="generateInvoiceInformationRequest"/>
           <wsdl:output message="impl:generateInvoiceInformationResponse" name="generateInvoiceInformationResponse"/>
        </wsdl:operation>
      </wsdl:portType>
       <wsdl:binding name="GetInvoiceInformationSoapBinding" type="impl:GetInvoiceInformation">
         <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
         <wsdl:operation name="generateInvoiceInformation">
           <wsdlsoap:operation soapAction=""/>
           <wsdl:input name="generateInvoiceInformationRequest">
             <wsdlsoap:body use="literal"/>
          </wsdl:input>
           <wsdl:output name="generateInvoiceInformationResponse">
             <wsdlsoap:body use="literal"/>
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
       <wsdl:service name="GetInvoiceInformationService">
         <wsdl:port binding="impl:GetInvoiceInformationSoapBinding" name="GetInvoiceInformation">
           <wsdlsoap:address location="http://localhost:9083/EWSCWsAppQA/services/GetInvoiceInformation"/>
        </wsdl:port>
      </wsdl:service>
    </wsdl:definitions>

  • Unable to find the Messages in the Message Tab in ExtnDef

    Hi Folks,
    When importing the WSDL file in the External Definition, I am unable to find the messages in the Messages tab and unable to find the messages in the Message Interface. Can anyone help me on this please.

    Hi Amit Srivastava,
    I am using the WSDL file which is given from Client/Customer. After importing this into Extn Defn, i can see there is no messages in the Message Tab and No messages in the External Definitions.
    My current version of PI is 7.0 where i don't find the option for tools->importExterDefn. and when i am importing this in SOAP UI tool i can see all the messages.
    Please let me know is there steps missing
    Regards,
    Madhu

  • 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.

  • Messages displayed in the Approval and message tab in SRM approval is same

    Hi,
    We are having an issue with the message displayed in the approval step.When we click on the approval option in SRM, we get two tabs displayed Approval and Messages. The content displayed in both the tab is same for one user. Generally the content displayed in approval tab is "Here you can approve/reject shopping carts, confirmations of goods receipts, and so on.Select 'Edit' to display details" and the details in Messages tab is "Here you can see e-mails on the purchase transaction." But for this particular user the content displayed is "Here you can see e-mails on the purchase transaction." in both the approval and message tab.
    We checked the roles and profiles and its same as the other users. Can some one please suggest what would be the reason for this functionality with this user.
    Regards
    GGL

    OK, so you only have this problem in PROD, all other systems (DEV, QA) are fine... I assume you checked your BAdI transports in PROD as well... If all OK, that leads me to think there's nothing wrong with your custom code or transports.
    SRM 5.0 is notorious for these kinds of issues where workflow templates work in one environment, but are erroneous in another (most times this is due to inactive status). That is why I asked you to check the workflow for consistency in SWUD.
    From your answer, I did not understand whether you'd checked all the subworkflows separately in SWUD (not as part of the main workflow check). If you didn't do that, find all the subworkflows (and the subworkflows of the subworkflows where applicable) in SWDD by stepping through the main workflow, and then run the SWUD check on each of them separately.
    Also, please check the Review workflow WS10000265. This particular workflow may not show in SWDD as a subworkflow, but actually is part of the process. If it's broken, you may encounter issues like you're describing.
    Cheers,
    Serguei

  • No messages under the 'Messages' tab for imported WSDL in External Definitions

    Dear All,
    I import this WSDL to the External Definitions but it is not showing any messages in the 'Messages' tab while WSDL clearly has message interfaces in it. Attached is the WSDL. You help is very much appreciated.
    Regards,
    Adil Khalil

    Hi, imported wsdl shouldn't have any import instruction.
    All import instruction should be changed to content of importing file.
    I see the code <xsd:import namespace="http://ouaf.oracle.com/"/> in your file.
    Hmm. but I imported you file and everything is fine
    Message was edited by: Mikhail Koshkin

  • MySAP SRM/EBP Shopping Cart(move workitem from 'Approval' to 'Message' tab)

    when an employee creates an incomplete shopping cart in EBP (web based) an appropriate workflow is started in R/3 backend, creates a workitem and shows under 'Approval' tab of the web application. The requirement is it should show the work item under 'Messages' tab. Any help is highly appreciable.

    Hi Masa,
           Earlier all the notification emails and workitems of incomplete shopping cart were under message tab & remaining all other workitems were under approval tab.
    Now only notification emails are shown under message tab and all workitems under approval tab. Client wants the former functionality back.
    Cheers!!
    Gopinath

  • HT3529 How I can find the message tab which has gone missing on my iPhone?

    Hi, the message tab has disappeared on my iphone.  If I want to message I have to go through the contacts tab.  I can repsond to messages alerts directly but thats about it.

    By "message tab" I assume you mean the messages app.  It can't be deleted from your phone, look on all you screens and inside all your folders.  If you still can't find it after searching go to Settings>General>Reset>Reset Home Screen Layout.  This will reset the home screen to its original configuration, including the messages app, but may move other apps around to accomplish this.

  • Message tab missing when opening emails in Outlook 2013

    Hello,
    I have a client where their Message tab will sometimes disappear when opening a new email message window. They have to reboot the application to get the message tab to display again. It's pretty intermittent so it's hard to replicate at the snap of my fingers.
    There are no errors in Event Viewer and all add-ins are acting correctly. Has anyone seen this or knows what to look for?
    Thanks. 

    Hi,
    Are you using a custom form when creating a new email message? If so, please try clearing the form cache and then check if this issue will happen again. To do this, please follow:
    1. Click File > Options > Advanced
    2. Scroll to the Developers section, click Custom Forms button.
    3. Click Manage Forms button.
    4. Click Clear Cache button.
    In addition, we can also try resetting your Ribbon to see if it helps. To do this, click New Email button to open a new email, click File > Options > Customize Ribbon, click Reset > Reset all customizations.
    Please let me know the result.
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Interface Scenarios - Issues / Messages tab

    Hi,
    How can I activate the Issues / Messages tab of the Interface scenarios? The tab is available but I cannot enter any issues or messages as  I can do under Configurations.
    Any inputs are appreciated.
    Many thanks,
    Dharmi

    Hi Dharmi,
    I see what you mean but this is not possible for this node. Even if you create subnodes under Interface Scenarios, Issues/Messages cannot be entered here as per other nodes.
    Possibly you could try linking a node or document to the Interface Scenarios node and assigning an Issue/Message to the original node above.
    Regards,
    -Rohan

  • SOLAR01-Graphic Tab

    Hi Team,
    I am working in SOLAR01 "Graphic" tab. When i try to connect two business process steps, i am getting the option Sysnchronously & Asychronously. What does it mean? How does it impacts?
    Need your guidance on this
    Thanks
    PSK

    Hi,
    Between the business process steps this means:
    Asynchronously - the sender or receiver doesn't expect any confirmation but manual response can be sent.
    Synchronously - both transactions communication together, data transfer is together and sender always expects an automatic reply.
    Base it on your knowledge of the process and business transactions.
    Regards,
    -Rohan

Maybe you are looking for