SOAP Connection

I tried to establish a SOAP connection using the SOAP connection tutorial and got the same connection problems posted by others on this forum - i.e.
Testing connection...
[SOAPException: faultCode=SOAP-ENV:IOException; msg=Connection refused: connect; targetException=java.net.ConnectException: Connection refused: connect]
void org.apache.soap.SOAPException.<init>(java.lang.String, java.lang.String, java.lang.Throwable)
void oracle.soap.transport.http.OracleSOAPHTTPConnection.send(java.net.URL, java.lang.String, java.util.Hashtable, org.apache.soap.Envelope, org.apache.soap.encoding.SOAPMappingRegistry, org.apache.soap.rpc.SOAPContext)
org.apache.soap.rpc.Response org.apache.soap.rpc.Call.invoke(java.net.URL, java.lang.String)
org.apache.soap.rpc.Response oracle.jdevimpl.webservices.util.JDevServiceManager.invokeMethod(java.lang.String, org.apache.soap.rpc.Parameter)
java.lang.String[] oracle.jdevimpl.webservices.util.JDevServiceManager.list()
void oracle.jdevimpl.webservices.wizard.connection.TestConnectionPanel$2.run()
Unable to connect to SOAPServerConnection1 (http://127.0.0.1/soap/servlet/soaprouter) Connection test failed: unable to connect.
I have tried the connection using localhost,127.0.0.1, my host name (both name and net id, with the port as 8888 and 8988, and all combinations of these hosts/ports in both Netscape and IE. I have unchecked proxy server in both places suggested by other posts on this forum, and I did not put a user name or password in the SOAP connection wizard (although I did try it with the admin PW entered once). I also tried putting a ? mark in at the end of the URL (suggested by one of the SOAP Connection Problem answers).
I then changed the port number in default-web-site.xml from 0 to 8888, reinstalled the OC4J server, restarted it, and this didn't work, in any of the URL variations mentioned above.
Any ideas on how to make this connection work would be much appreciated.

Hi, I'm new on the topic :(
I want to use the native SOAP implementation that is in 9iAS release 2, do I have to set something or make a 9iAS post-installation task for get it?, maybe installing a patch?
If I want to use the 9iAS native SOAP, do I have to deploy the soap servlet explicitily?, and if I don't, what is the SOAP Servlet URL that I have to write on the SOAP Server Connection Wizard of Jdeveloper 9.0.3? I've tryied with the Apache SOAP (deploying the soap servlet) and then I've tryied with the soap servlet page with success (http://<ip>:<port>/soap/servlet/soaprouter), but when I try to create a SOAP connection from JDeveloper on this installation, the Test Connection fails too. The message that is displayed:
"Testing connection...
Not using Proxy Server (my comment: that's true, because I have the DB and the 9iAS installation on the JDeveloper cliente machine)
java.lang.Exception
org.apache.soap.rpc.Response oracle.jdevimpl.webservices.util.JDevServiceManager.invokeMethod...
JDevServiceManager.java:255
Unable to connect to SOAPServerConnection1 (http://<ip>:<port>/soap/servlet/soaprouter)
Connection test failed: unable to connect.
I've a similar problem, have I?
Could anybody give me an advice?
Thanks a lot in advance.
Pablo Ibarra.

Similar Messages

  • SOAP.connect in RE-enabled Reader doesnt work

    Hi,
    I created a form with Designer 7, connecting to a webservice via script, based on serveral samples found in this forum:
    var service = SOAP.connect(cWSURL);
    This works perfect in Acrobat 7.
    It is saved as dynamic pdf.
    When I right-enable this pdf with ARES 6,
    shouldn't it work in Reader too?
    I get a "NotAllowedError" when calling SOAP.connect...
    Making a dataconnection to WSDL on the same form works,
    but I need more control, because I have to call several webservice-functions with multiple parameters.
    please help
    thanx
    bernd

    thank you for your fast reply!
    this was my first thougt (hope) too,
    so I have ARES 6 and ARES 7 now,
    running into new problems:
    I am not able to extend a Document created with Designer 7 German with ARES 7, but this is already a different post:
    bernd amm, "Can't extend Document created with Designer 7 (German)" #, 3 Feb 2006 5:58 am
    But now I know that I am on the right way...
    Thank you again

  • Strange behaviour in SOAP connection mode

    Hello,
    I created a custom worklist app using SOAP connetion mode and I experiencing strange behaviour using it.
    Sometimes it works and sometimes not. The only difference beetwen the two working config is nearly nothing. Just server restart are performed to make it work or not. No config files or applications deployement are done between two restart.
    So It's lotery to get it work.
    When it doesn't work, I have the following error messaging (see below)
    Does anyone have a clue to get it work each time ?
    Regards.
    ORABPEL-30509
    Error in invoking task query service.
    A client side error occured in invoking the task query service.
    Please check the exception error stack to identify the error. Contact oracle support if error is not fixable.
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:183)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.authenticate(TaskQueryServiceSOAPClient.java:200)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:93)
         at eu.eca.itt.eworkflow2.controller.action.TaskListAction.process(Unknown Source)
         at eu.eca.itt.eworkflow2.controller.action.TaskListAction.execute(Unknown Source)
         at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)
         at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)
         at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)
         at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:190)
         at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:304)
         at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:190)
         at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.xml.soap.SOAPException: Unable to create SOAP connection factory: Provider com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnectionFactory not found
         at javax.xml.soap.SOAPConnectionFactory.newInstance(SOAPConnectionFactory.java:32)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:131)
         ... 29 more

    I also tried to change connection setting with
    System.setProperty("javax.xml.soap.SOAPFactory", "com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl");
    System.setProperty("javax.xml.soap.SOAPConnectionFactory", "com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnectionFactory");
    I get it work for ....... a day (or a restart I suppose) reverting back to initial settings to make it work again.
    Does It mean SOAPConnectionFactories gets corrupted upon restart once I used them ?
    Is a Service Request a good idea ?
    Regards.

  • SOAP Connections

    Guys,
    I have an ODS that is getting data from non-SAP system.  I need to know the sequence and how to transport this whole thing.  I know how to transport an ODS but what about SOAP connections?
    Thanks,
    RG

    Hi Ram,
    SOAP is used to extract data from XML , and UD Connect ( which means Universal Data Connect ) with this you can extract any data from the relational ( tables ) or Multidimentional ( OLAP ) Sources, for this we need to have JDBC Drivers on the SAP Netweaver J2EE Engine Application Server.
    Using SOAP you can send data to BW using push mechanism. There are 3 scenarios for this like
    1.Transferring Data Using the SOAP Service SAP Web AS
    2.Transferring Data Using Web Service
    3.Transferring Data Using SAP XI
    In all three scenarios, data transfer takes place via transfer mechanisms that are sufficient for Simple Object Access Protocol (SOAP) and are XML based.
    Here are the steps to create a SOAP DataSource:
    1) Create an InfoSource
    2) Create a Flat file datasource containing the fields you need in your SOAP datasource.
    3) Activate both the InfoSource and the flat file datasource
    4) When you are still in the DataSource configuration screen, follow the menu path Extras->Create BW DataSource with SOAP Connection. This will create a new DataSource with the same fields as your flatfile datasource. The new datasource will have the name 6a<file-datasource>.
    You can find more details in the online help:
    http://help.sap.com/saphelp_nw04/helpdata/en/fd/8012403dbedd5fe10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/fe/65d03b3f34d172e10000000a11402f/frameset.htm
    Note that every time you change/add fields you need to first edit the flat file datasource and then re-generate the SOAP datasource.
    UD Connect enables reporting and analysis of both SAP and non-SAP data.Using UD Connect, you can access just about all relational and multi-dimensional data sources. UD Connect transfers the data as flat data. Multi-dimensional data is converted to a flat format when UD Connect is used.
    Hope this Helps.
    Regards,
    Umashankar

  • SOAP: Connection refused: Issue

    Hi Guru's ,
    We are facing trouble in executing outbound scenarios using SOAP channel.
    All the messages are getting processed fine in SXMB_MONI but in comm channel monitoring we are getting below mention message
    "Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Connection refused: connect: java.net.ConnectException: Connection refused: connect"
    "SOAP: call failed: java.net.ConnectException: Connection refused: connect"
    Inbound is working fine for this scenario its just for outbound its not working.
    This issue is for all the outbound interfaces using SOAP Communication Channel.
    This is issue is in our new production server having clusters (2 nodes).
    The same interface works fine in QA and Dev.
    Any idea's what could be the issue.
    Cheers !
    PI Rocker

    Hi Volker,
    We were using this option because we were facing issues in SOAP reciver system while reciving messages in QA and Dev .
    But just to give a try I removed the tick from "Do Not use SOAP Envelope".
    Now I am getting below message in Communication Channel.
    "Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: invalid content type for SOAP: TEXT/HTML; HTTP 415 Unsupported Media Type: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 415 Unsupported Media Type
    SOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 415 Unsupported Media Type "
    Any clues ?

  • SOAP 'Connection refused' in java

    I am using the code attached to Log onto the SOAP Actuate reporting server using HttpURLConnection in Java. I get "java.net.ConnectException: Connection refused" while calling connection.getInputStream(); PLease note I do not get error while openConnection() but get it while getting the InputStream.
    URL u = new URL("http://devserver:8000//soap/servlet/acweb");
                   System.out.println("Opening connection...");
    URLConnection uc = u.openConnection();
                   System.out.println("Opening connection Done...");
    HttpURLConnection connection = (HttpURLConnection) uc;
    connection.setDoOutput(true);
    connection.setDoInput(true);
    connection.setRequestMethod("POST");
    connection.setRequestProperty("Connection", "Keep-Alive");
    connection.setRequestProperty("Content-Type", "text/xml;charset-'utf-8'");
    connection.setRequestProperty("SOAPAction", "");
    Writer wout = new OutputStreamWriter(connection.getOutputStream());
    System.out.println("connection.getOutputStream...");
    wout.write("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n");
    wout.write("<SOAP-ENV:Envelope xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"");
    wout.write("xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"");
    wout.write("xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">");
    wout.write("<SOAP-ENV:Body>");
    wout.write("<SOAP-ACTU:Login xmlns:SOAP-ACTU=\"http://schemas.actuate.com/actuate6\">");
    wout.write("<User>testuser</User>");
    wout.write("<Password>tsetpwd</Password>");
    wout.write("<Domain>HQ</Domain>");
    wout.write("<UserSettings>true</UserSettings>");
    wout.write("</SOAP-ACTU:Login>");
    wout.write(" </SOAP-ENV:Body>");
    wout.write("</SOAP-ENV:Envelope>");
    wout.flush();
    wout.close();
    System.out.println("Wout.close...");
    InputStream in = connection.getInputStream();
    System.out.println("connection.ger Input Stream...");
    int c;
    while ((c = in.read()) != -1) System.out.print(c);
    in.close();
    System.out.println("Input Stream closed...");
    catch (IOException e)
    System.out.println("IO EXception : "+e);
    catch (Exception ee)
    System.out.println("EXception : "+ee);

    "Connection refused" generally means there is no server listening at the port you tried to connect to.

  • Soap connectivity to third interfaces

    Hi,
    I am connecting to a third party interfaces through java code, i am doing it by using java SOAP.
    I am in intranet and internet environment,
    so i am setting the proxy and again reseting it after getting the response from the site.
    I am passing a message(i.e, xml data) and String url(i.e the site to which i want to connect) as parameter
    It,
    SOAPConnectionFactory factory = SOAPConnectionFactory.newInstance();
    SOAPConnection con = factory.createConnection();
    request = createMessage(pMessage);
    System.setProperty("http.proxySet", "true");
    System.setProperty("http.proxyHost", "123.123.12.12");
    System.setProperty("http.proxyPort", "8081");
    System.setProperty("http.proxyUser", "myloginid");
    System.setProperty("http.proxyPassword", "mypassword");
    //At this site the system throw error
    soapResponse = con.call(request, MYURI);
    I am getting following errors
    java.net.ConnectException: Operation timed out: connect
    java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed
    Can anybody help?

    Nope. Your network administrator is the one to help you.

  • Establish HTTP SOAP Connection

    Hi,
    How do I configure to access http connection so that file can be retrieve dynamically?
    Eg: Remotely I have Xml application, with some services (length conversion, space conversion, weight conversion etc etc).
    Total number of services must be retrieve to create GUI using swing - 3 services in this case = 3 button and labelled as length conversion, space conversion, weight conversion?
    How can I do that ? Anyone interested to provide some guide ?
    Regards & God Bless, Edison

    Dear Samta,
    Please note that the ADSUser has to be assigned to the ADSCaller role.
    Please start the visual administrator and go to:
    Security Provider >> com.adobe/AdobeDocumentServices*AdobeDocumentServicesAssembly.jar >> Tab Security Roles
    The ADSUser has to be mapped to the ADSCaller security role.
    Also note that "ADSCaller" is case sensitive.
    Also did you configured the communication between ADS and Web Dynpro to use SOAP only?
    Use Visual Administrator to maintain propertysheet default:
    go to Server -> Services -> Configuration Adapter -> webdynpro -> sap.com -> tcwddispwda
    Please edit the entry "sap.ADSCallingMode", change that value from "http" to "soap", save the changes and restart the cluster.
    Also review the documentation at the following link:
    http://help.sap.com/saphelp_nw70/helpdata/en/fa/0b700d6cfd4e03a8ec2186ba6ff4af/frameset.htm
    Regards,
    Abhishek

  • Connecting with database using setproperty over SOAP connection

    The following method connects to a MySQL database.
    public void setDBDriverName(String in)
         dbDriverName = in;
    public void setDBConnection(String in)
         dbConnection = in;
    public void connectToMySQLDatabase() throws SQLException
         if(dbCon == null)
                 try
                    Class.forName(dbDriverName);     // SQL driver
                    dbCon = DriverManager.getConnection(dbConnection);           // JDBC url
                    s = dbCon.createStatement();
                       catch (Exception e)
                    System.out.println("Could not connect to database using " + dbConnection + " at " + dbDriverName + " : " + e.getMessage());
         else
                System.out.println("Could not connect to databse : Already connected");
    }The method is part of a webservice, in which I use setproperties to set the database connection because the webservice must work with different types of databases like Oracle and MySQL.
    <jsp:useBean id="ContactHistorieClassid" scope="request" class="proxy.soap.ContactHistorieClassProxy" />
         <jsp:setProperty name="ContactHistorieClassid" property="DBConnection" value="org.gjt.mm.mysql.Driver" />
         <jsp:setProperty name="ContactHistorieClassid" property="DBDriverName" value="jdbc:mysql://localhost/contacthistorie" />
         <jsp:setProperty name="ContactHistorieClassid" property="clientID" value="1" />
    <%
         ContactHistorieClassid.connectToMySQLDatabase();
    %>What am I doing wrong here?

    Forgot what happens, sorry. After trying to use the ContactHistorieClassid.connectToMySQLDatabase() method, my server console tells me that it cannot connect to the database, even though it returns the values as they were set in the setproperty.
    When I manually enter the values like this...
    Class.forName("org.gjt.mm.mysql.Driver");     // SQL driver                
    dbCon = DriverManager.getConnection("jdbc:mysql://localhost/contacthistorie"); .. it works properly. So the setproperties are executed as the should be.

  • OVM 3.2  - SOAP Connect

    I have installed the environment OVM 3.2. I'm trying to connect to php soapclient to OVM web service.
    Does anyone have a similar experience?

    Hello,
    I have Web Services from OVM 3.2:
    Endpoint     Information
    Service Name:     {http://ws.mgr.ovm.oracle.com/}OvmApi
    Port Name:     {http://ws.mgr.ovm.oracle.com/}OvmApiPort
    Address:     https://192.168.0.10:7002/ovm/core/wsapi/soap
    WSDL:          https://192.168.0.10:7002/ovm/core/wsapi/soap?wsdl
    I'm trying to connect to web service with PHP:
    $client = new SoapClient(
         null,
         array(
         'location' => "https://192.168.0.10:7002/ovm/core/wsapi/soap?wsdl",
         'uri' => "https://192.168.0.10:7002/ovm/core/wsapi/soap",
         'soap_version' => SOAP_1_2,
         'proxy_host' => 'proxy.com',
              'proxy_port' => '8080',
              'trace' => 1,
              'exceptions' => 1,
              'cache_wsdl' => WSDL_CACHE_NONE,
    But I can`t connect. Has anyone tried to connect into the webservice with PHP ?

  • Getting Exception while getting SOAP connection

    When I execute the below codes
    import javax.xml.soap.*;
    import javax.xml.*;
    import java.io.*;
    import java.net.*;
    public class Main {
    public static void main(String[] args) {
    // TODO code application logic here
    String uddiServer = "http://uddi.ibm.com/beta/inquiryapi";
    try {
    SOAPConnectionFactory scf =
    SOAPConnectionFactory.newInstance();
    SOAPConnection connection = scf.createConnection();
    MessageFactory msgFactory = MessageFactory.newInstance();
    SOAPMessage msg = msgFactory.createMessage();
    SOAPEnvelope envelope = msg.getSOAPPart().getEnvelope();
    SOAPBody body = envelope.getBody();
    body.addChildElement(
    envelope.createName("find_service", "",
    "urn:uddi-org:api_v2"))
    .addAttribute(envelope.createName("generic"), "2.0")
    .addAttribute(envelope.createName("maxRows"), "100")
    .addChildElement(envelope.createName("name"))
    .addTextNode("Federal Government Service");
    URL endpoint = new URL(uddiServer);
    msg.saveChanges();
    System.out.println("\n---- Request Message ----\n");
    msg.writeTo(System.out);
    SOAPMessage reply = connection.call(msg, endpoint);
    System.out.println("\n\nReceived reply from: "+endpoint);
    System.out.println("\n---- Reply Message ----\n");
    reply.writeTo(System.out);
    System.out.println();
    connection.close();
    } catch (Exception ex) {
    ex.printStackTrace();
    }When executing the above codes I am getting following exceptions
    - java.io.IOException:
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    faultSubcode:
    faultString: java.lang.ClassCastException: org.apache.axis.message.MessageElement
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}stackTrace: java.lang.ClassCastException: org.apache.axis.message.MessageElement
    at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:173)
    at org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:509)
    at org.apache.axis.message.MessageElement.output(MessageElement.java:783)
    at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:270)
    at org.apache.axis.Message.writeTo(Message.java:440)
    at soap_call.Main.main(Main.java:41)
    java.lang.ClassCastException: org.apache.axis.message.MessageElement
    at org.apache.axis.AxisFault.makeFault(AxisFault.java:129)
    at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:272)
    at org.apache.axis.Message.writeTo(Message.java:440)
    at soap_call.Main.main(Main.java:41)
    Caused by: java.lang.ClassCastException: org.apache.axis.message.MessageElement
    at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:173)
    at org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:509)
    at org.apache.axis.message.MessageElement.output(MessageElement.java:783)
    at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:270)
    ... 2 more
    - Configuration file read-only so engine configuration changes will not be saved.
    javax.xml.soap.SOAPException: Error invoking operation:
    java.lang.ClassCastException: org.apache.axis.message.MessageElement
    at org.apache.axis.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:110)
    at soap_call.Main.main(Main.java:42)
    Caused by: Error invoking operation:
    java.lang.ClassCastException: org.apache.axis.message.MessageElement
    at org.apache.axis.client.Call.invoke(Call.java:1768)
    at org.apache.axis.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:105)
    ... 1 moreCan any one help me solve this exception?

    crazyideas wrote:Did you try googling for it? Next time please try looking for it before you ask. It shows that you do not put in any effort.
    [https://jax-rpc.dev.java.net/]
    Follow the instructions after you download the binaries.Hi, thanks for your help. After using the new version of jar files I could compile & run without any problems.Can you please tell me? how you have found that the version was the only problem in the above code?

  • SOAP Connection Issue

    Hi. I've got some code which sends a SOAP message to a server. However i keep getting the following error -
    java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Error during saving a multipart message
    It happens when i use the SOAPConnection call method. - call(message, endpoint)
    What am i doing wrong?
    Thanks

    Hi Volker,
    We were using this option because we were facing issues in SOAP reciver system while reciving messages in QA and Dev .
    But just to give a try I removed the tick from "Do Not use SOAP Envelope".
    Now I am getting below message in Communication Channel.
    "Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: invalid content type for SOAP: TEXT/HTML; HTTP 415 Unsupported Media Type: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 415 Unsupported Media Type
    SOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 415 Unsupported Media Type "
    Any clues ?

  • Trouble with Oracle Soap connection

    I am using Oracle R2 (9.02) server and trying to test deploy some basic webservices. I am using Jdeveloper 9.0.3 as the ide. When I get the webservice fielded, should I be able to see it in the web based OEM? If so, where generically. My main problem is testing it with a generated webservice stub, that the developer created, and I editied to make the main method. When I try to run this, against the remote server ocj4 instance, the server returns :SOAPException: faultCode=SOAP-ENV:Server; msg=[SOAPException: faultCode=SOAP-ENV:Server; msg=]]
         at mypackage1.Rpd01WsWebServiceStub.getaddress(Rpd01WsWebServiceStub.java:94)
         at mypackage1.Rpd01WsWebServiceStub.main(Rpd01WsWebServiceStub.java:54)
    Process exited with exit code 0.
    What is going on, and where can I find a better log of of this on the server?

    thanks for the help

  • SOAP: call failed: java.io.EOFException: Connection closed by remote host

    Hi folks,
    my friday crusher:
    We have a sync RFC-PI-SOAP scenario.
    All is working fine in Dev system.
    After moving into Test following error is displayed as the SOAP response message:
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
    <SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.EOFException: Connection closed by remote host.</SAP:AdditionalText>
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Also Channel Monitoring says:
    Message-Verarbeitung fehlgeschlagen. Grund: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.EOFException: Connection closed by remote host.
    Couldn´t find any hints in SDN and the web to this issue.
    Does anyone of you has made experiences with that problem?
    Maybe it´s a system parameter for time out SOAP connections....?
    Many thanks for your help
    -and-
    have a great weekend!
    Cheers
    André

    Very strange!
    But I have the solution:
    I have looked into channel monitoring / RWB again.
    There I saw, this PI is using two clusters on two application servers.
    Everytime the SOAP call is executed through the frist cluster, all was fine.
    But no SOAP call was successfully executed by the second cluster.
    Fortuity? No!
    The second cluster node / app server wasn´t registered for internet access in the used proxy server.
    So it wasn´t an PI issue.
    Now, all is fine & I´m happy!
    Thanks @all for helping!
    Cheers,
    André

  • Is there any way to know that SOAP Client has closed and broken connection

    Hi,
    I am exposing a stateless session EJB using Oracle SOAP Webservices...and it is working smoothly.
    But when the SOAP client crashes or is closed, is
    there anyway that can know this happened on the server side i.e., the SOAP connection is lost.
    Thanks,
    Prashant

    Oops..Got posted before I could finish the query
    Hi
    For the given code snippet
    var c=Circle{
      centerX:10  
      centerY:10
      fill:Color.YELLOW
      onMouseClicked:function(event){
          c.fill=Color.RED;
          printNodeAsImage(c, filename) //to a file
    }Let us assume that printNodeAsImage(c,filename) saves the circle node with the current color to a file. See http://rakeshmenonp.wordpress.com/2010/04/26/javafx-1-3-save-as-image/ for a implementation of this function
    What we notice instead is that printNodeAsImage(c, filename) actually saves the node with the color YELLOW instead of RED. Is there any way to know deterministically when the UI has been updated due to a variable value change (or because of binding). (In this case the transition from Yellow to Red) So that we can perform other operations on the UI state - like saving it to a file
    Regards,
    Dhruva Ray

Maybe you are looking for

  • Where is the Phonegap template in Dreamweaver CS6

    Hi just wondering if someone can clear this up for me. I have just downloaded the trial of Dreamweaver CS6 and am wondering where the jQuery mobile (phonegap) template has gone? Is there a way i can get it back? Im just curious as the jQuery mobile t

  • Macbook pro wont load pdfs

    My macbook pro won't load pdfs downloaded from the internet. I click on something via the internet and it just goes to a blank page. Any ideas what is going on? Thanks!

  • How to use Bluetooth Devices?

    Sir, I purchased hp pavilion g4 notebook pc 1210se with inbuilt in OS (windows 7 home basic). But I can't find Bluetooth device settings in control panel. Does this PC support/access Bluetooth devices? What I do? Thank You. This question was solved.

  • Contact Sheet X v2.1 - how to increase space between caption & images?

    Contact Sheet X v2.1 has been working very well. But I can't find a way to increase the spacing between the captions and the images. They're practically touching. From time to time I need to move elements of the proof sheet. The dialog box for Contac

  • Reviewer receives same item multiple times

    Hi Experts, I am using SRM 7.0 system with application controlled workflow. For one particular user who is assigned as a reviewer for the SC receives the same item for review multiple times. Suppose the SC has 1 line item  then the work item email th