Steps to connect to HTTPS webservice

Hi,
I would like to know the steps to connect to HTTPS webservice URL.
Please note the server is hosted within the network. So i would think that i do not require to use Adapter datastore and would need to use Webservice datastore.
I have the certificate available with me as well.
I am using DS 12.2.2.1
Thanks

You should check note ... 1423991 - How to use SSL with Data Services admin Console -
Resolution
Use the 'keytool.exe' tool within the 'javasdk\bin' folder to generate a JKS certificate
Run the following command:
keytool.exe -genkey -alias your_alias -keyalg RSA -validity 365 -keystore
"D:\Business Objects\Tomcat55\conf\your_alias.JKS"
The tool will ask for more details regarding the certificate and then ask to provide a password
          For test purpose use the jks file attached ''LHRSDSWEBPP.jks''
    3.   Drop this file LHRSDSWEBPP.jks on the ''C'' drive
    4.   Go to %LINK_DIR%\Tomcat55\conf
    5.   Edit server.xml
    6.   Replace the existing paragraph below <!-- Define a SSL HTTP/1.1 Connector on port 8443 > with the following one, making sure any comment tags like "<! -->" around this section are removed:
               <Connector port="28443" redirectPort="28080" maxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" disableUploadTimeout="true"
               acceptCount="100" scheme="https" secure="true" SSLEnabled="true"
               clientAuth="false" sslProtocol="TLS"
               keystoreFile="C:\LHRSDSWEBPP.jks" keystorePass="accounT27" keyAlias="LHRSDSWEBPP"/>
    7.   Go to OS Services
    8.   Shutdown  and Restart Apache Tomcat 5.5.20
    9.   Connect with HTTPS://machine_name:28443/DataServices/launch/logon.do
    10.   For further information regarding the JKS file , go to http://mindprod.com/jgloss/keytoolexe.html

