Interoperability between Microsoft WSE 2.0 using a SOAP TCP Channel

Hi,
Does Oracle SOA Suite support soap/tcp web services? We have a need to be able to call a web services end point from a Microsoft client using soap/tcp. Is that supported?
Thanks.

TCP Web Services are not included out of the box in the App Server implementation. However you can write a WSIF provider that sends and receive message using TCP as a transport. Oracle App Server completely supports WSIF

Similar Messages

  • Using the SOAP inbound channel of the Integration Engine

    Hi,
    I am following the blog of Stefan Grube.
    /people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine
    However I have difficulties.
    Is this blog still relevant for SAP PI7.10?
    I have set this up as a test for a scenario I have.
    Current Scenario NOT using your Blog and working perfectly.
    SandBox PI       Development PI
    File > SOAP  >   SOAP > ABAP Proxy
    What I am attempting now is.
    SandBox PI      Development PI
    File > SOAP  >  Integration Engine > ABAP Proxy
    I am using our SAP PI Sandbox to push a SOAP message using a Receiver SOAP adapter channel.
    Transport Protocol: u201CHTTPu201D
    Message Protocol: u201CSOAPu201D
    Conversion Parameters:      u201CDo not Use SOAP Envelopeu201D
    Target URL: u201Chttp://<Integratio Server Host Development PI>:<Port>/sap/xi/engine?type=entry&version=3.0&Sender.Service=FigmentD&Interface=urn:figment-co-za:fleetcard:efuel_50ppm^oa_Msg50ppm&QualityOfService=ExactlyOnce&sap-user=<PIAPPLUSER>&sap-password=<PASSWORD>u201D
    SOAP Action: u201Chttp://sap.com/xi/WebService/soap1.1u201D
    I am however getting the following error on the SandBox Pi AE.
    u201CSOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 302 MOVED TEMPORARILYu201D
    Please can you assist in this matter.
    Regards
    Willie Hugo

    Hi williem,
    Stefans weblog works great. The error you are getting is some wrong data you are sending. Please verify the data you are sending is correct. Also check this threads for the same errror:
    ADAPTER.HTTP_EXCEPTION / HTTP 302 Moved Temporarily
    Re: SOAP client receives HTTP 302 Found
    Re: Synchronous RFC-XI-Web Service with no request method
    HTTP Error (302) Found when calling Web Service on XI
    Regards,
    ---Satish

  • How to re-use one SOAP Sender Channel for two different messages?

    Hi!
    I have an XI Proxy to SOAP Sync Scenario. 5 messages uses only 2 channels - cc_XI_Sender and cc_SOAP_Receiver. All messages comes from one Sender Channel and goes to one Receiver channel, and it works fine.
    When I make the same for SOAP to XI Proxy Sync Scenario, I've got a problem. For example I have 2 different messages (mi_so_MSG_ONE and mi_so_MSG_TWO), so it works, if I had a two different sender channels (cc_SOAP_R1 and cc_SOAP_R2).
    If I set the same Sender Channel in both Sender Agreements (cc_SOAP_R1), only one message (mi_so_MSG_ONE) goes without errors. When I send a second message (mi_so_MSG_TWO), in SXMB_MONI this message comes from Business System (BS_TEST) as message type one (mi_so_MSG_ONE), and then in stage of transformation in Interface Determination goes to message mapping program for other kind of messages (MM_MSG_ONE_to_XI_PROXY). And then - error in message mapping.
    I try many URLs for both messages:
    1) http://host:port/XISOAPAdapter/MessageServlet?channel=:BS_TEST:cc_SOAP_R1&version=3.0&Sender.Service=&Interface=
    2) http://host:port/XISOAPAdapter/MessageServlet?channel=:BS_TEST:cc_SOAP_R1&version=3.0&Sender.Service=BS_TEST&Interface=*
    3) http://host:port/XISOAPAdapter/MessageServlet?channel=:BS_TEST:cc_SOAP_R1&version=3.0&Sender.Service=BS_TEST&Interface=...MyNameSpace...mi_so_MSG_TWO
    Message in payload:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <!--  Inbound Message   -->
    <MSG_TWO xmlns="urn:xxx:yyy:MyNameSpace" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">... some fields... </MSG_TWO>
    But in SOAP Header I see that is NOT second message!
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    < !--  Inbound Message   -->
    <SAP:Main>
      <SAP:MessageClass>ApplicationMessage</SAP:MessageClass>
      <SAP:ProcessingMode>synchronous</SAP:ProcessingMode>
      <SAP:MessageId>93233F70-3E2F-11DF-8CD3-00237D301CD6</SAP:MessageId>
      <SAP:TimeSent>2010-04-02T08:13:09Z</SAP:TimeSent>
      <SAP:Sender>
        <SAP:Service>BS_TEST</SAP:Service>
        <SAP:Interface namespace="urn:xxx:yyy:MyNameSpace">mi_so_MSG_ONE</SAP:Interface>
      </SAP:Sender>
      <SAP:Interface namespace="urn:xxx:yyy:MyNameSpace">mi_so_MSG_ONE</SAP:Interface>
      </SAP:Main>
    Is it correct that many kinds of messages cannot goes through one Sender Channel ? If not... How can I reuse one SOAP Sender Channel for both this messages?
    Thanks for helping.

    Thanks for answers!
    It means a webservice application will be deployed and exposed in PI using the associated Message Interface and its namespace information in the SOAP Sender channel.
    It means only one Sender Channel per one pair of names (name of Message Interface and name of namespace). And it will fail if I change something. And question is: why URL for sending SOAP message contains parameter "Interface"?
    "backward compatibility" or "for future use only"?
    Nothing happens when I change this parameter, seems that name of Interface comes from first of founded Sender Agreements.
    If the structures are the same
    No. Structures are different.
    Making one structure per all SOAP incoming messages looks workable, but... looks strange (in fact I have a lot of SOAP messages, more than 100 Sender channels).
    I found an information, that I can use one Sender channel per many messages with different structures only if I make this messages like different Operations in one Service Interface (in PI 7.1).
    But in this case in list of messages in SXMB_MONI I will see only a one name of Service Interface for all my messages and it's not so comfortably for supporting: to take a name of operation that fails I need to goes inside.
    In older version of XI (prior 7.1) using one sender channel per many messages allowed without any hints.

  • Error Re-using Sender SOAP Channel

    Hi,
    I have a requirement to send multiple messages to PI using same SOAP Sender Channel; I referred to help.sap.com and found that there is no restriction in re-using a SOAP Sender Channel.
    However when I sent a message using SAP SOAP client, namespace for soap envelope got added which is failing the messages in PI.
    Correct message:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <ConsumerData>
      <UserId>12345</UserId>
      <AccountData>9561234</AccountData>
    </ConsumerData>
    Incorrect message (in SXMB_MONI):
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <ConsumerData xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <UserId>12345</UserId>
      <AccountData>9561234</AccountData>
    </ConsumerData>
    1) How to avoid getting the URL (xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/") in the message?
    2) Is it really possible to re-use the SOAP Sender Channel to get different types of messages (from same sender party & service)?
    I did make use of Do Not Use SOAP Envelope in the channel and &nosoap=true in URL; but no luck.
    Please help. I need to get this approach working
    Thanks
    Pankaj

    >>1) Use one Sender channel per source system; so less number of objects.
    Yes, you can reuse one sender channel for many WSDL scenarios.
    >>2) to keep the PI URL common for one source system; PI URL dependent only on Sender Party, Sender Service and Sender Channel, no mention of Sender Interface Name in the URL I am using the format http://host:port /XISOAPAdapter/MessageServlet?channel=p:s:c (Note - 856597).
    I hope I can achieve the requirement in point 2 without any issue.
    This is not possible.  WSDL URL will be different for every interface.  Because it is also specific to sender interface and sender interface namespace.  When you create you have to specify these variables too.
    Example:
    http://host:port/XISOAPAdapter/MessageServlet?channel=:BC_TEST:CC_SOAPCHANNEL&interface=SI_TEST&interfaceNamespace=http://test/TRI_DatabaseLookup
    When you create initially you input only first
    http://host:port /XISOAPAdapter/MessageServlet?channel=p:s:c
    and subsequent screen you will need to input sender service interface and interface namespace.
    Hope that helps.

  • "Microsoft WSE v3.0 is being installed"

    Hi,
    During the UPK installation, I am getting this information before the installation is complete “Microsoft WSE v3.0 is being installed”. This message is continuously displayed for more than an hour and I had to terminate it.
    Please advise if “Microsoft WSE v3.0 is being installed” is part of UPK installation and should I wait till it is installed completely.
    Thanks
    Regards,
    Roopesh

    Hi Roopesh,
    Yes this is a third party application that is needed by UPK, although is it weird that it will take about an hour to install. If you want you can install all the third party applications before running the setup.exe for UPK this will ensure that you have all the required third party apps to be installed in your machine. You can find it in the folder called "Third Party Files", the following are required:
    1) Microsoft .NET Framework 3.5 SP1 (resides in the DOTNET folder)
    2) Microsoft VC++ 2008 (resides in the MS_Visual_C++_2008_Redist)
    3) Microsoft MSXML 4.0 (resides in the MSXML_4.0)
    4) Microsoft Primary Interoperability Assemblies 2005 (resides in Primary_Interoperability_Assemblies_2005)
    5) Microsoft Web Services Enhancements (resides in Web_Services_Enhancements)
    The information I provided above assumes that you are using the 3.6.1 version of UPK if you are using an older version 3.5.x you will need to open another folder called UPKTools and from there you can find the "Third Party Files" folder.
    I hope this helps,
    Ray

  • Is there a difference between microsoft office for mac and for windows?

    As a college student it's important that everything is equal for windows and mac for using instructions. So i am wondering if theres a difference between microsoft office for mac and for windows?

    There are differences between the two version of Office. If you need to be exactly like the Windows version, you will have to run Windows on your Mac.
    Allan

  • Differance between microsoft sql 7 server and oracle 8

    can anybody give me the exact technical differances between microsoft 7 server and
    oracle8 server ?

    hi,
    below i listed few differences known to me.
    Oracle is a multiplatform rdbms whereas sqlserver is restricted to NT server workstations.
    Oracle does not include the concept of master db. All db runs independently, with their own data files,mem management, and control.
    Sql server has much larger set of fundamental data types than oracle.
    Oracle uses row-level locking whereas sqlserver uses page level locking.
    Oracle is more mature product. It should be used for high throughput and availability and reliable backup and recovery.
    hope it will give u some idea.
    regards,
    arun.

  • JMS Interoperability between vendors

    Hi,
    I have been tasked with providing a number or proposals for connecting our enterprise to a number of external partners via a queueing mechanism. i.e. a B2B hub.
    I am pretty familiar with JMS, but concerns have been voiced over the interoperability between vendors; something I have no direct experience of.
    For example as part of my proposal I may suggest that we send out messages to JMS servers hosted on the partners sites. These partners use a variety of technologies including WebMethods, BizTalk, IBM etc. which we can assume all support JMS (including IBM MQ as I have been told).
    Has anyone ever come across interoperability issues with regards to JMS? If I send out JMS messages from one vendor will they be seamlessly received by the target vendors JMS server?
    Any shared experience would be appreciated.

    Hi Joe,
    Thanks for your response. The thing is that this refers to SOAP over JMS, i.e. JMS is the underlying transport protocol not SOAP which brings me back to the original problem interoperability of JMS vendors.
    In fact the specification (taken from your first link) states:
    "It does NOT provide any mechanism for interoperation between two different JMS providers. In the example above, VendorA and VendorB are different providers of a Web services infrastructure, but the customer must still use a single implementation of JMS at both client and service side."
    However your input has highlighted something I was unaware of; that is that there are also interoperability issues within SOAP between different vendors. This is dissapointing; I assumed that SOAP worked without any interoperablity issues whatsover.

  • Every time I restart my computer, I have to log in to Microsoft Office 365 to use applications

    After starting my computer, I have to sign into Microsoft 365 or enter a product key to open up Word documents, Excel sheets or Powerpoint. This is problematic because I don't always have internet wherever I go and thus, don't have access to Office. Help!

    Hi
    According to your description, you want to work offline with Office 365.
    Internet access is required to install and activate all Office 365 plans and to manage your subscription account. Internet connectivity is also required to access Office 365 cloud productivity services, including email, conferencing, IT management, and other
    services.
    Many Office 365 plans also include the desktop version of Office, for example, Office 365 Small Business Premium and Office 365 Enterprise E3. One of the benefits of having the desktop version of Office applications is that you can work offline and have
    the confidence that the next time you connect to the Internet all your work will automatically sync, so you never have to worry about your documents being up to date. Your desktop version of Office is also automatically kept up to date and upgraded when you
    connect to the Internet, so you always have the latest tools to help you work.
    Compare Office 365 plans.
    Office365 supports offline working in a number of ways.
    SharePoint Online – Use SharePoint Workspace to synchronise Documents between your local PC and your SharePoint Online Site allowing offline working.
    Use Microsoft Office Professional Plus – Subscribe and receive you can install the full install of the Microsoft Office Suite to use on your computer (and up to 4 others which you use) – this includes Word, Excel, PowerPoint, Outlook, Onenote, Access, Lync,
    SharePoint Workspace & Infopath.
    Tylor Wang
    TechNet Community Support

  • HT204380 Can you FaceTime between 2 iPads that are using the same apple ID but separate emails?

    Can you FaceTime between 2 iPads that are using the same apple ID but separate emails?

    Yes......I do so all the time.

  • Transfer the Pur Order Info through BAPI's between SAP R/3 Systems Using XI

    How to Create a Purchase Order for the Vendor and transfer this data through BAPI's between SAP R/3 Systems Using "Exchange Infrastructure(XI)".
    Please kindly let me know the procedure for creating BAPI's and how to transfer this information between SAP R/3 systems. Please kindly mention the NAVIGATION for this scenario.

    Hi Revathi,
    If you want to do an IDOC to IDOC scenario, then the Points to be noted are:
    1. You don’t need a DT, MT or a message interface for the IDOC as it itself acts as the Message Interface.
    2. You import the IDOC and use the same in your mapping.
    3. You do not need a sender IDOC adapter, and no sender agreement, but a receiver IDOC adapter and a receiver agreement is needed.
    IDOC -> File scenario ref:
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    File -> IDOC ->
    /people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping
    (It concentrates on XSLT mapping but also gives an idea about the configuration part. Do go thru that, it might help you.)
    Apart from this if you need any info on how to configure your ALE, partnet profile,etc  drop me a mail, I have excellent tutors that can help you in the same.
    Regards,
    Bhavesh

  • How do i tell what version of Microsoft Office am i using on my mac

    how do i tell what version of Microsoft Office am i using on my mac

    You can open any piece in Office, such as Word, click on About Word, and it will say Office 2011 (or whatever) for Mac.

  • Difference between drill down and filter using navigation attributes?

    hi all,
    can anyone let me know the difference between filter and drilldown options using navigational attributes. pls explain with examples for filter and drill down and how it varies.
    thanxs
    haritha

    Jst to add up with an example :
    Say you have a cost center variance analysis report with cost elements in the filter. ( not present in the default report result )
    Filter - You can right click on a particular cost center & say " Keep Filter Value " - it will result in only showing that cost center & you can wish to select other filter value doing " Select Filter Value ".
    Drill Down - If u wish to see the cost elements associated with cost centers you can right click on Cost Center & do " Drill Down To - Cost Element " or Drill Across.

  • How to Connect Microsoft SQL 2000 database using JDBC

    Hi all..
    I want to connect Microsoft SQL 2000 database using JDBC. I want from initial steps also. (about JDBC driver & its installation)
    Thankz

    Just checkout the SQL Server JDBC Driver Documentation at the manfacturer's site: http://msdn2.microsoft.com/en-us/data/aa937724.aspx

  • Can we have the interface between microsoft excel and adobe illustrator

    Can we have the interface between microsoft excel and adobe illustrator?

    Feature Request/Bug Report Form
    That aside, have you actually already explored variables or the graph tools?
    Mylenium

