Webservice to IDoc

Hi
I am getting this error in my senario Webservice to Idoc.
<SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
  <SAP:Category>XIAdapter</SAP:Category>
  <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_BE_NOT_SUPP</SAP:Code>
  <SAP:P1 />
  <SAP:P2 />
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText />
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>Only asynchronous processing supported for IDoc adapter outbound processing</SAP:Stack>
  <SAP:Retry>N</SAP:Retry>
  </SAP:Error>
anybody face the same problem.
Thanks
Gowri K

Hi ,
Idoc adapter supports only asynchronous processing.
Check this thread..talking abt same problem
Re: Http to IDOC Error
Sekhar

Similar Messages

  • Webservice to IDOC : Bridge sync/async

    Hi,
    I have a simple scenario where we send data synchronously via webservices and idoc would be created in target system.
    So I need to create a sync/async bridge.
    But i have a doubt in first receiver step and its properties:
    Syncronous interfaces --> it must be a SYNC and abstract message interface
    Message --> It must be an element of container. When i create element in container, only abstract ASYNC message interface could be selected.
    Then,  with this configuration,  error  " Message to be received and synchronous interface do not have identical types " is returned.
    How to do it?
    Thanks, in advance
    Carme.

    Hi Carme,
    Just make sure you are making a SYNC/ASYNC bridge in BPM as explained in the following doc's
    saptechnical. com/Tutorials/XI/SYNCASYNC/Page2.htm
    Alternatively you can use the BPM pattern; BpmPatternSyncAsyncBridge for the same.
    http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/frameset.htm

  • Gettin error in msg monitoring --webservice to idoc

    Hi all,
    While sending the data from webservice to Idoc I am gettin error like this.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_INV_SND_SERV</SAP:Code>
      <SAP:P1>BS_Exten_Wrnty</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Unable to convert the sender service BS_Exten_Wrnty to an ALE logical system</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    checked with soap-its working fine .i think problem  with idoc.
    Please suggest
    Abhishek

    hi
    for this error
    Unable to convert the sender service BS_Exten_Wrnty to an ALE logical system,check blog
    The specified item was not found.                              
    regards
    kummari

  • Tool required to test webservice regarding  Webservice to IDoc

    Dear All,
    Iam dealing with Webservice to IDoc Scenario . I require a tool to test my Web service . Please Do the needful
    Thanks & Regards,
    Kalyan

    Hi kalyan,
    u can test using "Altova XML spy" or "Soapui".
    Download  "Altova XML spy"  from the below link.
    http://www.altova.com/download/xmlspy/xml_editor_enterprise.html
    <u><b>Using XML SPY:</b></u>
    Now open XML spy->go to FILE->OPEN->(select ur WSDL)->click on text(see below)->goto SOAP(see above)->create new SOAP request->ok->select MI->ok...
    now u will get soap request in XML format.Now again goto SOAP->send request to server.if evrything is correct ...wait smtime u will get ur desire output.
    Download SoapUi here below
    http://sourceforge.net/projects/soapui/
    <u><b>Using SoapUi:</b></u>
    Open SoapUi....goto FILE->New WSDL Project->give any suitable name and browse the WSDL->Now drill down ->u will see  "request1"->double click on that(here request gets create automatically.->click on the small green triange shape icon above.
    Regards
    biplab
    <i>**reward with points if helpful</i>

  • Webservice to Idoc Scenario

    Hi,
    1. I need to create a interface where a webservice call will be made to XI and XI will create an Idoc on SAP and sent back a response message.  The interface is working fine where the webservice call is creating the Idoc but I am unable to get a response back for the Webservice call.  Is there any way to do this, without using a BMP?
    2. I have been looking for BLOG's or examples of Idoc to a Webservice, using the Receiver SOAP adapter and Webservice to Idoc, using the Sender SOAP adapter but haven't found any.  Please let me know if you know of such documents.
    Thanks
    Rudi

    Hi Rudi,
    using IDoc u can't get the response. u can get only acknowledgement in case of idoc.And the rcvr SAP system will send the Idoc acknoledgement to XI system ,not to the sender system.
    So in ur case i think u have to go for 2 diffrent scenario..
    SOAP to IDoc
    IDoc to SAP.
    or u can do 1 thing.. using BPM u can send the acknowledgement from XI to sendersystem incase if u need to only route the acknowledgement to sender sys.
    Regards
    Biplab

  • Idoc to Webservice to Idoc scenario- is this possible without BPM?

    Hi guys
    We have a scenario where we need to send an IDoc to webservice and get the response back into another IDoc.
    Questions:
    1. Is this scenario possible without a BPM? or do we need to use BPM (Sync-Async bridge).
    2. Is there a Async to Sync bridge in BPM?
    3. How do I use this bridge in my scenario and customize it?
    Appreciate your quick response
    Regards
    Satya

    Hi Satya,
    >>1. Is this scenario possible without a BPM? or do we need to use BPM (Sync-Async bridge?
    You need BPM
    2. Is there a Async to Sync bridge in BPM?
    You dont need a "bridge", just take a synchronous send step
    3. How do I use this bridge in my scenario and customize it?
    Map the IDoc to request container and the response container to the second IDoc.
    Your need 4 container, receive step, transformation, send step (synchronous), transformation, send step (asyncronous)
    Regards,
    Udo

  • Error in Webservice to IDoc Scenario

    Dear All,
    Iam dealing with Web Service to IDoc Scenario . I have used Exactly Once in the Quality Of Service (QOS) in sender communication channel .
    I got the following error:
    ResponseCode: 200 (OK)
    content-type:text/xml;charset=utf-8
    content-length:458
    x-xmb_ws_encoded:version=1%2e0&Sender.Party=%3a%3a&Sender.Service=bs_kalyan_ws&Interface=urn%3asap-com%3adocument%3asap%3aidoc%3amessages%5eDEBMAS%2eDEBMAS05&Receiver.Party=%3a%3a&Receiver.Service=bs_kalyan_ws&To.Interface=htttp%3a%2f%2fkalyan%5emi_kalyan_ws&MessageClass=SE&ProcessingMode=S&ConversationId=&MessageId=30B49C89-9E75-DA40-B1D8-C5416903FE7A&RefToMessageId=A1A63B08-51B6-524A-8386-98235D7A7834&QualityOfService=BestEffort&TimeSent=2007-08-30T05%3a58%3a41Z
    soapaction:'http://sap.com/xi/XI/Message/30'
    content-id:<[email protected]>
    server:SAP Web Application Server (1.0;640)
    <?xml version="1.0" encoding="utf-16"?>
    <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <SOAP:Body>
        <SOAP:Fault>
          <faultcode>SOAP:Server</faultcode>
          <faultstring>System Error</faultstring>
          <detail>
            <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
              <context>
              </context>
              <code>IDOC_ADAPTER.ATTRIBUTE_BE_NOT_SUPP</code>
              <text>Only asynchronous processing supported for IDoc adapter outbound processing</text>
            </s:SystemError>
          </detail>
        </SOAP:Fault>
      </SOAP:Body>
    </SOAP:Envelope>
    Please do the needful.
    Thanks in Advance,
    Sarat

    Hi Jai Shankar,
    Ya what you told is correct just see the message that i got in sxmb_moni :
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Inbound Message
      -->
    - <SAP:ReliableMessaging xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:QualityOfService>BestEffort</SAP:QualityOfService>
      </SAP:ReliableMessaging>
    But in ID part in Sender side communication channel QOS is EO only. How can this happen ?
    Regards,
    Sarat

  • Webservice  to Idoc/File using ABAP mapping

    Hi Experts,
    I need your expert advise on below scenario.The flow of the scenario is..
    1)I will get a control record from a webservice(SOAP sender adpater), this initiates the process flow.
    2)based on control record ,The ABAP mapping program will call a program(within the PI sys) to fetch the data from DB table.then the ABAP mapping program will have to create 2 messages for the target. One is IDoc and another one is File.
    Pls suggest the best approach.
    Regards,
    Srini

    Hi Prateek,
    Thanks for quick reply.
    there is a main program which has different classes and methoda to fetch the data from DB tables.I dont want to touch this main program.
    what  i am going to do is, I will this main program from abap mapping by passing the control record information.based on this control record,the main program will fetch data for ABAP mapping.From ABAP mapping, i have to generate 2 messages,one for IDOc and another one is for File.
    Hope you got my requirement.
    Regards,
    Srini

  • Business system for third party webservice

    Hi,
    I am new to XI and idoc..Kindly help me understanding concept ..
    Is it mandatory to maintain the Logical system name for Sender business system in SLD while we are dealing with Third party systems?
    I have Webservice to IDOC scenario. For webservice we are using one business service in logical system is configured as legacy system. When i try to post data from pi to SAP..
    It gives me error EDI: Partner profile not available when i check status in WE02.
    Is it due to legacy name maintained in third party business system this name is not same to the XI Logical name.
    Partner profile maintained for both sender and receiver in we20.

    Logical system name fro the WebService has to be maintained in SLD and the same name has to be there in ECC in WE20.
    Check the below blog:
    /people/rajeshkumar.pasupula/blog/2009/03/16/unable-to-convert-the-sender-service-to-an-ale-logical-system
    -Supriya.

  • Webservice call by BPM from XI

    Hi all,
            I want to do a SOAP(WebService) to idoc scenario where the webservice should not invoke itself rather the webservice should be invoked by the XI.
    The requirement is like this --
    There should be a BPM that will poll for the Webservice data after a certain time.
    Otherwise its a SOAP to idoc scenario.
    Please give me suggestion on the BPM to be designed.

    Hey,
       Bpm cannot initiate on its own
       In order to initiate the BPM use a file reciever.
       BPM design
        Recieve step(abstract asynchronous) for file
          Send step(abstract synchronous) for the web service call
           transformation step(mapping between web service response and Idoc)
       Send step(abstract asynchronous) for idoc
    reward points if useful
    regards,
            Milan

  • Defining a Webservice for an XI SOAP Adapter

    Hi together,
    i have a little problem with an SOAP XI scenario.
    I have build an XML -> XI -> Idoc Scenario.
    Everything is working ok with the standard http request.
    Now i have made a new SOAP communication channel and set this one up
    with my message interface from the http scenario. After that i tried to generate
    a wsdl in the xi ( integration directory ). ( Scenario is Webservice -> XI -> Idoc )
    I send this file to one of our java programmers. He has to build the webservice
    on an other system. But he says that his system can not generate the webservice from the file.
    He gets this message in the Log Files:
    WSDL part <M2S_ROUTING> points to unavailable element with qname: {}<M2S_ROUTING>.
    Its my first time to set up an SOAP communication and i have no knowledge
    of java. I have tried to search in the forum, but there was no point for my
    problem.
    Can i use the normal message interface from my http scenario for the soap scenario?
    do i have to change something in the wsdl-file that xi generates?
    The url for the generation is ok. this one i have made like shown in "How To…
    Use the XI 3.0 SOAP Adapter".
    I also testet the scenario with XmlSpy and with that its works correct.
    Only the other system does not generate the webservice from the file.
    ( its is an NW2004 SP12 on an other server/network )
    Thanks for any answers,
    Carsten

    redefined question

  • Web Service to iDoc

    Hi
    I have a third party that is suppose to transfer data to my R/3 4.7 system.
    Third party soap> Webservice (XI)idoc> R/3
    I have generated a wsdl, but I need to create the web service in XI. I tried to create it in se80 from a XI Message Interface, but I can't find any of the interfaces that I have made in Integration Builder.
    Best Regards
    Morten

    Hi Morten,
    you build the webservice by creating interfaces and so on and activating the SOAP channel.
    So you need in IB Repository:
    datatype, messagetype, outbound-interface, mapping program, interface mapping, import of idoc
    SLD: Business Systems for third party and R/3
    IB Directory: Receiver Determination, Interface Determination, Receiver Agreement, 2 Business Systems, IDoc Channel, SOAP channel.
    XI serves the webservice, you have to send a message to the soap adapter. You dont need to do anything in SE80. Main work is in IB. Plz dont hesitate to ask for special details.
    Regards,
    Udo

  • Scenarios for PI 7.1

    Hi,
    I am looking for different scenarios for PI 7.1, I am specifically looking for these scenarios.
    1. iDoc to File
    2. File to iDoc
    3. iDoc to Webservice
    4. Webservice to iDoc
    5. Proxy to Webservice
    6. Webservice to Proxy
    Please do not send links for PI 7.0, I am specifically looking for PI 7.1
    Thanks,
    Nishant

    Nishant,
    THere is no much difference between PI 7.1 except webservices. File,IDOC,proxy will be similar.
    Here by sending u new features of PI 7.1.Use ESOA for webservices scenario.
    PI7.1 features refer this blog:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/706005a3-3bd6-2910-91ae-a2016239bdcf
    Advanncements of PI 7.1
    1. Enterprise Services Repository as a central storage location for enterprise service definitions and lifecycle management data for all enterprise services (Concept of Folders,.
    Using Folders in PI 7.1
    Using Folders in PI 7.1
    2. Universal Description, Discovery, and Integration (UDDI) 3.0u2013compliant services registry for runtime management of enterprise services.
    XI : How To publish WSDL generated from XI to UDDI
    XI : How To publish WSDL generated from XI to UDDI
    WebAS : A step by step guide for Configuring UDDI registry on Local Server
    WebAS : A step by step guide for Configuring UDDI registry on Local Server
    3. Enterprise Service Oriented Architecture (ESOA), Global Data Types, Modeling Tool Concept.
    ESOA BASICS
    SAP Architecture u2013Enterprise SOA Basics
    SAP Architecture –Enterprise SOA Basics
    Quick Guides for setting up an eSOA prototyping environment with CE, ESR, and NWDS
    Quick Guides for setting up an eSOA prototyping environment with CE, ESR, and NWDS
    ESA = SOA + ES ?
    ESA = SOA + ES ?
    PRINCIPAL PROPAGATION
    Principal Propagation with SAP NetWeaver Process Integration 7.1
    Principal Propagation with SAP NetWeaver Process Integration 7.1
    Principal Propagation in SAP XI
    Principal Propagation in SAP XI
    Modeling tools in PI 7.1
    Modeling tools in PI 7.1
    Publish services from PI 7.1 to the Service Registry
    Publish services from PI 7.1 to the Service Registry
    Using CCTS in PI 7.1
    Using CCTS in PI 7.1
    4. Improved support for standards such as Web Service Reliable Messaging (WS-RM), WS Policy, Security Assertion Markup Language (SAML).
    5. Support Business Activity Monitoring (BAM).
    XI: BAM - Episode III - new super trace
    The specified item was not found.
    XI: BAM - Episode II - Simple Proactive monitor
    The specified item was not found.
    XI: BAM - Episode I - Introduction s
    The specified item was not found.
    6. Advanced Adapter Engine Features (Eg. Bypass Integration Engine Process)
    7. Enhancement for Mapping (Eg. Re-usable User Defined Functions, Look-up function reads multiple fields, Specify mapping parameters at configuration time, Synchronous DB RFC lookups, Message Packing etc.)
    SAP PI 7.1 Mapping Enhancements Series: Correct Structural Inconsistencies
    SAP PI 7.1 Mapping Enhancements Series: Correct Structural Inconsistencies
    SAP PI 7.1 Mapping Enhancements Series: Graphical Support for JDBC and RFC Lookups
    SAP PI 7.1 Mapping Enhancements Series: Graphical Support for JDBC and RFC Lookups
    SAP PI 7.1 Mapping Enhancements Series: Parameterized Message Mappings
    SAP PI 7.1 Mapping Enhancements Series: Parameterized Message Mappings
    SAP NetWeaver Process Integration 7.1: Mapping Enhancements Blog Series
    SAP NetWeaver Process Integration 7.1: Mapping Enhancements Blog Series
    SAP PI 7.1 Mapping Enhancements Series: Mapping Enhancements Demo
    SAP PI 7.1 Mapping Enhancements Series: Mapping Enhancements Demo
    SAP PI 7.1 Mapping Enhancements Series: Copy XML Subtree
    SAP PI 7.1 Mapping Enhancements Series: Copy XML Subtree
    SAP PI 7.1 Mapping Enhancements Series: Using Graphical Variable
    SAP PI 7.1 Mapping Enhancements Series: Using Graphical Variable
    SAP PI 7.1 Mapping Enhancements Series: Share User-Defined Functions
    SAP PI 7.1 Mapping Enhancements Series: Share User-Defined Functions
    SAP PI 7.1 Mapping Enhancements Series: Import SQL Table's Metadata
    SAP PI 7.1 Mapping Enhancements Series: Import SQL Table's Metadata
    MAPPING LOOK UPS
    Lookupu2019s in XI made simpler
    /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    XI: RFC Mapping lookups (from BC to XI?)
    The specified item was not found.
    Use this crazy piece for any RFC Mapping Lookups!
    Use this crazy piece for any RFC Mapping Lookups!
    SAP XI Lookup API: the Killer
    The specified item was not found.
    mapping look ups RFC api
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a03e7b02-eea4-2910-089f-8214c6d1b439
    RFC Look up from XSLT mapping
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/05a3d62e-0a01-0010-14bc-adc8efd4ee14
    Data Lookup Optimized
    Data Lookup Optimized
    8. Extended support for high volume scenarios
    huge processing of files
    Night Mare-Processing huge files in SAP XI
    Step-by-Step Guide in Processing High-Volume Messages Using PI 7.1's Message Packaging
    Step-by-Step Guide in Processing High-Volume Messages Using PI 7.1's Message Packaging
    SAP XI acting as a (huge) file mover
    The specified item was not found.
    Managing bulky flat messages with SAP XI (tunneling once again) - UPDATED
    The specified item was not found.
    New NetWeaver Process Integration how-to guide for typical high volumen replication scenarios.
    New NetWeaver Process Integration how-to guide for typical high volumen replication scenarios.
    9. Business Activity Monitoring for process definition of milestone monitoring (event correlation).
    10. Improved SAP NetWeaver Administrator support for central configuration and administration of both mediated and point-to-point scenarios.
    11. XML payload validation and validations using JAVA.
    VALIDATING MESSAGES
    Validation of Messages in SAP NetWeaver Exchange Infrastructure - SDN Member Session EPI213 at SAP TechEd '06 Amsterdam
    Validation of Messages in SAP NetWeaver Exchange Infrastructure - SDN Member Session EPI213 at SAP TechEd '06 Amsterdam
    SOA Middleware: XML validation error handling
    SOA Middleware:  XML validation error handling
    The Hitchhiker's Guide to Validation
    The Hitchhiker's Guide to Validation
    Validations using Java for those not having PI7.1
    Validations using Java for those not having PI7.1
    Xml validation
    XML Validation BPM:
    VALIDATING INCOMING FLAT FILE
    Generic Approach for Validating Incoming Flat File in SAP XI - Part 1
    Generic Approach for Validating Incoming Flat File in SAP XI - Part 1
    Generic Approach for Validating Incoming Flat File in SAP XI - Part II
    Generic Approach for Validating Incoming Flat File in SAP XI - Part II
    Validating messages in XI using XML Schema
    Validating messages in XI using XML Schema
    BPM:
    Enhancements in ccBPM within SAP NetWeaver Process Integration 7.1
    Enhancements in ccBPM within SAP NetWeaver Process Integration 7.1
    12. Process editor modeling enhancements: step groups, integrated alert management and configurable parameters.
    13. Integration of human interaction (generic user decision).
    14. Language dependent texts for end-user display.
    15. WS-BPEL 2.0 adoption (Preview and implementation BPEL4People, BPLE-SPE Simple User Defined Functions can be configured directly in the process.)
    Also refer this links for more clarifications:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/369142f195675ee10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/fb4cd3207c7063e10000000a1553f6/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f36ce30f-0e01-0010-a89b-c158d07c44ff
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ec19c05d-0501-0010-09a2-b6db51b5318d
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5441afe5-0601-0010-dba5-dc5f9d5caa9d
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c50cddbb-0601-0010-92a7-f2a40ca68e6d
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f027dde5-e16e-2910-97a4-f231046429f2
    Refer these threads as well:
    Advantages of using PI 7.1 over PI 7.0
    PI 7.0 and XI 3.0
    http adaptor on which factors we will use
    Diff between XI and PI
    differences between xi 3.0 and pi 7.0
    Difference/ changes from XI 3.0 to PI 7.0
    give me main advantages of XI-7.0 TO XI-3.0
    XI 7.0 vs Xi 3.0
    XI/PI
    XI vs. PI
    XI 3.0 vs. PI (XI 7.0)
    Difference/ changes from XI 3.0 to PI 7.0
    moving from XI 3.0 to PI 7
    Edited by: VenkataPrabhakar Teegavarapu on Dec 2, 2008 1:48 PM

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

  • SIGN DIGITAL IN SAP XI

    Hello Expert.
    We have the next excenary webservice -> XI -> idoc.
    We received one invoice in sap XI and I create the invoce in SAP/R3,.It's ok but now, the invoice have a digital sign and i need to save the invoice in the system.
    If i use the file adapter i don´t know how i can save the digital sign because it's in the mine message  not in the payload.
    Somebody know how i can save the invoice and the digital sign in format file text into the system.
    Thanks for all

    Just give a try on the settings in these blogs..am not sure..!!!
    /people/rahul.nawale2/blog/2006/05/31/how-to-use-client-authentication-with-soap-adapter
    /people/rahul.nawale2/blog/2006/07/22/smime-security-for-the-mail-adapter-within-xi
    Thanks
    Kiran

Maybe you are looking for

  • Photoshop CC 2014 crashes on new iMac 5K Retina on startup. "Adobe Photoshop CC 2014 quit unexpectedly"

    I have just bought a new iMac 5k Retina. I have installed Photoshop CC 2014, Lightroom and Bridge.  Both Lightroom and Bridge work Ok.  However Photoshop crashes when trying to start it. I have copied in the log file below Process:               Adob

  • Family Apple IDs and iCloud SubAccounts

    Our family has just purchased and is migrating to 3 iPhones, 1 MacBook Pro, 1 iMac and 2 iPads. We have 4 users in our family - 2 parents and 2 kids. Your recommendations on how to best set-up our family in terms of Apple ID's and iCloud Accounts wou

  • Programming assistance reqd

    student trying to write java tic tac toe game, computer is "o" player ix "x". Computer overwrites "x" placed by player. Anythoughts to cure problem

  • LSMW, batch input recording, structured file

    Hello, I'm new with LSMW. Is it right that with LSMW when used in batch input recording, it is impossible to use a structured file, with a header and with many item for exemple ? ( i try to do that with a financial transaction like F-02 ) Thanks in a

  • NI SECURITY

    Hi, I use LabVIEW 8.2.1 DSC. I have included NI Security Invoke Login Dialog.vi in my application. (right click from the Block Diagram DSC MODULE>>Security>>NI Security Invoke Login Dialog) But when the Dialog pops up, if you use the 'X' to close the