Openscript is supporting SOAP 1.2 protocol. Really?

Hello guys,
can you help me with this one? I have an OpenScript project about testing web services and the SOAP protocol's version is 1.2. Even though in the documentation it says that OATS is supporting SOAP 1.2 I'm unable to locate which variable to put in order to work with 1.2. And I think the web service Post method is not figuring out by himself if the SOAP protocol is 1.1 and 1.2. So any suggestions?

Hello Helmut,
Perhaps the note 1372692 can help you:
Reason and Prerequisites
The reason for the faliure is that the Java Stack does not support SOAP
1.2 bindings
Also, there as a similar error solved with (unreleased) note 1473001:
  The problem is fixed in the following AS Java versions:
   o  For SAP Java AS 7.11 - SP06
regards,
Rafael

Similar Messages

  • SRM supports SOAP 1.2? Very urgent

    Hi!!
    Do you know if SRM supports SOAP 1.2?
    If not, exists any support package to SRM supports it?
    Helpful answers will be rewarded.
    Thanks in advance and regards,
    Manuel.

    Hi
    Which SRM version are you using ? What's your business requirement ? Are you using XI system ?
    <b>Yes, SRM supports SOAP, Web services and other protocols as well.</b>
    <u>Please refer to few links</u>
    <b>http://help.sap.com/saphelp_srm50/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/44/79973cc73af456e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/9f/fdca3f01f33e1ce10000000a114084/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/b3/cc633c3a892251e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/8f/d906d01f77fa40a4c84683c3f8326f/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/cf/886a3c3a860657e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/16/285d32996b25428dc2eedf2b0eadd8/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/0f/80243b4a66ae0ce10000000a11402f/frameset.htm
    </b>
    <u><b>For FAQs about the SOAP adapter, see SAP Note 856597</b></u>
    Hope this will help.
    Please reward full points, incase it suits your requirements.
    Regards
    - Atul

  • BizTalk Swift Accelerator SUpport SOAP HA

    BizTalk 2013 Server
    Does SWIFT Accelerator 2012 supports SWIFT SOAP Host Adapter(SOAP HA) communication in full FileAct mode?
    Swift communication can be through MQ, Direct file & SOAP. But i couldn't find in documention that A4SWIFT supports SOAP Host Adapter. 
    Installed Accelerator, but couldnt find any adapter in the list related to SOAP.
    Currently we have implmented using default SOAP adapter, but implementing LAU(local authentication) in SWIFT is making complex. Verified that MXX disassembler pipeline component  have option for LAU keys.
    Looking for the same through SOAPHA, if swift accelerator supports.
    Please Help!!!

    My reading of the FileNet Receive Adapter architecture @http://msdn.microsoft.com/en-us/library/bb945262.aspx leads me to believe that the Out-Of-Process adapter architecture (service such
    as any Windows Service) should lend itself to BOTH clustering and NLB as a HA Pattern.
    The configuration of this service is controlled through the SNL Configuration so is NOT an IIS hosted Process so SOAP as a protocol is out of the question. The adapter however works Out-Of-Band and does support the Notification (Offline) AND Solicit-Response
    modes for submission of messages to BizTalk. In the Notification (Offline) Mode it is expected to utilize the FileNet Send Adapter to communicate back with SNL.
    Regards.

  • How to make PI 7.0 soap adapter support SOAP 1.2

    hi all:
    Is there some idea make PI 7.0 soap adapter support SOAP 1.2?
    I have look the document about soap adapter,and it specified that soap adapter only support SOAP 1.1.
    http://help.sap.com/saphelp_nw70/helpdata/EN/ae/d03341771b4c0de10000000a1550b0/frameset.htm.
    my scenario:
    external system send message via soap 1.2 to xi.

    for more detail about axis soap adapters refer this link[http://help.sap.com/saphelp_nw04/helpdata/en/45/a4f8bbdfdc0d36e10000000a114a6b/content.htm]

  • Soa suite v11.1.1.4.0 supports soap 1.2?

    Hi,
    I am using following environment.
    SOA Version: v11.1.1.4.0 - 11.1.1.4.0_110106.1932.5682
    WebLogic Server 10.3.4.0
    Does this soa suite(using bpel and owsm policies) version supports soap 1.2 ?
    This is very urgent. Please provide the inputs.
    Thanks

    Does this soa suite(using bpel and owsm policies) version supports soap 1.2 ?AFAIK, BPEL can be used to invoke the WS implemented with SOAP 1.2 but BPEL itself cann't expose it as a SOAP 1.2 WS. Raise an ER with support if you need any additional feature in the product.
    Regards,
    Anuj

  • Invalid soap address, unknown protocol jms

    Hi, All,
    I try to create a web service project based on a WSDL which soap based on JMS as following:
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="AsyncBusiness"
         targetNamespace="http://www.alsb.com/AsyncBusiness/"
         xmlns="http://schemas.xmlsoap.org/wsdl/"
         xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
         xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
         xmlns:tns="http://www.alsb.com/AsyncBusiness/"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema">
         <types>
              <xsd:schema targetNamespace="http://www.alsb.com/AsyncBusiness/"
                   xmlns:order="http://www.alsb.com/order/">
                   <xsd:import namespace="http://www.alsb.com/order/"
                        schemaLocation="order.xsd" />
                   <xsd:element name="submitOrder" type="order:Order" />
              </xsd:schema>
         </types>
         <message name="submitOrder">
              <part element="tns:submitOrder" name="submitOrder" />
         </message>
         <portType name="AsyncBusiness">
              <operation name="submitAsyncOrder">
                   <input message="tns:submitOrder" />
              </operation>
         </portType>
         <binding name="AsyncBusinessSOAP" type="tns:AsyncBusiness">
              <soap:binding style="document"
                   transport="http://www.openuri.org/2002/04/soap/jms" />
              <operation name="submitAsyncOrder">
                   <soap:operation
                        soapAction="http://www.alsb.com/AsyncBusiness/submitOrder" />
                   <input>
                        <soap:body parts="submitOrder" use="literal" />
                   </input>
              </operation>
         </binding>
         <service name="AsyncBusiness">
              <port binding="tns:AsyncBusinessSOAP" name="AsyncBusiness">
                   <soap:address
                        location="jms://192.168.48.1:7001/AsyncOrderSelf_WS/AsyncBusiness?URI=jms.WebServiceQueue" />
              </port>
         </service>
    </definitions>
    the problem is when I generate web service based on that, error found: invalid soap address, unknown protocol jms. How can I make it work?
    I'm using workshop 10.3 for weblogic. Thanks in advance.
    Best Regards,
    Bill
    Edited by: Bill Cao on May 20, 2009 11:13 AM

    Bill,
    Soap Address should always should be standard.
    But you can change the action type under the wls binding part
    for example I will provide one sample and it work perfectly at my end.
    <!-- ************************************************************* -->
    <!-- Web Service JMS Binding Definition -->
    <!-- ************************************************************* -->
    <wsdl:binding name="SampleJMSSoapBinding" type="invws:SamplePort">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/jms" />
    <wsdl:operation name="DeleteParty">
    <soap:operation soapAction="http://xmlns.oracle.com/communications/webservice/DeleteParty" />
    <wsdl:input>
    <soap:body use="literal" />
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal" />
    </wsdl:output>
    <wsdl:fault name="InventoryFault">
    <soap:fault name="InventoryFault" use="literal" />
    </wsdl:fault>
    <wsdl:fault name="ValidationFault">
    <soap:fault name="ValidationFault" use="literal" />
    </wsdl:fault>
    </wsdl:operation>
    </wsdl:binding>
    <!-- ************************************************************* -->
    <!-- Web Service Port Binding Definition -->
    <!-- ************************************************************* -->
    <wsdl:service name="Sample">
    <wsdl:port name="SampleHTTPPort" binding="invws:SampleHTTPSoapBinding">
    <soap:address location="http://localhost:7001/Sample/SampleHTTP" />
    </wsdl:port>
    <wsdl:port name="SampleJMSPort" binding="invws:SampleJMSSoapBinding">
    <soap:address location="jms://localhost:7001/Sample/SampleJMS?URI=inventoryWSQueue" />
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    let me know whether this will help any where.
    Regards,
    Kal.

  • Is my webservise supporting SOAP 1.2

    With JDeveloper 10.1.3.4.0
    - created a class with name MyClass
    - I created a webservice with name MyWebService as:
    - J2EE 1.4 (JAX-RPC) Web Service
    - Published the MyClass component with a HelloWorls method
    - Checked the “Autogenerate Service Endpoint Interface”
    - Checked the” SOAP 1.2 Binding”
    - SOAP Message Format: Document/Wraped
    - Checked the “Enabel REST Access to SOAP Ports”
    - Checked the “Generate Schema with Qualified Elemnts”
    A client of my WS that is calling my WS from a .NET client is telling me that my WS is not supporting SOAP 1.2, My oc4j is also reporting the error :
    oracle.j2ee.ws.common.soap.fault.SOAP11VersionMismatchException: Version Mismatch.
    My .NET customer have seen my “oracle-webservice.xml” and the wsdl file and tell me that we are using wrong “SOAP envelope” schema “http://schemas.xmlsoap.org/soap/envelope/”. The right one should be : http://www.w3.org/2003/05/soap-envelope/
    What is this? I did check the “SOAP 1.2 Binding” when generating my WS, what more is it to do, to create a WS with SOAP 1.2 with JDeveloper?
    Thanks
    Per Jørgen Vigdal

    Well, that link is for the late-2011 model, the OP has an early-2011 model.
    Look here for detailed info on his computer:
    http://www.everymac.com/systems/apple/macbook_pro/specs/macbook-pro-core-i7-2.0- 15-early-2011-unibody-thunderbolt-specs.html
    However the answer is the same, you have SATA3 in the main bay.
    The problems are in the optical bay, as your motherboard supports sata3 also for it, but the cable and shielding are not good enough for SATA3 speed. So, if you place a SATA3 SSD in the optical bay, it is going to perform erratically.
    No problems instead placing your original HD in the optical bay, as it is a SATA2 disk.
    The only mechanical HD featuring a SATA3 interface are the newest hybrid drives from Seagate, size 750 Gb and up. These cannot be mounted in the optical bay...

  • No supported SOAP Port found to test. Please validate WSDL

    Hi I deployed a BPEL process.
    When I click Initiate link to test it .
    it shows above error ' No supported SOAP Port found to test. Please validate WSDL'
    Where I am doing wrong ?
    Thanks
    Praveen

    Hi This is my WSDL from BPEL console
    <?xml version="1.0" encoding="UTF-8" ?>
    - <definitions name="SyncItemEBIZProvBPELABCSImpl" targetNamespace="http://xmlns.oracle.com/ABCSImpl/EBIZ/Core/SyncItemEBIZProvBPELABCSImpl/V1" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.oracle.com/ABCSImpl/EBIZ/Core/SyncItemEBIZProvBPELABCSImpl/V1" xmlns:itemabcs="http://xmlns.oracle.com/ABCSImpl/EBIZ/Core/SyncItemEBIZProvBPELABCSImpl/V1" xmlns:itemebo="http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/Item/V1" xmlns:svcdoc="http://xmlns.oracle.com/Services/Documentation/V1" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:itemsvc="http://xmlns.oracle.com/EnterpriseServices/Core/Item/V1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:client="http://xmlns.oracle.com/ABCSImpl/EBIZ/Core/SyncItemEBIZProvBPELABCSImpl/V1" xmlns:itemabo="http://www.example.org/SyncItemPublicationInput">
    <import namespace="http://xmlns.oracle.com/EnterpriseServices/Core/Item/V1" location="http://ap6032fems.us.oracle.com:7831/AIAComponents/EnterpriseBusinessServiceLibrary/Core/Item/ItemEBS.wsdl" />
    - <types>
    - <xsd:schema targetNamespace="http://xmlns.oracle.com/ABCSImpl/EBIZ/Core/SyncItemEBIZProvBPELABCSImpl/V1" elementFormDefault="qualified" xmlns:itemabcs="http://xmlns.oracle.com/ABCSImpl/EBIZ/Core/Item/V1" xmlns:itemebo="http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/Item/V1" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:svcdoc="http://xmlns.oracle.com/Services/Documentation/V1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:client="http://xmlns.oracle.com/SyncItemEBIZProvBPELABCSImpl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:itemabo="http://www.example.org/SyncItemPublicationInput">
    <xsd:import namespace="http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/Item/V1" schemaLocation="http://ap6032fems.us.oracle.com:7831/AIAComponents/EnterpriseObjectLibrary/Release1/Core/EBO/Item/ItemEBM.xsd" />
    <xsd:import namespace="http://www.example.org/SyncItemPublicationInput" schemaLocation="http://ap6032fems.us.oracle.com:7831/AIAComponents/ApplicationObjectLibrary/EBiz/ApplicationInterfaces/Item/Schemas/ItemABM.xsd" />
    </xsd:schema>
    </types>
    - <message name="SyncItemResponseMessage">
    <part name="SyncItemPublicationConfirmation" element="itemebo:SyncItemPublicationConfirmationEBM" />
    </message>
    - <message name="SyncItemRequestMessage">
    <part name="SyncItemPublication" element="itemebo:SyncItemPublicationEBM" />
    </message>
    - <message name="SyncItemABMRequestMessage">
    <part name="Item" element="itemabo:item" />
    </message>
    - <message name="SyncItemABMResponseMessage">
    <part name="ItemStatus" element="itemabo:itemStatus" />
    </message>
    - <portType name="SyncItemEBIZProvBPELABCSImplCallback">
    - <operation name="onResult">
    <input message="tns:SyncItemResponseMessage" />
    </operation>
    </portType>
    - <portType name="SyncItemEBIZProvBPELABCSImpl">
    - <operation name="initiate">
    <input message="tns:SyncItemRequestMessage" />
    <output message="tns:SyncItemResponseMessage" />
    </operation>
    </portType>
    - <binding name="SyncItemEBIZProvBPELABCSImplCallbackBinding" type="tns:SyncItemEBIZProvBPELABCSImplCallback">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="onResult">
    <soap:operation style="document" soapAction="onResult" />
    - <input>
    <soap:header message="tns:WSARelatesToHeader" part="RelatesTo" use="literal" encodingStyle="" />
    <soap:body use="literal" />
    </input>
    </operation>
    </binding>
    - <binding name="SyncItemEBIZProvBPELABCSImplBinding" type="tns:SyncItemEBIZProvBPELABCSImpl">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="initiate">
    <soap:operation style="document" soapAction="initiate" />
    - <input>
    <soap:header message="tns:WSARelatesToHeader" part="RelatesTo" use="literal" encodingStyle="" />
    <soap:body use="literal" />
    </input>
    - <output>
    <soap:body use="literal" />
    </output>
    </operation>
    </binding>
    - <service name="SyncItemEBIZProvBPELABCSImplCallbackService">
    - <port name="SyncItemEBIZProvBPELABCSImplCallbackPort" binding="tns:SyncItemEBIZProvBPELABCSImplCallbackBinding">
    <soap:address location="http://set.by.caller" />
    </port>
    </service>
    - <service name="SyncItemEBIZProvBPELABCSImplService">
    - <port name="SyncItemEBIZProvBPELABCSImplPort" binding="tns:SyncItemEBIZProvBPELABCSImplBinding">
    <soap:address location="http://set.by.caller" />
    </port>
    </service>
    - <plnk:partnerLinkType name="SyncItemEBIZProvBPELABCSImpl">
    - <plnk:role name="SyncItemEBIZProvBPELABCSImplProvider">
    <plnk:portType name="tns:SyncItemEBIZProvBPELABCSImpl" />
    </plnk:role>
    - <plnk:role name="SyncItemEBIZProvBPELABCSImplRequester">
    <plnk:portType name="tns:SyncItemEBIZProvBPELABCSImplCallback" />
    </plnk:role>
    </plnk:partnerLinkType>
    - <plnk:partnerLinkType name="ItemEBS_PL">
    - <plnk:role name="ItemEBS_Role">
    <plnk:portType name="itemsvc:ItemEBS" />
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>

  • Win2012R2 error 364 Content file download failed.Reason: The server does not support the necessary HTTP protocol.

    Im running WSUS on Windows 2012 R2. Installed over "Add Roles and Features". Configured, synchronisation works, but can not download any updates.
    System
    Provider
    Name]
    Windows Server Update
    Services
    EventID
    364
    Qualifiers]
    0
    Level
    2
    Task
    2
    Keywords
    0x80000000000000
    TimeCreated
    SystemTime]
    2014-08-27T06:43:36.000000000Z
    EventRecordID
    390
    Channel
    Application
    Computer
    wsus-server.murrcz.local
    Security
    EventData
    Content file download
    failed. Reason: The server does not support the necessary HTTP protocol.
    Background Intelligent Transfer Service (BITS) requires that the server support
    the Range protocol header. Source File:
    /msdownload/update/software/crup/2011/03/windows6.1-kb2506014-x64_8c22199a738b51dbfe78262ca21ba98cf8bdeca2.cab
    Destination File:
    C:\WSUS-updates\WsusContent\A2\8C22199A738B51DBFE78262CA21BA98CF8BDECA2.cab
    The online help not works:
    Content download has failed. BITS service is not starting or is  stopping during downloads.
    Open a command window.
    Type sc config bits start= auto
    Type net stop bits && net start bits
    Type net stop wsusservice && net start wsusservice
    Start WSUS 3.0: Click Start, click Administrative Tools, then click
    Microsoft Windows Server Update Services v3.0.
    Click Synchronization Results.
    In the Action pane, click Synchronize Now.
    Verify
    Look for the corresponding error event.
    Open a command window.
    Type cd <WSUSInstallDir>\Tools
    Type wsusutil checkhealth
    Type eventvwr
    Review the Application log for the most recent events from source Windows Server Update Services and event id 10030.
    The KB922330 not aplicable, ExecuteSQL.exe not present.
    Please help.
    Thanks

    .\SQLCMD.EXE -S \\.\pipe\MICROSOFT##WID\tsql\query -d "SUSDB" -Q "update tbConfigurationC set BitDownloadPriorityForegroud=1"
    This should be considered a temporary fix. It will saturate your Internet connection during periods of WSUS downloads in this configuration.
    The correct and permanent fix should be to resolve the failure of your perimeter device to properly support the HTTP v1.1 protocol specification (which is now some 14 years old).
    Either your device is misconfigured, or it needs a firmware update to support the full specification.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Does Oracle Interconnect support SOAP?

    Hi,
    I want to know that whether Oracle Interconnect support SOAP xml or not?
    If yes, then how will we handle SOAP xml?
    Regards,
    Koushik

    No.

  • OSB can support Real Time Messaging Protocol?

    Hi everyone:
    I have a question, OSB can support Real Time Messaging Protocol (RMTP) to transmit streaming of Audio and Video?
    Thanks in advance

    Knorrar,
    You can pass audio/video streams as binary data to OSB.
    Audio File / Binary / OSB
    Regards,
    Abhinav

  • Any Emulator that supports RTP or RTSP protocol

    Hello Friends
    As far as i know sun wireless toolkit doesnt supports RTP or RTSP protocol
    does any body knows suitable emulators that support execution or code that contains RTP or RTSP protocol......
    or if there exists any patches via which sun wireless toolkit can support it
    Advait

    Hi,
    First of all there is no api for RTP present. So what you can do is record the audio, then convert it to RTP format by adding all the headers and then transmit it, At the reciever you have to rearrange the incoming packets and then play iy back. This is just a procedure and i have no idea hoe effective it is. This is the procedure iam following as even iam building my own RTP stack, so if u have any ideas can share with me. Iam ready to share mine. For audio recording just use the code present at http://developer.sonyericsson.com/site/global/techsupport/tipstrickscode/java/p_new_features_mobilemedia_api_jsr135.jsp
    works fine for stream, but not for file. Tried to debug but was not successful
    One more thing the JSR 135 says that we can play RTSP data just check the API for details. I have not used this format till now. So if you were successful in playing please share your code with me
    All the best
    Khalandar Pasha N
    ([email protected])

  • SOAP Adapter And Protocol issue

    Why and when we use SOAP adapter ? Does Xi uses processed XML messages using SOAP protocol ? I am new to Xi and confused over the issue. Can anyone please explain this to me. Thanks for your time.

    HI KM
    When you want to Send Data to XI from a Webservice and vice versa, your SOAP adapter is used.
    Check these links for reference...
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi
    A SOAP adapter is used in order to post messages to a webservice or provide a web service for receiving messages.
    How To…Use the XI 3.0 SOAP Adapter
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79
    Please follow stefan's weblog
    /people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine
    SOAP adapters are used for communicating with the WEB SERVICE. Web service is a software system designed to support interoperable Machine-to-Machine interaction over a network. Web services are frequently just Web APIs that can be accessed over a network, such as the Internet, and executed on a remote system hosting the requested services. In common usage Web Service refers to clients and servers that communicate using XML messages that follow the SOAP standard. So we communicate the WEB SERVICE using the SOAP adapters.
    This is an example WEB SERVICE which follows the SOAP standards
    http://www.webservicex.com/CurrencyConvertor.asmx?op=ConversionRate
    A scenario using SOAP adapter..
    RFC -> XI -> WebService - A Complete Walkthrough (Part 1) by Shabarish Vijayakumar
    RFC -> XI -> WebService - A Complete Walkthrough (Part 2) by Shabarish Vijayakumar
    SOAP , we will use for Webservices.. for sender and receiver side..also
    one example from Webbrowser to XI to receiver ...system
    another example is we can send it to end point URL..
    Webservice
    http://help.sap.com/saphelp_nw04/helpdata/en/9b/dad1ae3908ee44a5caf57e10918be9/frameset.htm
    /people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1
    /people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi - Invoke Webservices using SAPXI
    /people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken]
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-a651295aeaa9
    Soap adapter?
    Regards
    Abhishek Agrahari

  • Sender SOAP AXIS message protocol

    Hello Experts,
    i am working on SOAP to Proxy scenario, i need to pull XML data from URL using AXIS message protocol.
    i have developed the scenario and in rwb channel show active with out error and its not pulling XML data from URL.
    when i open the URL in browser i can see the XML data?
    wer i came wrong as its not evening showing error, all are active and working but not pulling data.
    Please help.
    regards,
    chinna

    Hi,
    pls use this code.
    * Created on May 16, 2014
    * To change the template for this generated file go to
    * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
    package XXXXX;
    import java.util.HashMap;
    import com.sap.aii.mapping.api.AbstractTrace;
    import com.sap.aii.mapping.api.StreamTransformation;
    import com.sap.aii.mapping.api.StreamTransformationConstants;
    import com.sap.aii.mapping.api.StreamTransformationException;
    import java.io.InputStream;
    import java.io.OutputStream;
    import java.util.*;
    import java.io.*;
    import java.net.*;
    * @author Srinu. Peram
    * To change the template for this generated type comment go to
    * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
    public class XXXXX implements StreamTransformation {
                private Map            param = null;
                private AbstractTrace  trace = null;
                /* (non-Javadoc)
                 * @see com.sap.aii.mapping.api.StreamTransformation#setParameter(java.util.Map)
                public void setParameter(Map param)
                            // TODO Auto-generated method stub
                            this.param = param;
                            if (param == null)
                                        this.param = new HashMap();
                /* (non-Javadoc)
                 * @see com.sap.aii.mapping.api.StreamTransformation#execute(java.io.InputStream, java.io.OutputStream)
                public void execute(InputStream inputstream, OutputStream outputstream)
                            throws StreamTransformationException {
                            // TODO Auto-generated method stub
                                                    try
                                                                trace =(AbstractTrace) param.get(StreamTransformationConstants.MAPPING_TRACE);
                                                                URL url = new URL("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX");
                                                                trace.addInfo("******Srinu PI developer******");
                                                                URLConnection URLconnection = url.openConnection();
                                                                InputStream inputStream = URLconnection.getInputStream();
                                                                int available = inputStream.available();
                                                                trace.addInfo("Input Stream Available => " + available );
                                                                trace.addInfo("Trying to get txt file from URL  => XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ");
                                                                /*BufferedReader in = new BufferedReader(new InputStreamReader(url.openStream()));
                                                                String str;
                                                                while ((str = in.readLine()) != null)
                                                                trace.addInfo("Inside While loop");
                                                                trace.addInfo(str);      
                                                                in.close();*/
                                                    catch (Exception e)
                                                    trace.addInfo("Exception Occured => " + e.getMessage()) ;
                                                    trace.addInfo("Exception Occured => " + e.getStackTrace()) ;
    Regards
    srinivas

  • B2B Support SOAP via SOAP Service and/or HTTP Posting?

    I cannot find any documentation that points to the B2B product and it's support for SOAP. Can someone point me to this documentation if any?
    If someone can answer the quick questions in the subject that would be great as well.

    ebXML standard is typically supported by all available B2B Integration products. Oracle B2B is interoperability certified by Drummond group for ebXML. ebXML offers much richer security framework compared to basic SOAP and it will be a easy change for your partners - they need to configure their B2B to talk ebXML.
    We are also planning on adding generic SOAP support in our next release. Please send me an e-mail and I can keep you posted.
    Also if you need a demo of the product, we can arrange one as well.
    Thanks - Sundar

Maybe you are looking for