cancel
Showing results for 
Search instead for 
Did you mean: 

Web service sender error

yajjala1
Participant
0 Kudos

Hello,

I am sending soap call from xml spy: URL looks like below:

http://hostname:54400/XISOAPAdapter/MessageServlet?type=entry&version=3.0&Sender.Service=Act...

I am receiving below error in XMLspy:

<?xml version="1.0"?>

<!-- see the documentation -->

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

  <SOAP:Body>

  <SOAP:Fault>

  <faultcode>SOAP:Server</faultcode>

  <faultstring>Server Error</faultstring>

  <detail>

  <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">

  <context>XIAdapter</context>

  <code>ADAPTER.JAVA_EXCEPTION</code>

  <text><![CDATA[

com.sap.aii.af.service.cpa.CPAObjectNotFoundException: Couldn't retrieve inbound binding for the given P/S/A values: FP=;TP=;FS=null;TS=;AN=null;ANS=null;

  at com.sap.aii.af.service.cpa.impl.lookup.CommonLookup.getInboundBinding(CommonLookup.java:211)

  at com.sap.aii.af.service.cpa.impl.lookup.CommonLookup.getInboundBinding(CommonLookup.java:175)

  at com.sap.aii.af.service.cpa.InboundRuntimeLookup.<init>(InboundRuntimeLookup.java:88)

  at com.sap.aii.af.service.cpa.impl.lookup.AbstractLookupManager.getBinding(AbstractLookupManager.java:597)

  at com.sap.aii.adapter.soap.web.MessageServlet.getBinding(MessageServlet.java:755)

  at com.sap.aii.adapter.soap.web.MessageServlet.doPost(MessageServlet.java:422)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)

  at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)

  at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)

  at com.sap.engine.services.servlets_jsp.server.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:126)

  at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)

  at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:441)

  at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)

  at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)

  at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)

  at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:278)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)

  at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)

  at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)

  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)

  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)

  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)

  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)

  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)

  at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)

  at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)

  at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)

  at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)

  at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)

          ]]></text>

  </s:SystemError>

  </detail>

  </SOAP:Fault>

  </SOAP:Body>

</SOAP:Envelope>