Similar Messages

  • Error while connecting to HTTPS WebService through Jdev

    I am having issues while trying to connect to a webservice that require SSL. Has anybody seen similar exception below or any suggestion/best practice docs of how to setup the cert?
    WARNING: Unable to connect to URL: https://itsolutions/AppIntegration/org/test/sendRequest.jpd due to java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    java.rmi.RemoteException: ; nested exception is:
         HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

    Dear All,I am getting this error while connecting to ASDM Please help.Your ASA Image has a version number 8.2.1 which is not supported by ASDM 6.1(3)Show Version.....User Access VerificationPassword:
    Type help or '?' for a list of available commands.
    ASA-PT> en
    Password:ASA-PT# show verCisco Adaptive Security Appliance Software Version 8.2(1)
    Device Manager Version 6.1(3)Compiled on Tue 05-May-09 22:45 by builders
    System image file is "disk0:/asa821-k8.bin"
    Config file at boot was "startup-config"ASA-PT up 12 days 0 hoursHardware:   ASA5520, 512 MB RAM, CPU Pentium 4 Celeron 2000 MHz
    Internal ATA Compact Flash, 256MB
    BIOS Flash M50FW080 @ 0xffe00000, 1024KBEncryption hardware device : Cisco ASA-55x0 on-board accelerator (revision 0x0)
                                 Boot microcode   : CN1000-MC-BOOT-2.00
                                 SSL/IKE microcode: CNLite-MC-SSLm-PLUS-2.03
                                 IPSec microcode  : CNlite-MC-IPSECm-MAIN-2.04
    0: Ext: GigabitEthernet0/0  : address is 0024.14d2.1582, irq 9
    1: Ext: GigabitEthernet0/1  : address is 0024.14d2.1583, irq 9
    2: Ext: GigabitEthernet0/2  : address is 0024.14d2.1584, irq 9
    3: Ext: GigabitEthernet0/3  : address is 0024.14d2.1585, irq 9
    4: Ext: Management0/0       : address is 0024.14d2.1581, irq 11
    5: Int: Internal-Data0/0    : address is 0000.0001.0002, irq 11
    6: Int: Internal-Control0/0 : address is 0000.0001.0001, irq 5
    <--- More --->ThanksTabrez
    Hi Tabrez,
    ASA5520 version 8.2.1 is supported with  ASDM 6.2(1 and above). Recommended: 6.2(3).check out the below link hope that c;ear out your query !!
    http://www.cisco.com/en/US/docs/security/asa/compatibility/asamatrx.html
    If helpful do rate the post
    Ganesh.H

  • Connect a simple WebService fails

    Hello Experts,
    System:
    ECC6.0 with
    -SAP_ABA 700 SP 16
    -SAP_BASIS 700 SP 16
    I created a very simple functionmodule with one import parameter and 3 export parameters. The import parameter doesn't have any further function and the export par. are set with constant values.
    FUNCTION zmm_ws_materialklass_mermale .
    *"  IMPORTING
    *"     VALUE(FANUMMER) TYPE  BAPI_ORDER_KEY-ORDER_NUMBER
    *"  EXPORTING
    *"     VALUE(ZEICHNDATENBLNR) TYPE  DZEINR
    *"     VALUE(ZEICHNIDX) TYPE  DZEIVR
    *"     VALUE(DATENBLIDX) TYPE  AESZN
        zeichndatenblnr = '613582'.
        zeichnidx       = '00'.
        datenblidx      = '01'.
    ENDFUNCTION.
    Then I created the Webservice via transaction SOAMANAGER, exactly like it is demonstrated [here|http://enterprisegeeks.com/blog/2009/02/18/abap-freak-show-february-18-2009/].
    The WSDL open up correctly:
    <wsdl:definitions targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="urn:sap-com:document:sap:soap:functions:mc-style" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:n1="urn:sap-com:document:sap:rfc:functions">
       <wsdl:documentation>
          <sidl:sidl xmlns:sidl="http://www.sap.com/2007/03/sidl"/>
       </wsdl:documentation>
       <wsp:UsingPolicy wsdl:required="true"/>
       <wsp:Policy wsu:Id="BN_ZWS_MAT_CLASS_CHARACT">
          <wsp:ExactlyOne xmlns:sapsp="http://www.sap.com/webas/630/soap/features/security/policy" xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility">
             <wsp:All>
                <sp:TransportBinding>
                   <wsp:Policy>
                      <sp:TransportToken>
                         <wsp:Policy>
                            <sp:HttpsToken/>
                         </wsp:Policy>
                      </sp:TransportToken>
                      <sp:AlgorithmSuite>
                         <wsp:Policy>
                            <sp:TripleDesRsa15/>
                         </wsp:Policy>
                      </sp:AlgorithmSuite>
                      <sp:Layout>
                         <wsp:Policy>
                            <sp:Strict/>
                         </wsp:Policy>
                      </sp:Layout>
                   </wsp:Policy>
                </sp:TransportBinding>
             </wsp:All>
          </wsp:ExactlyOne>
          <saptrnbnd:OptimizedXMLTransfer uri="http://xml.sap.com/2006/11/esi/esp/binxml" wsp:Optional="true" xmlns:saptrnbnd="http://www.sap.com/webas/710/soap/features/transportbinding/"/>
       </wsp:Policy>
       <wsp:Policy wsu:Id="IF_ZWS_MAT_CLASS_CHARACT">
          <sapsession:Session xmlns:sapsession="http://www.sap.com/webas/630/soap/features/session/">
             <sapsession:enableSession>false</sapsession:enableSession>
          </sapsession:Session>
          <wsp:ExactlyOne xmlns:sapsp="http://www.sap.com/webas/630/soap/features/security/policy" xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility"/>
       </wsp:Policy>
       <wsp:Policy wsu:Id="OP_ZmmWsMaterialklassMermale">
          <sapcomhnd:enableCommit xmlns:sapcomhnd="http://www.sap.com/NW05/soap/features/commit/">false</sapcomhnd:enableCommit>
          <sapblock:enableBlocking xmlns:sapblock="http://www.sap.com/NW05/soap/features/blocking/">true</sapblock:enableBlocking>
          <saptrhnw05:required xmlns:saptrhnw05="http://www.sap.com/NW05/soap/features/transaction/">no</saptrhnw05:required>
          <saprmnw05:enableWSRM xmlns:saprmnw05="http://www.sap.com/NW05/soap/features/wsrm/">false</saprmnw05:enableWSRM>
       </wsp:Policy>
       <wsdl:types>
          <xsd:schema attributeFormDefault="qualified" targetNamespace="urn:sap-com:document:sap:rfc:functions">
             <xsd:simpleType name="char12">
                <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="12"/>
                </xsd:restriction>
             </xsd:simpleType>
             <xsd:simpleType name="char2">
                <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="2"/>
                </xsd:restriction>
             </xsd:simpleType>
             <xsd:simpleType name="char22">
                <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="22"/>
                </xsd:restriction>
             </xsd:simpleType>
             <xsd:simpleType name="char6">
                <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="6"/>
                </xsd:restriction>
             </xsd:simpleType>
          </xsd:schema>
          <xsd:schema attributeFormDefault="qualified" targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style" xmlns:n0="urn:sap-com:document:sap:rfc:functions">
             <xsd:import namespace="urn:sap-com:document:sap:rfc:functions"/>
             <xsd:element name="ZmmWsMaterialklassMermale">
                <xsd:complexType>
                   <xsd:sequence>
                      <xsd:element name="Fanummer" type="n0:char12"/>
                   </xsd:sequence>
                </xsd:complexType>
             </xsd:element>
             <xsd:element name="ZmmWsMaterialklassMermaleResponse">
                <xsd:complexType>
                   <xsd:sequence>
                      <xsd:element name="Datenblidx" type="n0:char6"/>
                      <xsd:element name="Zeichndatenblnr" type="n0:char22"/>
                      <xsd:element name="Zeichnidx" type="n0:char2"/>
                   </xsd:sequence>
                </xsd:complexType>
             </xsd:element>
          </xsd:schema>
       </wsdl:types>
       <wsdl:message name="ZmmWsMaterialklassMermale">
          <wsdl:part name="parameters" element="tns:ZmmWsMaterialklassMermale"/>
       </wsdl:message>
       <wsdl:message name="ZmmWsMaterialklassMermaleResponse">
          <wsdl:part name="parameter" element="tns:ZmmWsMaterialklassMermaleResponse"/>
       </wsdl:message>
       <wsdl:portType name="ZWS_MAT_CLASS_CHARACT">
          <wsp:Policy>
             <wsp:PolicyReference URI="#IF_ZWS_MAT_CLASS_CHARACT"/>
          </wsp:Policy>
          <wsdl:operation name="ZmmWsMaterialklassMermale">
             <wsp:Policy>
                <wsp:PolicyReference URI="#OP_ZmmWsMaterialklassMermale"/>
             </wsp:Policy>
             <wsdl:input message="tns:ZmmWsMaterialklassMermale"/>
             <wsdl:output message="tns:ZmmWsMaterialklassMermaleResponse"/>
          </wsdl:operation>
       </wsdl:portType>
       <wsdl:binding name="ZWS_MAT_CLASS_CHARACT" type="tns:ZWS_MAT_CLASS_CHARACT">
          <wsp:Policy>
             <wsp:PolicyReference URI="#BN_ZWS_MAT_CLASS_CHARACT"/>
          </wsp:Policy>
          <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
          <wsdl:operation name="ZmmWsMaterialklassMermale">
             <soap:operation soapAction="" style="document"/>
             <wsdl:input>
                <soap:body use="literal"/>
             </wsdl:input>
             <wsdl:output>
                <soap:body use="literal"/>
             </wsdl:output>
          </wsdl:operation>
       </wsdl:binding>
       <wsdl:service name="service">
          <wsdl:port name="ZWS_MAT_CLASS_CHARACT" binding="tns:ZWS_MAT_CLASS_CHARACT">
             <soap:address location="http://myserver:8080/sap/bc/srt/rfc/sap/zws_mat_class_charact/100/zws_mat_class_charact/zws_mat_class_charact"/>
          </wsdl:port>
       </wsdl:service>
    </wsdl:definitions>
    So I could think it should works well. But when I would test it with [soapUI|http://www.soapui.org] the WSDL is parsed well:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style">
       <soapenv:Header/>
       <soapenv:Body>
          <urn:ZmmWsMaterialklassMermale>
             <Fanummer>?</Fanummer>
          </urn:ZmmWsMaterialklassMermale>
       </soapenv:Body>
    </soapenv:Envelope>
    but finally by submit this request to the endpoint it gives me errors back:
    400 Bad HTTP request
    Error: -21
    Version: 7000
    Component: HTTP_PLG
    Date/Time: Thu Feb 26 13:25:20 2009
    Module: http_plg_mt.c
    Line:4893
    Server: hg21288_ETT_00
    Error Tag: {0002b381
    Detail: illegal request version
    Even simple test cases with soapui like this [example|http://www.soapui.org/userguide/functional/getting_started.html] didn't work. But the user login works for this Webservice...
    SchemaComplianceAssertion
    line -1: error: Unexpected character encountered: 'w'
    line 6: Unexpected character encountered: 'w'
    SoapFaultAssertion
    Response is not a SOAP Fault
    What does it mean?
    When I enter the location address which is showed up in the WSDL document directly in the browser it gives me the following response:
    <soap-env:Envelope>
         <soap-env:Header/>
         <soap-env:Body>
              <soap-env:Fault>
                   <faultcode>soap-env:Server</faultcode>
                   <faultstring xml:lang="en">
                   SRT: Wrong Content-Type and empty HTTP-Body received
                   </faultstring>
                   <detail>
                     <ns:SystemFault>
                     <Host>undefined</Host>
                     <Component>COREMSG</Component>
                     <ChainedException>
                       <Exception_Name>CX_SOAP_CORE</Exception_Name>
                       <Exception_Text>
                       SRT: Wrong Content-Type and empty HTTP-Body received
                       </Exception_Text>
                     </ChainedException>
                     </ns:SystemFault>
                   </detail>
              </soap-env:Fault>
         </soap-env:Body>
    </soap-env:Envelope>
    The user who connects to the webservice has SAP_ALL profile and all the SAP_BC_WEBSERVICE* roles.
    So maybe I have to test one step before, without the soapui tool, but what does the [documentation|http://help.sap.com/saphelp_nw70/helpdata/en/47/39b5df39591a53e10000000a1553f7/frameset.htm] for SOAMANAGER mean with point 7? Where do I have to specify the parameters?
    regards,
    Steffen

    I reread all the help documents by SAP but with no success.
    https://service.sap.com/sap/support/notes/1043195
    https://service.sap.com/sap/support/notes/1135610
    https://service.sap.com/sap/support/notes/1163844
    Also the asych. Webservices with report SRT_ADMIN is configured correctly (SRT_ADMIN_CHECK looks fine now), but still no success.
    http://help.sap.com/saphelp_nw70/helpdata/en/46/4420e292b75e3fe10000000a11466f/frameset.htm
    I also tried an standard BAPI function module, and produced a web service out of it. But with the same 400 error in soapUI tool.
    What could I check next?
    EDIT: this workaround works for me, but it's not the way I want to go...
    /people/graham.robinson/blog/2008/10/09/another-way-to-leverage-abap-web-services
    thanks
    Steffen
    Edited by: Steffen Fröhlich on Mar 4, 2009 5:00 PM

  • BAPI step by step to connect JAVA for catsdb table

    BAPI step by step to connect JAVA for catsdb table,
    Points will be rewarded,
    full points with example of catsdb table in bapi for JCO JAVA
    Thank you,
    Regards,
    Jagrut BharatKumar Shukla

    Hi,
    Check the thread..
    https://forums.sdn.sap.com/click.jspa?searchID=3587428&messageID=3647918
    Regards,
    Omkar.

  • Safari 5.1.5 connects to https but not to http

    On my iMac, running Mac OSX 10.6.8, with Safari 5.1.5, I can connect to https (SSL) sites, but not to http (non-SSL) sites.

    1. The changes to your configuration suggested here should be considered provisional; they may not solve your problem, or they may remove functionality that you find useful. If a third-party system modification that you want to keep is causing the problem, seek help from its developer.
    2. WARNING: Back up all data now if you haven’t already done so. Before proceeding, you must be sure you can restore your system to its present state, even if it becomes unbootable. If you’re not sure you can do that, STOP — DON’T CHANGE ANYTHING. If you’re dissatisfied with the results of the procedure suggested below, restore from your backup. I will not be responsible for the consequences, and I will not be able to help, if you ignore this warning.
    3. You should either remove or update the following system modification(s), if an update is available from the developer:
    N/A
    and definitely remove at least the following:
    † Symantec Internet Security
    † Trend Micro Security
    4. Whatever you remove must be removed completely, and (unless otherwise specified in this message) the only way to do that is to use the uninstallation tool, if any, provided by the third-party developers, or to follow their instructions. In some cases it may be necessary to re-download or even reinstall the software in order to get rid of it. I can't be more specific, because I don't install such things myself. Please do your own research.
    Here are some general guidelines to get you started. Suppose you want to remove something called “BrickYourMac.” First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickyourmac.com. (That may not be the actual name of the site; if necessary, search the web for the product name.) If you don’t find anything on the website or in your search, email the developer. While you're waiting for a response, download BrickYourMac.dmg and open it. There may be an application in there such as “Uninstall BrickYourMac.” If not, open “BrickYourMac.pkg” and look for an Uninstall button.
    Again, please don't ask me to do this research for you. You can do it better than I can, because I haven't installed the product and I may not even know what it is.
    If you can’t remove software in any other way, you’ll have to erase your boot volume and perform a clean reinstallation of OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    WARNING: Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" that purport to remove software.
    5. I recommend that you never reinstall the modifications marked with a dagger (†) above, if any. If your problem is resolved after uninstalling all the above modifications and rebooting, but you still want to use some of those not marked with a dagger, you can experiment with putting them back, one at a time, testing carefully after each step. Keep in mind that system modifications may be incompatible with each other or with future OS X updates, so it may not be clear which one is at fault.
    6. If you still have problems after making the suggested changes and rebooting, post again. Remember: if you don’t like the results of this procedure, you can undo it by restoring from the last backup you made before you started.

  • HT1339 i forgot my passode to my ipod and im trying to restore it. i went through some steps. says connect ipod to itunes then when i connect box comes up n says i have to unlock my passcode to my ipod which i dont know. i thknk its lock now

    i forgot my passode to my ipod and im trying to restore it. i went through some steps. says connect ipod to itunes then when i connect box comes up n says i have to unlock my passcode to my ipod which i dont know. i thknk its lock now. want come back up to the passcode screen

    See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...
    Be sure to Follow ALL the Steps...

  • Coldfusion can not connect to HTTPS web service

    Hi,
    So I have Win 2008 R2 Server running coldfusion10 and when I try to get it to connect to this https webservice I get
    Error creating web service. Please ensure that you have
    entered a correct Web Service name or URL
    I have the SSL cert in the keystore and I can browse to the service from the broweser on the server not really sure what else might be causeing it I though maybe some XML version issues but it it able to connect to other services with this XML version that are not HTTPS.
    Thanks for all the help ^^

    Which keystore are you referring to. Make sure it the [cfpath]/runtime/jre/lib/security/cacerts store. (I'm using CF9 so the path might be slightly off but it's still "cacerts" from what I remember).

  • HT3325 Steps to Connect to Keynote Remote

    in support page  http://support.apple.com/kb/ht3325 are steps to connect ios devices as follows
    On your iOS devices, choose Settings > Wi-Fi to verify both iOS devices are on the same wireless network.
    On the iPad running Keynote, open your Keynote presentation.
    Tap the Tools icon in the toolbar.
    In the Tools menu, tap Settings.
    In the Settings menu, tap Remote.
    In the Remote Settings menu, turn on Enable Remotes.
    On the iPhone, open the Keynote Remote app.
    the striken out step is not accurate, you can find the remote option in Presentation Tools

    Two settings affect transitions:
    Inspector > Slide > Transition > start transition;   On Click
    Inspector > Document > Presentation; Normal

  • Remote connection via http connection-URL access

    Hello all,
    I would like to connect to the customer Business object system from our solution manager. The customer has configured http connection and has opened the connection in marketplace and has maintained http connection-URL access. The URL has also been maintained.
    I have added the corresponding entry also in my hosts file. But i am not able to access the customer URL.
    Anyone please tell me how to do remote connection for the connection type "http connection - URL access".
    Thanks,
    Aishwarya.

    Hi Tim,
    I am getting "The page cant be displayed" error while trying the BO system's URL in my browser.
    Please tell me which of the below methods i can use:
    1. By directly connecting to the BO system URL from the browser (is it possible?)
    2. By using VPN connection
    3. By installing diagnostic agent in solution manager
    4. By following the steps in this link:
    Establishing a Connection Using a Destination (SM59) - Components of SAP Communication Technology - SAP Library
    Regards,
    Aishwarya.

  • Cluster PI connect throught HTTPS

    Hello,
    We have a problem. We have a no SAP system that connect to a webservice using the PI. The PI that we have is in a cluster. For a secure connection we have con figured the Cluster (SCS y ASCS) to use the HTTPS.
    We have added the parameter:
    ms/server_port_1 = PROT=HTTPS,PORT=82$$
    But when the No SAP system calls the PI it appers the following XML.
    <.!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <.HTML><.HEAD>
    <.TITLE>301 MOVED PERMANENTLY<./TITLE>
    </HEAD><.BODY>
    <.H1>Moved Permanently<./H1>
    The document has moved <.A HREF="https://madarrsipip02.indra.es:1443/XISOAPAdapter/MessageServlet?ersion=3.0&channel=:GEP_P:SOAP_Send_ConsultaFacturacionCerrada"> here<./A>
    <./BODY><./HTML>
    The connection is throught SOAP.
    When we try it directly from a Internet Explorer it goes through perfectly. What can we do to take this XML out?
    Can someone help us?
    We have seen this parameters to add, but we are not user it will help:
    ms/urlmap_secure = 1
    ms/urlprefix_secure = 1
    Best Regards.
    Pablo Mortera.
    Edited by: Pablo Mortera Fernández on Sep 23, 2010 10:09 AM

    I tried everyone's suggestions and wanted to report back the results. Running
    netstat -na | grep LIST | grep 7032produced no data. I did find a reference to the SSL port (7032) in my server log file, but didn't see any errors associated with it (I listed the working HTTP port first to compare) ...
    ####<Mar 12, 2009 10:47:03 AM EDT> <Info> <RJVM> <pacdcbpmdeva01a.cable.myco.com> <mmwcdc311> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1236869223832> <BEA-000570> <Network Configuration for Channel "mmwcdc311"
    Listen Address 24.40.36.101:7031
    Public Address N/A
    Http Enabled true
    Tunneling Enabled false
    Outbound Enabled false
    Admin Traffic Enabled true>
    ####<Mar 12, 2009 10:47:03 AM EDT> <Info> <RJVM> <pacdcbpmdeva01a.cable.myco.com> <mmwcdc311> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1236869223834> <BEA-000570> <Network Configuration for Channel "mmwcdc311"
    Listen Address 24.40.36.101:7032 (SSL)
    Public Address N/A
    Http Enabled true
    Tunneling Enabled false
    Outbound Enabled false
    Admin Traffic Enabled true>
    ####<Mar 12, 2009 10:47:03 AM EDT> <Debug> <RJVM> <pacdcbpmdeva01a.cable.myco.com> <mmwcdc311> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1236869223835> <BEA-000571> <Network Configuration Detail for Channel "mmwcdc311"
    Finally, openssl produced:
    [weblogic@mymachine logs]$ openssl s_client -connect 24.40.36.101:7032
    connect: Connection refused
    connect:errno=29
    Anything else I should be looking for? - Dave

  • SOAP / WSDL LabView 2010 can't connect to local webservice of network printer

    Hi,
    we are using a Labelprinter from cab (www.cab.de) that supports a webservice.
    IP: http://192.168.1.66/services.wsdl
    When i use this link in FireFox i will get a XML file (see attachment). The company "cab"
    has an example using NetBeans to write a deskop application using Java. I tried that and
    i was able to connect to the webservice.
    When i do that with LabView 2009 or 2010 i get an error message:
    1. URL doesn't exist or WSDL is wrong
    2. authentification failed
    3. proxy settings wrong
    to 1)
    i'm shure the link is ok, i can't connect to it with Netbeans (i used copy & paste to be sure)
    to 2)
    In Netbeans it is not possible to enter a user and PW. But anyway i have use the standard
    soap user the was given by the company.
    to 3)
    don't use it
    The last point is, that there is an error in LabView 2009 and 2010, e.g. error parsing the XML file?
    Can someone help me?
    Attachments:
    services.zip ‏2 KB

    HI I have the same problem with my CAB printer...
    I try the Solution from the link
     https://decibel.ni.com/content/docs/DOC-22722
    With the soapUI it works well, I can make requests to the printer an become an answer...
    But in Labview  it doesn't work. The TCP read vi brings the error 66 an I have no idea! Have someone a solution or an idea?
    Best Regards samsi
    Attachments:
    SOAP_CAB_Drucker.zip ‏32 KB

  • JDeveloper 10.1.3 and https webservice

    Hi,
    I need to call https webservice from our partner. I use 10.1.3 to generate proxy. Now, I got the following error. Anybody knows how to fix it? Thank you in advance.
    Jul 3, 2008 4:08:15 PM oracle.webservices.client
    WARNING: Unable to connect to URL: due to java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Received fatal alert: handshake_failure
    08/07/03 16:08:15 java.rmi.RemoteException: ; nested exception is:
         HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Received fatal alert: handshake_failure
    08/07/03 16:08:15      at com.ncilp.explusservice.proxy.runtime.SingleSignOnSoap_Stub.authenticate(SingleSignOnSoap_Stub.java:146)
    08/07/03 16:08:15      at com.ncilp.explusservice.proxy.SingleSignOnSoapClient.authenticate(SingleSignOnSoapClient.java:40)
    08/07/03 16:08:15      at mrcTest.jspService(_mrcTest.java:193)
    08/07/03 16:08:15      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    08/07/03 16:08:15      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    08/07/03 16:08:15      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    08/07/03 16:08:15      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    08/07/03 16:08:15      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    08/07/03 16:08:15      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    08/07/03 16:08:15      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    08/07/03 16:08:15      at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    08/07/03 16:08:15      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    08/07/03 16:08:15      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    08/07/03 16:08:15      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    08/07/03 16:08:15      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    08/07/03 16:08:15      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    08/07/03 16:08:15      at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    08/07/03 16:08:15      at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    08/07/03 16:08:15      at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    08/07/03 16:08:15      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    08/07/03 16:08:15      at java.lang.Thread.run(Thread.java:534)
    08/07/03 16:08:15 Caused by: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Received fatal alert: handshake_failure
    08/07/03 16:08:15      at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:172)
    08/07/03 16:08:15      at oracle.j2ee.ws.client.http.HttpClientTransport.invoke(HttpClientTransport.java:148)
    08/07/03 16:08:15      at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:175)
    08/07/03 16:08:15      at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
    08/07/03 16:08:15      at com.ncilp.explusservice.proxy.runtime.SingleSignOnSoap_Stub.authenticate(SingleSignOnSoap_Stub.java:130)
    08/07/03 16:08:15      ... 20 more
    Message was edited by:
    jfu

    Thank you for your reply.
    Do you mean I need to import certificate from the site I call webservice from?
    I tried, but I got "keystore was tampered, or password is not correct". can you tell me what the error is for and how to fix it?
    Thank you again.

  • Unable to connect to proxy-Webservices

    Hi Experts,
    I have a URL of a webservice and I am trying to test it in WS navigator but while testing I am getting error 
    "Cannot connect to http://10.66.231.217:8080/<some path>?wsdl: Unable to connect to proxy:8080 - proxy "
    Please help me understandig the reason for error.
    Regards
    Pranav

    Anup I am getting an error  "Unable to import the model." when i click next after selecting wsdl URL. Any solutiion. I tried creating deployable proxy for this web service as well but while importing the WSDL it gives below stated error
    src-resolve.4.2: Error resolving component 'ns1:Cluster'. It was detected that 'ns1:Cluster' is in namespace 'http://<Path> /xsd', but components from this namespace are not referenceable from schema document 'file:///C:/Documents%20and%20Settings/pranav_nagpal /workspace2.jdi/LocalDevelopment/DCs/demo.sap.com/testweb/_comp/test/AnalyticsService.WSDL'. If this is the incorrect namespace, perhaps the prefix of 'ns1:Cluster' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:///C:/Documents%20and%20Settings/ pranav_nagpal/workspace2.jdi/LocalDevelopment/DCs/demo.sap.com/testweb/_comp/test/AnalyticsService.WSDL'.                LocalDevelopmentLocalDevelopmenttestweb~demo.sap.com/test   AnalyticsService.WSDL  line 19                1249911254563  202
    Regards
    Pranav

  • Connecting webdynpro to webservice

    hi!
    we are trying to establish a connection to a webservice
    that returns a dataset. when we try to create a context connection to result attribute in the model we get the error
    "contextAttribute with java native type cannot be selected"
    the webservice result is :
    HTTP/1.1 100 Continue
    Server: Microsoft-IIS/5.1
    Date: Wed, 10 May 2006 11:44:43 GMT
    HTTP/1.1 200 OK
    Server: Microsoft-IIS/5.1
    Date: Wed, 10 May 2006 11:44:44 GMT
    Connection: close
    Cache-Control: private, max-age=0
    Content-Type: text/xml; charset=utf-8
    Content-Length: 2083
    <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><ws_general_srvResponse xmlns="http://tempuri.org/"><ws_general_srvResult>2</ws_general_srvResult><mydataset><xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"><xs:element name="NewDataSet" msdata:IsDataSet="true"><xs:complexType><xs:choice maxOccurs="unbounded"><xs:element name="ParentTable"><xs:complexType><xs:sequence><xs:element name="_x0031_" type="xs:string" minOccurs="0" /><xs:element name="_x0032_" type="xs:string" minOccurs="0" /><xs:element name="_x0033_" type="xs:string" minOccurs="0" /><xs:element name="_x0034_" type="xs:string" minOccurs="0" /><xs:element name="_x0035_" type="xs:string" minOccurs="0" /><xs:element name="_x0036_" type="xs:string" minOccurs="0" /><xs:element name="_x0037_" type="xs:string" minOccurs="0" /><xs:element name="_x0038_" type="xs:string" minOccurs="0" /></xs:sequence></xs:complexType></xs:element></xs:choice></xs:complexType></xs:element></xs:schema><diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1"><NewDataSet xmlns=""><ParentTable diffgr:id="ParentTable1" msdata:rowOrder="0" diffgr:hasChanges="inserted"><_x0031_ /><_x0032_ /><_x0033_>629</_x0033_><_x0034_>1530</_x0034_><_x0035_>0</_x0035_><_x0036_>055-????-?? ???-?</_x0036_><_x0037_ /><_x0038_>END</_x0038_></ParentTable><ParentTable diffgr:id="ParentTable2" msdata:rowOrder="1" diffgr:hasChanges="inserted"><_x0031_>STOP</_x0031_><_x0032_>STOP</_x0032_><_x0033_>STOP</_x0033_><_x0034_>STOP</_x0034_><_x0035_>STOP</_x0035_><_x0036_>STOP</_x0036_><_x0037_>STOP</_x0037_><_x0038_>END</_x0038_></ParentTable><ParentTable diffgr:id="ParentTable3" msdata:rowOrder="2" diffgr:hasChanges="inserted" /></NewDataSet></diffgr:diffgram></mydataset></ws_general_srvResponse></soap:Body></soap:Envelope>
    we are able to get the result from the <ws_general_srvResult> element but not from <_x0034_> element

    This worked http://dev-pfizerspd:18001/_vti_bin/people.asmx?WSDL 

  • Can only connect to HTTPS (secure) sites and can't connect to HTTP sites

    In short I CAN ONLY connect to HTTPS sites, meaning secure.
    I've narrowed this down to an issue regrading my mac book pro and the wireless router.
    Router:
    - not sure of the make model
    - other computers CAN connect to this router and go online
    My Mac:
    - Mac Book Pro
    - OS X 10.6
    - I can connect to other wireless networks just fine
    - I can surf the web for about 10 minutes or so then it blocks ALL http traffic
    and i'm only allowed to https sites
    going to a http site results in a "page is taking to long to respond"
    please anything?

    The router is a Verizon MI424WR
    hope that helps, but i doubt it will...
    just to also clairfy http sites either go really slow then time out only never to come back, https are blazing fast

