Configuring SOAP Provider

Hi, I have tried to create a SOAP Server connection using 9iDeveloper v9.0.3.2. The SOAP Provider responds through the browser "SOAP Server
Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me" however I cannot get this connection to work through our specialized proxy server settings. Our company's proxy server requires authentication for each http request and uses a routing script. The routing script is typically defined in the browsers LAN Settings - "Use automatic configuration script". I don't know the proper way to configure the SOAP Server for this Intranet environment. Any ideas?

I was looking for the same info. Too bad you have to write an authentication provider.
JBOSS comes bundled with a JAAS database login module, which you configure by
providing your database acess info and the SQL queries to read use name. password
etc. from your database.
Pranab
"Craig" <[email protected]> wrote:
>
You would need to write a custom authentication provider that can validate
users
contained in the database. The medical records sample application contains
a custom
security provider that authenticates using a database.
http://dev2dev.bea.com/codelibrary/code/medrec.jsp
http://edocs.bea.com/wls/docs81/dvspisec/atn.html
-Craig
"ashutosh" <[email protected]> wrote:
Pls tell me how to configure RDBMSAuthentication provider in weblogic
8.1 for authentication
users against database.

Similar Messages

  • Error while configuring consumer provider

    Hello expert,
    M new SRM consultant working in my first implementation project,
    i m getting an eroor while configuring consumer provider THROUGH SOAMANAGER> CONFIGURATION like dis:
    SRT Framework exception: Error in WSDL access: Exception occurred in communication framework:Error in HTTP Framework:404Connection Failedhttp://gsfcsrmd.gsfcho.net:8000/sap/bc/srt/wsdl/srvc_00505693000C1ED187B493D4447ECFCA/ws
    Can any one please tell why it is coming and what is the solution for it , on urgent basis.
    Thanks

    Hi Prachi,
    1) Check for the authorization for your R/3 User ID -- Check with your basis Team ***
    2) If you are trying to access in different client you need to create separate end point for your Web Service
    3) Check your Service Definition is active in SICF - Tcode in that client.
    Role for Authorization
    SAP_BC_WEBSERVICE_ADMIN
    Regards,
    Ragunathan.R

  • How to configure Soap to RFC adapter in J2SE engine

    Hello,
    i want to configure a scenario using J2SE engine..
    want to configure soap to rfc..
    can anyone please help me out in configuring the scenario.
    Thanks,
    Soorya.

    hi,
      check the below link..
    [http://help.sap.com/saphelp_nw04/helpdata/en/bf/27fd3b651f6a1ce10000000a11402f/content.htm]
    [http://help.sap.com/saphelp_nw04/helpdata/en/6f/246b3de666930fe10000000a114084/content.htm]
    *Reward Points its Useful*
    Regards,
    Prakasu

  • Is soap provider agent only available for Sun app server 9.1?

    See the blue print on securing web services with soap provider agent. Is this agent embedded within the J2EE agent for sun app server 9.1? Is the same "soap provider agent" available for websphere 6.x or iis server?
    Thanks

    the agentadmin --install script does not seem to add all the required things to the server-classpath in the domain.xml
    mine now looks like this:
    /opt/j2ee_agents/appserver_v9_agent/lib/agent.jar
    /opt/j2ee_agents/appserver_v9_agent/locale
    /opt/j2ee_agents/appserver_v9_agent/Agent_001/config
    /opt/j2ee_agents/appserver_v9_agent/lib/amclientsdk.jar
    /opt/j2ee_agents/appserver_v9_agent/lib/fmclientsdk.jar
    /opt/j2ee_agents/appserver_v9_agent/lib/opensso-installtools.jar
    /opt/j2ee_agents/appserver_v9_agent/lib/opensso-installtools-launcher.jar
    AND, I've added a system property:
    -Dcom.sun.identity.agents.config.location=/opt/j2ee_agents/appserver_v9_agent/Agent_001/config/AMAgent.properties
    I now at least get a different error:
    Servlet.service() for servlet jsp threw exception
    java.lang.ExceptionInInitializerError
         at com.sun.identity.agents.filter.URLPolicyTaskHandler.initialize(URLPolicyTaskHandler.java:63)
    com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java:2114)
    Caused by: java.lang.RuntimeException: Exception caught in AmWebPolicyManager initializer: Unable to load IAmWebPolicy: com.sun.identity.agents.policy.AmWebPolicy
         at com.sun.identity.agents.policy.AmWebPolicyManager.<clinit>(AmWebPolicyManager.java:135)
         ... 24 more

  • Fails to load SOAP Provider

    There have been a couple posts that have touched the same problem, but I havent found any answer yets. Basically when we run our client via Web Start it fails to load the MessageFactoryImpl. Here is the exception:
    javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provider weblogic.webservice.core.soap.MessageFactoryImpl not found
         at javax.xml.soap.MessageFactory.newInstance(Unknown Source)
    The problem does not occur if we update the cache or log to the console. Other threads have mentioned to reset the ContextClassLoader, but this hasnt seemed to help.
    Any help is welcome!
    Thanks

    Figured it out. Just wasnt resetting the Context class loader at the correct spot.

  • Configuring RDBMSAuthentication Provider

    Pls tell me how to configure RDBMSAuthentication provider in weblogic 8.1 for authentication
    users against database.

    I was looking for the same info. Too bad you have to write an authentication provider.
    JBOSS comes bundled with a JAAS database login module, which you configure by
    providing your database acess info and the SQL queries to read use name. password
    etc. from your database.
    Pranab
    "Craig" <[email protected]> wrote:
    >
    You would need to write a custom authentication provider that can validate
    users
    contained in the database. The medical records sample application contains
    a custom
    security provider that authenticates using a database.
    http://dev2dev.bea.com/codelibrary/code/medrec.jsp
    http://edocs.bea.com/wls/docs81/dvspisec/atn.html
    -Craig
    "ashutosh" <[email protected]> wrote:
    Pls tell me how to configure RDBMSAuthentication provider in weblogic
    8.1 for authentication
    users against database.

  • A plsql soap provider ?

    Hi to all !
    Can someone send me a plsql soap provider ?
    Thank you !

    Have you tried the PL/SQL example in the OC4J Developer Preview samples?
    http://download.oracle.com/otn/java/oc4j/how-to-web-services.zip
    This isn't an Oracle SOAP provider per se but provides a SOAP interface to PLSQL procedures through a Java proxy.
    Hope this gives you a start.
    Mike.

  • Configuring SOAP Receiver Adapter

    Hi.
      I am doing a webservice scenario where I am trying to post a webservice which contains two strings as input.My requirement is to get a response to that which will be a concatenated value of both the strings.I have developed the scenario and in the design I am providing the Data types ,msg types and msg interfaces.I am creating the wsdl from PI only.I am using two msg interfaces: both are synchronous.
      The first is an outbound synch interface which contains the request and response.The second is inbound synch interface which contains both i/p and o/p as response msg type.
    The communication channel for sender side is configured and I am generating the wsdl.In the receiver side I am providing the target URL as the URL which I am used to generate the wsdl which goes like this
    http://<hostname>:<port>/XISOAPAdapter/MessageServlet?channel=:<Bus Service>:<Commn Channel>.
    But when I am sending the SOAP request I am getting an error like  "com.sap.aii.af.ra.ms.api.DeliveryException: XIAdapterFramework:GENERAL:com.sap.aii.af.ra.ms.api.DeliveryException: invalid content type for SOAP: TEXT/HTML "
    Please suggest a solution.
    Thanks in advance
    Regards,
    Tiny

    Hi,
    when you are sending a SOAP req msg from your SOAP appliction to PI using the WSDL of sender agreement of ID, then you will need to have a user to be able to send a msg to PI.........so you will have to specify the user details when sending the SOAP req msg to XI and that user should be in XI with SAP_XI_APPL_SERV_USER role.
    Regards,
    Rajeev Gupta
    Edited by: RAJEEV GUPTA on Feb 5, 2009 1:09 PM
    Edited by: RAJEEV GUPTA on Feb 5, 2009 1:10 PM

  • How to configure soap-2_3_1 and Tomcat5.0?

    I have some problem in configuring the soap-2_3_1 and Tomcat5.0 . I copy the folder c:\soap-2_3_1\soap to C:\Tomcat 5.0\webapps\soap , and successfully in running the soap administration . but didn't touch c:\Tomcat 5.0\webapps\soap\WEB-INF\web.xml
    my application is in C:\Tomcat 5.0\webapps\b2b2c .
    I set the rpcrouter address is : "http://localhost:8080/servlet/rpcrouter"
    http://localhost:8080/soap/admin/ configure as follow
    'urn:CheckOrder' Service Deployment Descriptor
    Property Details
    ID urn:CheckOrder
    Scope Session
    Provider Type java
    Provider Class CheckOrder
    Use Static Class false
    Methods checkOrderStatus
    Type Mappings
    Default Mapping Registry Class
    when I input "http://localhost:8080/b2b2c/jsp/checkorder.jsp" and submit the order No. the application can connect the mysql database successfully , but when it use RPC ,it is failure! And I try to delete the C:\Tomcat 5.0\webapps\soap , it was the same situation . I think there must be something wrong in configure the apache SOAP !
    and the tomcat told me that the "rpcrouter" ia unavailable!
    I have no idea, could u help ?

    the error information:
    caught SOAPException <SOAP_ENV:Protocol>: Unsupport response content type "text/html;charset
    =GB2312", must be :"text/xml". Response was:< html><head><title
    Apache Tomcat/5.0.27 -Error report</title><style><!--H1{font-family:Tahoma,Arial,san-serif;color:white;background-color:#525d76;font-size:22px;} H2{font-family:Tahoma,Arial,san-serif;
    type</b> Status report</p><p><b>message</b> <u>type<
    /b> Status report</p>lt;p><b>message</b><u>/servlet/recrouter<
    /u></p><b>description</b> <u>The requested resourse </servlet/rpcrouter>
    is not available.</u></p><HR size="1" noshade=" noshade"
    "><h3>Apache Tomcat/5.0.27</h3><body></html>

  • Error in configuring soap adapter

    Hai!
    Iam working with rfc to webservice scenario.
    In that while configuring the soap adapter, the following errors have occured.
    SOAP: failed to sign the message due to java.security.PrivilegedActionException: com.sap.aii.af.security.impl.exception.MessageSecurityException: AccessControlException in Method: apply( Message, CPALookupObject ). The Code-Permission processing failed.
    SOAP: error occured: com.sap.aii.messaging.srt.BubbleException: WS-Security privileged action exception [null "null"]; nested exception caused by: java.security.PrivilegedActionException: com.sap.aii.af.security.impl.exception.MessageSecurityException: AccessControlException in Method: apply( Message, CPALookupObject ). The Code-Permission processing failed.
    Please! help me in sorting it out.
    Regards,
    Saritha.

    try this link
    check with  all settings
    http://www.****************/Tutorials/XI/RFCtoSOAP/page1.htm

  • Configure Soap Adapter for compress, gzip.

    HI to all experts,
    do anyone know how can configure a soap adapter with the parameter for compress, gzip.
    i found a document which explain so:
    localejbs/sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean
    XMBWS.XMLEncoding Content-Type charset iso-8859-1
    XMBWS.TransferEncoding Content-Transfer-Encoding base64
    XMBWS.Encoding Content-Encoding gzip
    XMBWS.AcceptEncoding Accept-Encoding compress, gzip
    but i f i insert this parameter the adapter give me back a response :
    Delivery of the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Could not access envelope: Unable to create envelope from given source: ; nested exception is com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Unable to create envelope from given source:.
    seems that it have any difficult to read the payload.
    let me know if anyone have an idea.
    best Regards
    Claudio.

    Hi Stefan,
    is it enough this response?
    POST  HTTP/1.0
    Accept: /
    Accept-Encoding: compress, gzip
    Host: 10.180.160.29:8080
    User-Agent: SAP-Messaging-com.sap.aii.messaging/1.0505
    Content-ID: <[email protected]>
    Content-Disposition: attachment;filename="[email protected]"
    Content-Type: text/xml; charset=iso-8859-1
    Content-Description: SOAP
    Content-Transfer-Encoding: base64
    Content-Encoding: gzip
    Content-Length: 1292
    SOAPACTION:
    X-XMB_WS_ENCODED: version=3.0&MessageClass=ApplicationMessage&ProcessingMode=asynchronous&MessageId=478ce922-7b48-04b0-0200-00000ab44471&TimeSent=2008-01-16T13%3A36%3A45Z&Sender.Party=%3A%3A&Sender.Service=BS_SAP_TC3_700&Receiver.Party=%3A%3A&Receiver.Service=BS_IRIS_TXI&Interface=http%3A%2F%2Fgenerali.it%2Fmerge%2FUTILITY%2F01%2Firis%5EMI_COMPAGNIE_RES&QualityOfService=ExactlyOnce
    i get it by TCPGatway.
    thanks a lot.
    Claudio.

  • How to configure soap service?

    Hi
    I have installed the oracle9ias, and read all meassages about soap in the otn forums, but I do not know how to configure the soap service and test it.
    Anyone help me? thanks

    I have resovled the problem.
    first you should get the soap.ear file.
    then deploy it in the OC$J_home instance.
    url bind is /soap
    after deployment, you can test it.

  • Need step by step instructions to configure SOAP sender adapter.

    Hell Friends
    I am new to SOAP Adapter scenario and am looking for some instructions that will guide me thro' step by step instructions.
    The scenario is that I am getting data from outside world and want to use a SOAP adapter and send it to XI. From XI I want to use RFC adapter and a ZBAPI to insert the data in a table.
    I have already written ZBAPI and it is working well when I use File Adapter as sender instead of SOAP.
    Now I want to do the same above scenario by just changing File to SOAP adapter.
    I tried the steps from
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79
    But there are lots of assumptions done and the instructions are not 100 percent complete.
    If anyone has made a notes of it and can email me, i would appreciate it.
    My email address is [email protected]
    Thanks
    Ram

    Hi,
    This  might help you
    Web Services error message ! !??
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/40728f7b-0401-0010-d9bc-8c73884a3789
    Regards
    Sangeetha

  • IAS configuration to provide internet site

    Hi,
    Looking for anyone who can give advice in setting up iAS to provide an external facing site.
    We have a single blade, with 9iAS (90230) infrastructure, mid tier and 9i (92040) customer portal database. mid tier ohs and webcache being used. This is on our internal network.
    we placed proxy in dmz, currently listening on port 80 forwarding incoming requests onto webcache thru firewall.
    That's fine, except, our portal pages show internal url - no good. Our pages will be public so we don't want to use sso (I've seen that note). Tried to rewire portal in various permutations but nothing working.
    Anyone with any suggestions are most welcome.
    Thanks

    Easy Peasy (well not really) you move your SSO to your Mid tier so that when the user tries to access an application (Portal or whatever) Oracle no longer redirects to the infrastructure which is where by default SSO resides.
    Moving SSO stops this behaviour and no longer will you see the URL of your Infrastructure which is hidden safely away.
    There are several notes on how to do this on metalink of which the following is one - Note: 230168.1

  • How to configure SOAP in OC4J Standalone

    Hi
    I recently installed the soap.ear in OC4J 903 standalone. I'm using Oracle JDeveloper 903 to access the web service but the test operation throws:
    Testing connection...
    Not using Proxy Server
    java.lang.Exception
         org.apache.soap.rpc.Response oracle.jdevimpl.webservices.util.JDevServiceManager.invokeMethod(java.lang.String, org.apache.soap.rpc.Parameter)
              JDevServiceManager.java:255
         java.lang.String[] oracle.jdevimpl.webservices.util.JDevServiceManager.list()
              JDevServiceManager.java:297
         void oracle.jdevimpl.webservices.wizard.connection.TestConnectionPanel$2.run()
              TestConnectionPanel.java:275
    Unable to connect to SOAPServer (http://localhost:8888/soap/servlet/soaprouter)
    Connection test failed: unable to connect
    Can somebody tell me step by step how can I make OC4J 903 standalone work with JDeveloper 903 for web services?

    This posting has the trick that you need to follow to get the standalone OC4J to work with soap.ear:
    access HttpRequest in web service?
    It sounds like your deployment went fine, its just the JDev piece that doesn't work - edit soap.xml and make sure the following lines are there:
    <osc:serviceManager>
    <osc:option name="autoDeploy" value="true" />
    </osc:serviceManager>
    My guess is, that if you type that URL into a browser, you will get back the "correct" error message saying something like the Oracle SOAP server only accepts posts not gets.
    Mike.

Maybe you are looking for

  • How can I export from Excel to pdf using Acrobat Std to achieve uniform page size throughout the whole pdf document?

    After exporting the whole workbook to a single pdf file, page sizes are inconsistent. When viewing the document in full screen, some pages show up as 25% zoomed, others as 34%.  I could re-print the exported pdf file to pdf in Acrobat Std, and that w

  • The iPod Nano Replacement Recall

    Does the iPod Nano have to be under a warranty to get the replacement? Apple has already shipped the box to my house? Thanks

  • Turning off 3G on iPhone 5

    Hi everyone so I just got the iphone 5 yesterday & I was wondering why there is no 3G on & off toggle again? it has a 4G LTE toggle which is good cause we don't have 4G LTE yet here but even when I turn it off there is my 3G.  When I am using WiFi at

  • Custom structure grouping in crystal report 2008

    I have a Product Line revenue report, where it is reporting revenue and cost for various oilfield divisions such as oilfield us, oilfield egypt, oilfield oman etc.... and total at the end. say if iam developing a custom structure for each division in

  • Content Search and not the document in SharePoint 2010

    Hi, The requirement is : Search the content of documents by storing the data in a database-driven structure and get the search results in a grid view with data in different columns. My questions are :- 1) Can we store complete content of the word doc