<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:p3="http://sap.com/xi/FICA/Global" xmlns:p2="http://sap.com/xi/SAPGlobal/Global" xmlns:p1="http://sap.com/xi/FICA/Global/Testing" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" name="CashPointPaymentCreateNotification_Out" targetNamespace="http://sap.com/xi/FICA/Global/Testing">

  <wsdl:documentation/>

  <wsdl:types>

  <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://sap.com/xi/FICA/Global" targetNamespace="http://sap.com/xi/FICA/Global">

  <xsd:simpleType name="PostalOrderID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               078b45c1369011dbae7b0007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="13"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="ContractAccountDocumentIDContent">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               5a67f171422b11dbc1f30007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="12"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="AmountContent">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               19870b593d7411e1c22b000010fee1fa

               </xsd:appinfo>

  <xsd:documentation xml:lang="EN">

               AmountContent

               </xsd:documentation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               b546bec1168a11d8c25dc76b0a1149bc

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:decimal">

  <xsd:totalDigits value="28"/>

  <xsd:fractionDigits value="6"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="LanguageCode">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               1f0357b43d7411e1b3b9000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               8c53c301d88211dccf350017a44cb001

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:language">

  <xsd:length value="2"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="SHORT_DescriptionContent">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               556112d0368f11dbb9d50007e9102256

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               5582cba1368f11dba3dd0007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:string">

  <xsd:maxLength value="40"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="ContractAccountID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               1e0b46e03d7411e19fbe000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               f9493e21384411dbaff30007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="12"/>

  <xsd:minLength value="1"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="CashPointPaymentGroupID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               debe5b7398fc11dca6bb0017a44cb001

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="16"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="BusinessDocumentMessageIDContent">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               6403f33089b411da922c0007e9102256

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               6413d1b189b411da8b4b0007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:string">

  <xsd:maxLength value="35"/>

  <xsd:minLength value="1"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="DateTime">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               22670bbc3d7411e1ae6c000010fee1fa

               </xsd:appinfo>

  <xsd:documentation xml:lang="EN">

               &quot;DateTime&quot; ist der genaue Zeitstempel eines kalendermäßigen Tages.

               </xsd:documentation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               aff410b1168c11d8bb22c76b0a1149bc

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:dateTime"/>

  </xsd:simpleType>

  <xsd:simpleType name="PaymentCardTypeCodeContent">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               1d28bcf63d7411e19197000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               c0673700368d11dbbae30007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="4"/>

  <xsd:minLength value="1"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="BankInternalIDContent">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               15750ec93d7411e19580000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               59812cf1369011dbbc850007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="18"/>

  <xsd:minLength value="1"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="Indicator">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               ae77bb71d88311dcb41d0017a44cb001

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:boolean"/>

  </xsd:simpleType>

  <xsd:simpleType name="LanguageCode_v2">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               1d456d0c3d7411e1c006000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               69498d215ae911dcad250017a44cb001

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:language">

  <xsd:minLength value="2"/>

  <xsd:maxLength value="9"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="PaymentCardTypeCode">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               22cb17d83d7411e1903b000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               c302a260368d11db86d10007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="PaymentCardTypeCodeContent"/>

  </xsd:simpleType>

  <xsd:simpleType name="CountryCode">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               2240d7ca3d7411e187f5000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               98b7fe71d88411dcb36a0017a44cb001

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="2"/>

  <xsd:maxLength value="3"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="BankAccountInternalIDContent">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               1d691ed23d7411e1abbc000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               9652a231369011dba6b00007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="32"/>

  <xsd:minLength value="1"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="PaymentCardReferenceID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               151a8aa73d7411e1986b000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               c38c6bd0368d11dbc9140007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="25"/>

  <xsd:minLength value="1"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="PartyStandardIDContent">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               21f9604a3d7411e19ffc000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               639b6d6189b411dabcd00007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="13"/>

  <xsd:minLength value="1"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="PaymentCardCategoryCode">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               1df101f03d7411e1955a000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               c17069a0368d11db88b70007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="PaymentCardCategoryCodeContent"/>

  </xsd:simpleType>

  <xsd:simpleType name="MEDIUM_NameContent">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               204ebca53d7411e19be1000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               1c2d5dc0368f11dbc5470007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="40"/>

  <xsd:minLength value="1"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="PaymentCardCategoryCodeContent">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               200977983d7411e1a15a000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               c2799c40368d11db975e0007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="2"/>

  <xsd:minLength value="1"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="BusinessTransactionDocumentIDContent">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               1a9df6ea3d7411e19ad1000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               67371d01168b11d89d6cc76b0a1149bc

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="35"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="Date">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               1bdfc4023d7411e1af8c000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               5fb70a71d88a11dc8d7e0017a44cb001

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:date">

  <xsd:pattern value="[0-9]{4}-[0-9]{2}-[0-9]{2}"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="ContractID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               56dec321384511dbac7f0007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="20"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="GLOBAL_DateTime">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               1dfa81123d7411e1a6a3000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               605bd2c1d88611dca2240017a44cb001

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:dateTime">

  <xsd:pattern value="[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(.[0-9]{1,7})?Z"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="PaymentCardSequenceID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               209afe2a3d7411e1b0da000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               baa9a410368d11dbc7e30007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="10"/>

  <xsd:minLength value="1"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="PartyInternalIDContent">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               1d28bcf73d7411e1c383000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               e100080067ca11d8b96cf5110a1149bc

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="32"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="MEDIUM_Note.Content">

  <xsd:restriction base="xsd:string">

  <xsd:maxLength value="80"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="PaymentReferenceID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               217c5321990e11dcbe0a0017a44cb001

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="30"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="ChequeID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               16fe7c703d7411e19de7000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               431f31f1369011dbc9e10007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="20"/>

  <xsd:minLength value="1"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:simpleType name="PaymentCardIDContent">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               150054213d7411e1bcaa000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               b0178930368e11db85110007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="25"/>

  <xsd:minLength value="1"/>

  </xsd:restriction>

  </xsd:simpleType>

  <xsd:complexType name="PaymentCard">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               200718f93d7411e19c84000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               f9f3f280384311dbb9890007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:sequence>

  <xsd:element name="ID" type="PaymentCardID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     f11fb8802caa11d88a92eb610a140ba7

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="CategoryCode" type="PaymentCardCategoryCode">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     e14e7cc00b1f11dac81bd7fe0a135236

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="TypeCode" type="PaymentCardTypeCode">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     e14e7cc10b1f11dab074d7fe0a135236

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="ReferenceID" type="PaymentCardReferenceID" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     f11fb8812caa11d8c2c2eb610a140ba7

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="SequenceID" type="PaymentCardSequenceID" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     f11fb8822caa11d89d03eb610a140ba7

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="Holder" type="MEDIUM_Name">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     f11fb8832caa11d8958ceb610a140ba7

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="ValidFromDate" type="Date" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     e14e7cc20b1f11da9c6fd7fe0a135236

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="ExpirationDate" type="Date">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     f11fb8842caa11d8cbd6eb610a140ba7

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="Description" type="SHORT_Description" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     e14e7cc30b1f11da9981d7fe0a135236

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="NickName" type="MEDIUM_Name" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     e14e7cc40b1f11daa413d7fe0a135236

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="IssuerName" type="MEDIUM_Name" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     e14e7cc50b1f11dab627d7fe0a135236

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="IssueDate" type="GLOBAL_DateTime" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     e14e7cc60b1f11dabb27d7fe0a135236

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  </xsd:sequence>

  </xsd:complexType>

  <xsd:complexType name="BusinessTransactionDocumentParty">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               1c2e85bf3d7411e1b022000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               3f745571a06511d9b8f0000bcdc5613a

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:sequence>

  <xsd:element name="InternalID" type="PartyInternalID" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     958cbe10313b11d8c609ef3e0a134a03

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  </xsd:sequence>

  </xsd:complexType>

  <xsd:complexType name="PartyStandardID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               1f88d35d3d7411e1b53a000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               6500c9c189b411dac1d00007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleContent>

  <xsd:extension base="PartyStandardIDContent">

  <xsd:attribute name="schemeAgencyID" use="required">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        d4f0f1d0e91e11d78f54c7720a140b19

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="3"/>

  <xsd:minLength value="1"/>

  <xsd:enumeration value="9"/>

  <xsd:enumeration value="166"/>

  <xsd:enumeration value="16"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  </xsd:extension>

  </xsd:simpleContent>

  </xsd:complexType>

  <xsd:complexType name="Amount">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               19631f7b3d7411e1a149000010fee1fa

               </xsd:appinfo>

  <xsd:documentation xml:lang="EN">

               &quot;Amount&quot; ist ein Betrag mit der dazu gehörigen Währungseinheit.

               </xsd:documentation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               85d0ef31168a11d880f9c76b0a1149bc

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleContent>

  <xsd:extension base="AmountContent">

  <xsd:attribute name="currencyCode" use="required">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        195bba41090411d7be99e0f50a140b29

                        </xsd:appinfo>

  <xsd:documentation>

                        Währungseinheit, gemäß dem Dreizeichencode nach ISO 4217

                        </xsd:documentation>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:length value="3"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  </xsd:extension>

  </xsd:simpleContent>

  </xsd:complexType>

  <xsd:complexType name="ContractAccountDocumentID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               5e3601b0423111dbc2d00007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleContent>

  <xsd:extension base="ContractAccountDocumentIDContent">

  <xsd:attribute name="schemeID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        92b95cd0422b11db981a000bcd9699c2

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="60"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  <xsd:attribute name="schemeAgencyID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        92b95cd1422b11dba75e000bcd9699c2

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="60"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  </xsd:extension>

  </xsd:simpleContent>

  </xsd:complexType>

  <xsd:complexType name="CashPointPaymentCreateNotificationMessage">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               67fdab01384811dbc6240007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:sequence>

  <xsd:element name="MessageHeader" type="BusinessDocumentMessageHeader">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     67d33fa0384811db85a2000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="CashPointPayment" type="CashPointPayment" maxOccurs="unbounded">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     67d33fa1384811dba3dd000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  </xsd:sequence>

  </xsd:complexType>

  <xsd:complexType name="BusinessTransactionDocumentID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               1fc457da3d7411e1a468000010fee1fa

               </xsd:appinfo>

  <xsd:documentation xml:lang="EN">

               Eindeutige Identifikation eines Belegs

               </xsd:documentation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               2c02dd01168b11d89df4c76b0a1149bc

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleContent>

  <xsd:extension base="BusinessTransactionDocumentIDContent">

  <xsd:attribute name="schemeID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        3bfe4050d7c011d7b08cef820a14170d

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="60"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  <xsd:attribute name="schemeAgencyID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        3bfe4051d7c011d7c7afef820a14170d

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="60"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  <xsd:attribute name="schemeAgencySchemeID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        3bfe4052d7c011d79477ef820a14170d

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="60"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  <xsd:attribute name="schemeAgencySchemeAgencyID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        3bfe4053d7c011d78233ef820a14170d

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:maxLength value="3"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  </xsd:extension>

  </xsd:simpleContent>

  </xsd:complexType>

  <xsd:complexType name="SHORT_Description">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               659e54a0368f11db8c2d0007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleContent>

  <xsd:extension base="SHORT_DescriptionContent">

  <xsd:attribute name="languageCode" type="LanguageCode">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        63688f108fbc11d8ce0fce750a125e01

                        </xsd:appinfo>

  </xsd:annotation>

  </xsd:attribute>

  </xsd:extension>

  </xsd:simpleContent>

  </xsd:complexType>

  <xsd:complexType name="MEDIUM_Name">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               172bb67f3d7411e1c19a000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               2dc12ee0368f11dba60f0007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleContent>

  <xsd:extension base="MEDIUM_NameContent">

  <xsd:attribute name="languageCode" type="LanguageCode">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        d5b24bb0035b11da92f3e1fb0a135236

                        </xsd:appinfo>

  </xsd:annotation>

  </xsd:attribute>

  </xsd:extension>

  </xsd:simpleContent>

  </xsd:complexType>

  <xsd:complexType name="BankInternalID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               155fa15b3d7411e1a8a5000010fee1fa

               </xsd:appinfo>

  <xsd:documentation xml:lang="EN">

               Proprietary bank identifier (used for internal communication)

               </xsd:documentation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               583d1431369011dbb5eb0007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleContent>

  <xsd:extension base="BankInternalIDContent">

  <xsd:attribute name="schemeAgencyID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        0d9731b0afee11d98900e5d10a358cca

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="60"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  </xsd:extension>

  </xsd:simpleContent>

  </xsd:complexType>

  <xsd:complexType name="BusinessDocumentMessageID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               16e52700d8bc11dcb6a60017a44cb001

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleContent>

  <xsd:extension base="BusinessDocumentMessageIDContent">

  <xsd:attribute name="schemeID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        e8fd18a0954611d89e24d71b93cc14a9

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="60"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  <xsd:attribute name="schemeAgencyID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        aa8e8aa1954511d88f1fd71b93cc14a9

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="60"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  <xsd:attribute name="schemeAgencySchemeAgencyID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        aa8e8aa2954511d89ab7d71b93cc14a9

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="3"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  </xsd:extension>

  </xsd:simpleContent>

  </xsd:complexType>

  <xsd:complexType name="CashPointPayment">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               233f99b0945311dd9e350017a44cb001

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:sequence>

  <xsd:element name="CashPointReferenceID" type="BusinessTransactionDocumentID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     2f7e2ac0384811dbb45e000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="CashPointOfficeReferenceID" type="BusinessTransactionDocumentID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     2f7e2ac1384811dba212000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="CashPointPaymentGroupReferenceID" type="CashPointPaymentGroupID" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     2f7e2ac2384811db8b0f000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="PaymentTransactionID" type="BusinessTransactionDocumentID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     2f7e2ac3384811dbc10c000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="PaymentAmount" type="Amount">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     2f7e2ac4384811dbc98e000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="ValueDate" type="Date">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     2f7e2ac5384811dbc422000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="OnAccountIndicator" type="Indicator" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     2f7e2ac6384811dbb4e8000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="PayerContractAccountID" type="ContractAccountID" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     2f7e2ac7384811dbcd26000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="OutgoingPayment" type="Indicator" minOccurs="0"/>

  <xsd:element name="PayerParty" type="BusinessTransactionDocumentParty">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     2f7e2ac8384811dbbd4d000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="DebtorParty" type="BusinessTransactionDocumentParty" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     2f7e2ac9384811db9bdb000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="PaymentExplanation" type="CashPointPaymentExplanation" minOccurs="0" maxOccurs="unbounded">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     2f7e2aca384811dbc8ed000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="ChequePayment" type="CashPointChequePayment" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     2f7e2acb384811dbb00b000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="PaymentCardPayment" type="PaymentCard" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     2f7e2acc384811dbbe32000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="PostalOrderPayment" type="CashPointPostalOrderPayment" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     2f7e2acd384811db8926000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="ShortAccountAssignment" type="CashPtPaytCrteNotifShrtAcctAssgmt" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     599ada60945311ddcc6800199904aec3

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  </xsd:sequence>

  </xsd:complexType>

  <xsd:complexType name="CashPtPaytCrteNotifShrtAcctAssgmt">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               894089f1ca6811dcb95f0017a44cb001

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:sequence>

  <xsd:element name="ReferenceID" type="PaymentReferenceID"/>

  <xsd:element name="Note" type="MEDIUM_Note" minOccurs="0"/>

  </xsd:sequence>

  </xsd:complexType>

  <xsd:complexType name="CashPointPostalOrderPayment">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               15dd3251369011db99e20007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:sequence>

  <xsd:element name="ID" type="PostalOrderID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     15b86c40369011db9782000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  </xsd:sequence>

  </xsd:complexType>

  <xsd:complexType name="BusinessDocumentMessageHeader">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               661bd6b089b411da93820007e9102256

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               6625258189b411da868e0007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:sequence>

  <xsd:element name="ID" type="BusinessDocumentMessageID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     151ee290954411d8c7ced71b93cc14a9

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="ReferenceID" type="BusinessDocumentMessageID" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     151ee291954411d8b641d71b93cc14a9

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="CreationDateTime" type="DateTime">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     151ee292954411d88b5dd71b93cc14a9

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="SenderParty" type="BusinessDocumentMessageHeaderParty" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     151ee293954411d891b7d71b93cc14a9

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="RecipientParty" type="BusinessDocumentMessageHeaderParty" minOccurs="0" maxOccurs="unbounded">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     151ee294954411d8ba26d71b93cc14a9

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  </xsd:sequence>

  </xsd:complexType>

  <xsd:complexType name="PartyInternalID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               21af704b3d7411e19bd9000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               a48eb42067ca11d89e55f5110a1149bc

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleContent>

  <xsd:extension base="PartyInternalIDContent">

  <xsd:attribute name="schemeID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        7694bee0088211d88318e5520a123220

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="60"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  <xsd:attribute name="schemeAgencyID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        7694bee1088211d882f1e5520a123220

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="60"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  </xsd:extension>

  </xsd:simpleContent>

  </xsd:complexType>

  <xsd:complexType name="CashPointPaymentExplanation">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               1a142390577111db8f390007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:sequence>

  <xsd:element name="DebtorInternalID" type="PartyInternalID" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     fe58e3c038c611db832a000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="ContractAccountReferenceID" type="ContractAccountID" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     3ffc7f20384611db92a4000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="ContractReferenceID" type="ContractID" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     3ffc7f21384611db834c000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="InvoiceReferenceID" type="BusinessTransactionDocumentIDContent" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     3ffc7f22384611dbaff5000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="ContractAccountDocumentReferenceID" type="ContractAccountDocumentID" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     3ffc7f23384611dbccdf000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="PaymentFormReferenceID" type="BusinessTransactionDocumentIDContent" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     3ffc7f24384611db9ac2000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="ClearingAmount" type="Amount" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     19f18060577111dbaf8a000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  </xsd:sequence>

  </xsd:complexType>

  <xsd:complexType name="MEDIUM_Note">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/helperType">

               true

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               b722a0745ae611dc983f0017a44cb001

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleContent>

  <xsd:extension base="MEDIUM_Note.Content">

  <xsd:attribute name="languageCode" type="LanguageCode_v2"/>

  </xsd:extension>

  </xsd:simpleContent>

  </xsd:complexType>

  <xsd:complexType name="BusinessDocumentMessageHeaderParty">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               827e3a0089b411daa61af6b10a122f84

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               606f33b189b411da950c0007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:sequence>

  <xsd:element name="InternalID" type="PartyInternalID" minOccurs="0">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     c35c9910954411d8b532d71b93cc14a9

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="StandardID" type="PartyStandardID" minOccurs="0" maxOccurs="unbounded">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     c35c9911954411d8a295d71b93cc14a9

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  </xsd:sequence>

  </xsd:complexType>

  <xsd:complexType name="CashPointChequePayment">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               1b3e57f1369111db8aa90007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:sequence>

  <xsd:element name="ChequeID" type="ChequeID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     1b0805b0369111db9500000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="HouseBankID" type="BankInternalID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     1b0805b1369111dba938000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="HouseBankAccountInternalID" type="BankAccountInternalID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     1b0805b2369111db930b000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  <xsd:element name="HouseBankCountryCode" type="CountryCode">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                     1b0805b3369111dbc1d8000bcd9699c2

                     </xsd:appinfo>

  </xsd:annotation>

  </xsd:element>

  </xsd:sequence>

  </xsd:complexType>

  <xsd:complexType name="PaymentCardID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               19af7a1e3d7411e1a691000010fee1fa

               </xsd:appinfo>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               b38cf511118b11dfc62b0017a44cb001

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleContent>

  <xsd:extension base="PaymentCardIDContent">

  <xsd:attribute name="schemeID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        e8f192c0f4db11d79beffdd80a12426e

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="60"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  <xsd:attribute name="schemeAgencyID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        e8f192c1f4db11d7be36fdd80a12426e

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="60"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  <xsd:attribute name="schemeAgencySchemeID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        e8f192c2f4db11d7a7bdfdd80a12426e

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="60"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  <xsd:attribute name="schemeAgencySchemeAgencyID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        e8f192c3f4db11d799e0fdd80a12426e

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="3"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  </xsd:extension>

  </xsd:simpleContent>

  </xsd:complexType>

  <xsd:complexType name="BankAccountInternalID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

               22d72b8d3d7411e1c8e4000010fee1fa

               </xsd:appinfo>

  <xsd:documentation xml:lang="EN">

               Proprietary bank account identifier (used for internal communication)

               </xsd:documentation>

  <xsd:appinfo source="http://sap.com/xi/VersionID">

               b64d9590369011dba3e30007e9102256

               </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleContent>

  <xsd:extension base="BankAccountInternalIDContent">

  <xsd:attribute name="schemeAgencyID">

  <xsd:annotation>

  <xsd:appinfo source="http://sap.com/xi/TextID">

                        2aad09b0aff211d9ae6ce5d10a358cca

                        </xsd:appinfo>

  </xsd:annotation>

  <xsd:simpleType>

  <xsd:restriction base="xsd:token">

  <xsd:minLength value="1"/>

  <xsd:maxLength value="60"/>

  </xsd:restriction>

  </xsd:simpleType>

  </xsd:attribute>

  </xsd:extension>

  </xsd:simpleContent>

  </xsd:complexType>

  </xsd:schema>

  <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:p29="http://sap.com/xi/FICA/Global" xmlns="http://sap.com/xi/SAPGlobal/Global" targetNamespace="http://sap.com/xi/SAPGlobal/Global">

  <xsd:import namespace="http://sap.com/xi/FICA/Global"/>

  <xsd:element name="CashPointPaymentCreateNotificationMessage" type="p29:CashPointPaymentCreateNotificationMessage"/>

  </xsd:schema>

  </wsdl:types>

  <wsdl:message name="p3.CashPointPaymentCreateNotificationMessage">

  <wsdl:documentation/>

  <wsdl:part name="CashPointPaymentCreateNotificationMessage" element="p2:CashPointPaymentCreateNotificationMessage"/>

  </wsdl:message>

  <wsdl:portType name="CashPointPaymentCreateNotification_Out">

  <wsdl:documentation/>

  <wsdl:operation name="CashPointPaymentCreateNotification_Out">

  <wsdl:documentation/>

  <wsp:Policy>

  <wsp:PolicyReference URI="#OP_CashPointPaymentCreateNotification_Out"/>

  </wsp:Policy>

  <wsdl:input message="p1:p3.CashPointPaymentCreateNotificationMessage"/>

  </wsdl:operation>

  </wsdl:portType>

  <wsdl:binding name="CashPointPaymentCreateNotification_OutBinding" type="p1:CashPointPaymentCreateNotification_Out">

  <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>

  <wsdl:operation name="CashPointPaymentCreateNotification_Out">

  <soap:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://sap.com/xi/WebService/soap1.1"/>

  <wsdl:input>

  <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>

  </wsdl:input>

  </wsdl:operation>

  </wsdl:binding>

  <wsdl:service name="CashPointPaymentCreateNotification_OutService">

  <wsdl:port name="CashPointPaymentCreateNotification_OutPort" binding="p1:CashPointPaymentCreateNotification_OutBinding">

  <soap:address location="http://aspasia.city.burnaby.bc.ca.proxy:54400/XISOAPAdapter/MessageServlet?type=entry&version=3.0&Se..." xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>

  </wsdl:port>

  </wsdl:service>

  <wsp:UsingPolicy wsdl:required="true"/>

  <wsp:Policy wsu:Id="OP_CashPointPaymentCreateNotification_Out"/>

</wsdl:definitions>

View Entire Topic
Snavi
Active Participant
0 Kudos

Hi John,

Please go through the below sap help link for how to trigger call to SOAP sender.

https://help.sap.com/saphelp_nw73/helpdata/en/48/3555240bea31c3e10000000a42189d/content.htm

In your case based on the wsdl, your url should look something like below

http://hostname:54400/XISOAPAdapter/MessageServlet?senderParty=&senderService=ActivenetworkPOSSystem...

yajjala1
Participant
0 Kudos

Thank you so much all of you..