Maybe you are looking for

  • Sharing 1 iTunes library on a network

    I have recently added a new Airport Extreme (n) to my setup and now have a usb hard drive. I want to use this drive to host my itunes library and therefore make it always available to the computers in our house. We have 2 macs (10.4.8) and 1 pc (runn

  • Purchase order invoice condtions taxinn

    hi, how to fetch invoice conditions for purchase order, i have used fm CALCULATE_TAX_ITEM,i got all the conditions.but the problem is for condition type jipc.Tax amount of this condition type is different when comparing to me22n(invoice tax jipc).let

  • Sleep usage question - not problem

    Sleep seems to work differntly on my new iMac compared to my old G4 FP iMac. Question - are these observations below normal? 1. When I used to put my G4 to sleep (by clicking apple/sleep), my G4 would seem to more completely sleep. Even my external L

  • Spin the wheel of weird boot problems!

    Hey! First time Mac owner here. So, I bought this poor little 13" white Macbook off a guy who had clearly abused it and I'm trying to nurse it back to health. I'm trying to fix it, and then wipe the hard drive and install a fresh copy of the best OS

  • Launching A Custom Web Browser

    I'm fairly new to java and I was wondering if, from an applet, there is a way for me to launch a web browser without the toolbar and to a specific size... I've gotten as far as: AppletContext mainContext = getAppletContext(); mainContext.showDocument