Maybe you are looking for

  • Missing characteristics value in table AUSP

    Hi all, In the classification of equipment master, the characteristics value of a new class could be shown but the value cannot be found in the table AUSP. (it's been ensured that the object no. input is correct) Where is the value stored? or is ther

  • Configuration wizard not working

    Hi All, I could install the WL Server 7.0.2 on Solaris 8 successfuly using the typical installation. But when i try to configure it, create a domain and add Admin and Managed Servers, it doesnt create my managed server and keeps looping. Here is what

  • [Solved]Wine Swtor error

    hi, try to get swtor running with wine 1.5.10. everytime i get this error: dbghelp:elf_search_auxv can't find symbol in module i try: wine-swtor paket from aur : swtor start and hang with the error. abs wine with patch : same error. it make no differ

  • Necessary to have internet to execute Web Reports?

    Hi, I'm new to WAD -at learning stage Is it necessay to have web / Internet  connection to view or execute Web reports? 'Coz On executing webreport i'm getting error :"Operation Could  not be performed due  to portal comunication  error" Thanq

  • First page prints fine but subsequent pages expand beyond page border

    When I print a web page or selection that extends beyond one page, the first page prints fine, but the type size on subsequent pages is expanded so that the content extends beyond the right edge of the page. This never happened before I upgraded to F