HTTPS over a Proxy!! Set up of username/password

I am transferring over https to a receving servlet over a Proxy.
How do I specify the username and password for the Proxy in my
application ,if the proxy server supports this.
I have configured my application to send it over a Proxy with:
https.proxyHost = <Proxy Host>
https.proxyPort = 0000
or
System.setProperty("https.proxyHost","Proxy Host");
System.setProperty("https.proxyPort","8080");
How can I set the Property for Username and Password too?
Please does any one know this?
ajay
[email protected]

Or you could use the Authenticator class
in JDK.
class MyAuth extends Authenticator {
    protected PasswordAuthentication getPasswordAuthentication() {
        System.out.println("The realm '" + getRequestingPrompt() +
            "' at '" + getRequestingHost() + ":" + getRequestingPort() +
            "'\n" + "using " + getRequestingProtocol() + " is requesting " +
            getRequestingScheme().toUpperCase() + " authentication.");
        System.out.println("");
        System.out.println("What should we send them?  Let's send them ...");
        System.out.println("");
        return new PasswordAuthentication("username", "password".toCharArray());
        // set to the authenticator you want to use.
        Authenticator.setDefault(new myAuth());
        URL url =
            new URL("http://www.some.com/something_protected/index.htm");

Similar Messages

  • Setting Username/Password in Application.cfm

    I'm just moving my DB from Access over to MSSql, and I'm
    having difficulty figuring out how to set a global
    username/password in Application.cfm.
    I am able to set the username and password within the
    individual queries (using username= and password=) but I'd like to
    set the username and password within application.cfm so I do not
    have to go and change each and every cfquery statement throughout
    my site.
    So, essentially, I'm looking to insert code int he
    Application.cfm which logs into the MSSQL server, so whenever a
    cfquery is executed, the db is already logged into.
    Thanks!
    Andrew

    You can set application variables for your user name and
    password within application.cfm, then use those variables in your
    cfquery and cfstoredproc tags. That will allow you to change the
    value in one place instead of having to do it everywhere. As for
    staying logged on to the server, you may want to consider checking
    the Maintain Connections option in your advanced settings for your
    particular data source in ColdFusion Administrator.
    Phil

  • Is there way to set tofirefox4 to always use https over http?

    is there way to set tofirefox4 to always use https over http? instead of getting the message if i want to go to https site instead of http site, is there a way so that firefox will notify me if there isn't a https site instead?

    *Force-TLS: https://addons.mozilla.org/firefox/addon/force-tls/
    *STS UI: https://addons.mozilla.org/firefox/addon/sts-ui/
    *HTTPS Everywhere: http://www.eff.org/https-everywhere

  • Mail HTTP over RPC setting

    I just bought a new iMac... and have question with my mail set up.
    My company use MS exchange server with HTTP over RPC setting. They gave me a list of Exchange Server name, http:// ......, msstd:.... it works fine in my old PC Outlook and I don't know how to set this up in my new iMac. I can't found those option in iMail or Entourage mail account setting. Help!!!
    Thanks

    Apple Mail does not support RPC over HTTP. Entourage does not either, however, I think I saw something about using WebDAV in Entourage to get the same type of functionality. Is IMAP configured on your exchange servers? You can ask the IT group.

  • Where is the http proxy setting?

    I need to set a proxy setting in order to browse internet over a wifi connection. I searched over the settings but couldn't find where to set the proxy. Where is the setting located?
    System: ZTE Open, Firefox OS 1.1 stock.

    hello rolando, the proxy settings are available under'' firefox > options > advanced > network > connection''.
    [[Advanced settings for accessibility, browsing, system defaults, network, updates, and encryption]]

  • My wife can't watch movie because of http proxy setting how do I find it?

    ? my wife can't watch movie because of proxy setting

    The proxy setting is located in the WiFi network details. Go to Settings > WiFi and touch the "i" to the right side of your network to see what they are.

  • Pushing FireFox proxy setting via NAL

    I need to be able to push a change to the FireFox browser proxy setting
    using ZenWorks. The setting is in a file called user.js, which FireFox
    reads and adds to prefs.js when FireFox starts. I can create the user.js
    file, but it needs to be copied to
    C:\Documents and Settings\username\Application
    Data\Mozilla\Firefox\Profiles\xxxxxxxx.default , where "xxxxxxxx" appears
    to be a random series of characters chosen by FireFox when the FireFox
    profile is created (the one for my profile is "yo1j350j.default"). This
    is where I am having the problem.
    Ok, I know that I can use %Appdata% to point to the user's application
    data directory. However, how do I address the "xxxxxxxx.default directory
    when it is different for each user? Is there some way to create a custom
    macro in ZenWorks that the Application Launcher can use?
    I suppose I could push the entire application over again, but this seems
    like gross overkill when all I want to do is copy a text file with two
    short lines in it to the workstations.
    We have a series of workstation changes that need to be rolled out to
    multiple locations - and this is the only one that I am having trouble
    automating. Any help would be appreciated!
    Thanks,
    Ted

    Drop me a note at [email protected]
    I may try to work something up for you this weekend.
    ted_don'[email protected] wrote:
    > I need to be able to push a change to the FireFox browser proxy setting
    > using ZenWorks. The setting is in a file called user.js, which FireFox
    > reads and adds to prefs.js when FireFox starts. I can create the user.js
    > file, but it needs to be copied to
    > C:\Documents and Settings\username\Application
    > Data\Mozilla\Firefox\Profiles\xxxxxxxx.default , where "xxxxxxxx" appears
    > to be a random series of characters chosen by FireFox when the FireFox
    > profile is created (the one for my profile is "yo1j350j.default"). This
    > is where I am having the problem.
    >
    > Ok, I know that I can use %Appdata% to point to the user's application
    > data directory. However, how do I address the "xxxxxxxx.default directory
    > when it is different for each user? Is there some way to create a custom
    > macro in ZenWorks that the Application Launcher can use?
    >
    > I suppose I could push the entire application over again, but this seems
    > like gross overkill when all I want to do is copy a text file with two
    > short lines in it to the workstations.
    >
    > We have a series of workstation changes that need to be rolled out to
    > multiple locations - and this is the only one that I am having trouble
    > automating. Any help would be appreciated!
    >
    > Thanks,
    > Ted
    Craig Wilson
    CNE3, 4, 5 - MCSE - CCNA
    NSC Sysop (http://support.novell.com/forums/)
    Tech Writer - http://www.ithowto.com
    (I Peter 4:10)

  • 'Create Network' over a Proxy

    Hello,
    I have a 15" PB running X.4.5
    My LAN connection is a Proxy Setup.
    I'd like to setup and create a network so that a Windows XP system may connect to and share my LAN over a WIFI connection.
    To setup a 'create network' I followed the following:
    http://usatoday.jiwire.com/wi-fi-os-setup-mac-os-x.htm
    Giving my system an IP of 192.168.0.1 and subnet 255.255.255.0
    The XP box IP was 192.168.0.2 and same subnet... no other setting added.
    The Windows system can see my network and join it, however it is not sharing the connection and getting online. Does this have something to do with the Proxy I am on? In Network Setup on my PB I tried adding the Proxy settings to the Airport Proxy connection as well but that failed to resolve the issue.
    Any help is appreciated.
    Many Thanks!!
    Powerbook G4   Mac OS X (10.4.5)  

    Or you could use the Authenticator class
    in JDK.
    class MyAuth extends Authenticator {
        protected PasswordAuthentication getPasswordAuthentication() {
            System.out.println("The realm '" + getRequestingPrompt() +
                "' at '" + getRequestingHost() + ":" + getRequestingPort() +
                "'\n" + "using " + getRequestingProtocol() + " is requesting " +
                getRequestingScheme().toUpperCase() + " authentication.");
            System.out.println("");
            System.out.println("What should we send them?  Let's send them ...");
            System.out.println("");
            return new PasswordAuthentication("username", "password".toCharArray());
            // set to the authenticator you want to use.
            Authenticator.setDefault(new myAuth());
            URL url =
                new URL("http://www.some.com/something_protected/index.htm");

  • How to set proxy setting in all application

    i am using college wifi system, it used by proxy setting and username and password for that,
    in the time of microsft updation I cant access internet, how to setup proxy for that??????

    Hi,
    Was your issue resolved?
    If no, please provide the detailed information of your issue for analysis.
    If the problem happened after Windows Update, let us know which update.
    You could set the proxy as below:
    1. Open Internet Explorer.        
    2. Click the Tools button, and then click
    Internet Options.
    3. Click the Connections tab, and then click
    LAN settings.
    4. Select the Use a proxy server for your LAN check box.
    5. In the Address box, type the address of the proxy server.
    6. In the Port box, type the port number.
    7. If your network requires separate proxy addresses for different services, such as HTTP, HTTPS, or FTP, click the
    Advanced button, and then type the individual proxy server addresses to use.
    8. When you are finished making changes, click OK until you return to Internet Explorer.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Here is example code for HTTPS Tunneling through proxy(400 Lines of code

    Here is the source for Https Tunneling that I have gotten working. It is based on Pua Yeow Cheong's JavaWorld Tip 111. Thanks to David Lord for providing the final breakthrough that I needed.
    I have posted it here for anyone who wishes to use it. If you find any bugs, or write any improvements, please tack them onto the end of this thread.
    I have been trying to tackle this problem for quite some time, so I hope this helps a few of you out there.
    Lots of Luck,
    nightmask.
    <----- Begin Copy and Paste -------->
    import java.net.*;
    import java.io.*;
    import java.security.*;
    import sun.misc.BASE64Encoder;
    import javax.net.*;
    import javax.net.ssl.*;
    *  This example is based on JavaWorld Tip 111. Thanks to Pua Yeow Cheong for writing it.
    *  It tunnels through a proxy using the Https protocol.
    *  Thanks go to David Lord in the java forums for figuring out the main problem with Tip 111
    *  PLEASE NOTE: You need to have the JSSE 1.0.2 jars installed for this to work
    *  Downloads contents of a URL, using Proxy Tunneling and Basic Authentication
    public class URLReader {
         *  The main program for the URLReader class
        public static void main(String[] args) throws Exception {
            //set up strings for use in app. Change these to your own settings
            String proxyPassword = "password";
            String proxyUsername = "username";
            String proxyHost = "myproxy.com";
            String proxyPort = "3128";
            String connectionURL = "https://www.verisign.com";
            //set up system properties to indicate we are using a proxy
            System.setProperty("https.proxyHost", proxyHost);
            System.setProperty("https.proxyPort", proxyPort);
            System.setProperty("proxyHost", proxyHost);
            System.setProperty("proxyPort", proxyPort);
            System.setProperty("proxySet", "true");
            System.setProperty("http.proxyHost", proxyHost);
            System.setProperty("http.proxyPort", proxyPort);
            System.setProperty("http.proxySet", "true");
            //set up handler for jsse
            System.setProperty("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol");
            java.security.Provider prov = new com.sun.net.ssl.internal.ssl.Provider();
            Security.addProvider(prov);
            //create the connection
            URL myURL = new URL(connectionURL);
            URLConnection myConnection = myURL.openConnection();
            if (myConnection instanceof com.sun.net.ssl.HttpsURLConnection) {
                ((com.sun.net.ssl.HttpsURLConnection) myConnection).setSSLSocketFactory(new SSLTunnelSocketFactory(System.getProperty("proxyHost"), System.getProperty("proxyPort")));
            myConnection.setDoInput(true);
            myConnection.setDoOutput(true);
            BufferedReader in;
            try {
                System.err.println("opening Input stream1");
                in = new BufferedReader(
                        new InputStreamReader(
                        myConnection.getInputStream()));
                String inputLine;
                System.err.println("Input stream is Open1");
                while ((inputLine = in.readLine()) != null) {
                    System.err.println(inputLine);
                in.close();
                System.err.println("Input stream is Closed1");
            } catch (Exception e) {
                e.printStackTrace(System.err);
                String tmp = e.getMessage().toLowerCase().trim();
                System.err.println("tmp *" + tmp + "*");
                if (tmp.indexOf("http") > -1) {
                    //http error message to be parsed
                    tmp = tmp.substring(tmp.indexOf("http")).trim();
                    System.err.println("tmp *" + tmp + "*");
                    tmp = tmp.substring(8).trim();
                    System.err.println("tmp *" + tmp + "*");
                    if (tmp.startsWith("407")) {
                        //proxy authentication required
                        myURL = new URL(connectionURL);
                        myConnection = myURL.openConnection();
                        if (myConnection instanceof com.sun.net.ssl.HttpsURLConnection) {
                            ((com.sun.net.ssl.HttpsURLConnection) myConnection).setSSLSocketFactory(new SSLTunnelSocketFactory(System.getProperty("proxyHost"), System.getProperty("proxyPort"), proxyUsername, proxyPassword));
                        myConnection.setDoInput(true);
                        myConnection.setDoOutput(true);
                        try {
                            System.err.println("opening Input stream 2");
                            in = new BufferedReader(
                                    new InputStreamReader(
                                    myConnection.getInputStream()));
                            String inputLine;
                            System.err.println("Input stream is Open 2");
                            while ((inputLine = in.readLine()) != null) {
                                System.out.println(inputLine);
                            in.close();
                            System.err.println("Input stream is closed 2");
                        } catch (Exception ex) {
                            System.err.println(ex.getMessage());
                            ex.printStackTrace(System.err);
    *  SSLSocket used to tunnel through a proxy
    class SSLTunnelSocketFactory extends SSLSocketFactory {
        private String tunnelHost;
        private int tunnelPort;
        private SSLSocketFactory dfactory;
        private String tunnelPassword;
        private String tunnelUserName;
        private boolean socketConnected = false;
        private int falsecount = 0;
         *  Constructor for the SSLTunnelSocketFactory object
         *@param  proxyHost  The url of the proxy host
         *@param  proxyPort  the port of the proxy
        public SSLTunnelSocketFactory(String proxyHost, String proxyPort) {
            System.err.println("creating Socket Factory");
            tunnelHost = proxyHost;
            tunnelPort = Integer.parseInt(proxyPort);
            dfactory = (SSLSocketFactory) SSLSocketFactory.getDefault();
         *  Constructor for the SSLTunnelSocketFactory object
         *@param  proxyHost      The url of the proxy host
         *@param  proxyPort      the port of the proxy
         *@param  proxyUserName  username for authenticating with the proxy
         *@param  proxyPassword  password for authenticating with the proxy
        public SSLTunnelSocketFactory(String proxyHost, String proxyPort, String proxyUserName, String proxyPassword) {
            System.err.println("creating Socket Factory with password/username");
            tunnelHost = proxyHost;
            tunnelPort = Integer.parseInt(proxyPort);
            tunnelUserName = proxyUserName;
            tunnelPassword = proxyPassword;
            dfactory = (SSLSocketFactory) SSLSocketFactory.getDefault();
         *  Sets the proxyUserName attribute of the SSLTunnelSocketFactory object
         *@param  proxyUserName  The new proxyUserName value
        public void setProxyUserName(String proxyUserName) {
            tunnelUserName = proxyUserName;
         *  Sets the proxyPassword attribute of the SSLTunnelSocketFactory object
         *@param  proxyPassword  The new proxyPassword value
        public void setProxyPassword(String proxyPassword) {
            tunnelPassword = proxyPassword;
         *  Gets the supportedCipherSuites attribute of the SSLTunnelSocketFactory
         *  object
         *@return    The supportedCipherSuites value
        public String[] getSupportedCipherSuites() {
            return dfactory.getSupportedCipherSuites();
         *  Gets the defaultCipherSuites attribute of the SSLTunnelSocketFactory
         *  object
         *@return    The defaultCipherSuites value
        public String[] getDefaultCipherSuites() {
            return dfactory.getDefaultCipherSuites();
         *  Gets the socketConnected attribute of the SSLTunnelSocketFactory object
         *@return    The socketConnected value
        public synchronized boolean getSocketConnected() {
            return socketConnected;
         *  Creates a new SSL Tunneled Socket
         *@param  s                         Ignored
         *@param  host                      destination host
         *@param  port                      destination port
         *@param  autoClose                 wether to close the socket automaticly
         *@return                           proxy tunneled socket
         *@exception  IOException           raised by an IO error
         *@exception  UnknownHostException  raised when the host is unknown
        public Socket createSocket(Socket s, String host, int port, boolean autoClose)
                 throws IOException, UnknownHostException {
            Socket tunnel = new Socket(tunnelHost, tunnelPort);
            doTunnelHandshake(tunnel, host, port);
            SSLSocket result = (SSLSocket) dfactory.createSocket(tunnel, host, port, autoClose);
            result.addHandshakeCompletedListener(
                new HandshakeCompletedListener() {
                    public void handshakeCompleted(HandshakeCompletedEvent event) {
                        System.out.println("Handshake Finished!");
                        System.out.println("\t CipherSuite :" + event.getCipherSuite());
                        System.out.println("\t SessionId: " + event.getSession());
                        System.out.println("\t PeerHost: " + event.getSession().getPeerHost());
                        setSocketConnected(true);
            // thanks to David Lord in the java forums for figuring out this line is the problem
            // result.startHandshake(); //this line is the bug which stops Tip111 from working correctly
            return result;
         *  Creates a new SSL Tunneled Socket
         *@param  host                      destination host
         *@param  port                      destination port
         *@return                           tunneled SSL Socket
         *@exception  IOException           raised by IO error
         *@exception  UnknownHostException  raised when the host is unknown
        public Socket createSocket(String host, int port)
                 throws IOException, UnknownHostException {
            return createSocket(null, host, port, true);
         *  Creates a new SSL Tunneled Socket
         *@param  host                      Destination Host
         *@param  port                      Destination Port
         *@param  clientHost                Ignored
         *@param  clientPort                Ignored
         *@return                           SSL Tunneled Socket
         *@exception  IOException           Raised when IO error occurs
         *@exception  UnknownHostException  Raised when the destination host is
         *      unknown
        public Socket createSocket(String host, int port, InetAddress clientHost,
                int clientPort)
                 throws IOException, UnknownHostException {
            return createSocket(null, host, port, true);
         *  Creates a new SSL Tunneled Socket
         *@param  host             destination host
         *@param  port             destination port
         *@return                  tunneled SSL Socket
         *@exception  IOException  raised when IO error occurs
        public Socket createSocket(InetAddress host, int port)
                 throws IOException {
            return createSocket(null, host.getHostName(), port, true);
         *  Creates a new SSL Tunneled Socket
         *@param  address          destination host
         *@param  port             destination port
         *@param  clientAddress    ignored
         *@param  clientPort       ignored
         *@return                  tunneled SSL Socket
         *@exception  IOException  raised when IO exception occurs
        public Socket createSocket(InetAddress address, int port,
                InetAddress clientAddress, int clientPort)
                 throws IOException {
            return createSocket(null, address.getHostName(), port, true);
         *  Sets the socketConnected attribute of the SSLTunnelSocketFactory object
         *@param  b  The new socketConnected value
        private synchronized void setSocketConnected(boolean b) {
            socketConnected = b;
         *  Description of the Method
         *@param  tunnel           tunnel socket
         *@param  host             destination host
         *@param  port             destination port
         *@exception  IOException  raised when an IO error occurs
        private void doTunnelHandshake(Socket tunnel, String host, int port) throws IOException {
            OutputStream out = tunnel.getOutputStream();
            //generate connection string
            String msg = "CONNECT " + host + ":" + port + " HTTP/1.0\n"
                     + "User-Agent: "
                     + sun.net.www.protocol.http.HttpURLConnection.userAgent;
            if (tunnelUserName != null && tunnelPassword != null) {
                //add basic authentication header for the proxy
                sun.misc.BASE64Encoder enc = new sun.misc.BASE64Encoder();
                String encodedPassword = enc.encode((tunnelUserName + ":" + tunnelPassword).getBytes());
                msg = msg + "\nProxy-Authorization: Basic " + encodedPassword;
            msg = msg + "\nContent-Length: 0";
            msg = msg + "\nPragma: no-cache";
            msg = msg + "\r\n\r\n";
            System.err.println(msg);
            byte b[];
            try {
                //we really do want ASCII7 as the http protocol doesnt change with locale
                b = msg.getBytes("ASCII7");
            } catch (UnsupportedEncodingException ignored) {
                //If ASCII7 isn't there, something is seriously wrong!
                b = msg.getBytes();
            out.write(b);
            out.flush();
            byte reply[] = new byte[200];
            int replyLen = 0;
            int newlinesSeen = 0;
            boolean headerDone = false;
            InputStream in = tunnel.getInputStream();
            boolean error = false;
            while (newlinesSeen < 2) {
                int i = in.read();
                if (i < 0) {
                    throw new IOException("Unexpected EOF from Proxy");
                if (i == '\n') {
                    headerDone = true;
                    ++newlinesSeen;
                } else
                        if (i != '\r') {
                    newlinesSeen = 0;
                    if (!headerDone && replyLen < reply.length) {
                        reply[replyLen++] = (byte) i;
            //convert byte array to string
            String replyStr;
            try {
                replyStr = new String(reply, 0, replyLen, "ASCII7");
            } catch (UnsupportedEncodingException ignored) {
                replyStr = new String(reply, 0, replyLen);
            //we check for connection established because our proxy returns http/1.1 instead of 1.0
            if (replyStr.toLowerCase().indexOf("200 connection established") == -1) {
                System.err.println(replyStr);
                throw new IOException("Unable to tunnel through " + tunnelHost + ":" + tunnelPort + ". Proxy returns\"" + replyStr + "\"");
            //tunneling hanshake was successful
    }<----- End Copy and Paste -------->

    BTW, if you are using an implementation in which
    the http/https implementation recognises
    the java.net.Authenticator properly, you can use
    that framework to do basic/digest authentication.
    I think Sun's JDK 1.4 supports both basic
    and digest for both proxies and the actual end
    site you connect via http/https, but I haven't
    tested it to be sure. I know it works
    with http/basic at the end host.
    Today's Ob hack:
    import java.net.*;
    import java.io.*;
    class MyAuth extends Authenticator {
        protected PasswordAuthentication getPasswordAuthentication() {
            System.out.println("The realm '" + getRequestingPrompt() +
                "' at '" + getRequestingHost() + ":" + getRequestingPort() +
                "'\n" + "using " + getRequestingProtocol() + " is requesting " +
                getRequestingScheme().toUpperCase() + " authentication.");
            System.out.println("");
            System.out.println("What should we send them?  Let's send them ...");
            System.out.println("");
            return new PasswordAuthentication("username", "password".toCharArray());    }  
    public class MyURL {
        public static void main(String[] args) throws Exception {
            // set to the authenticator you want to use.
            Authenticator.setDefault(new myAuth());
            URL url =
                new URL("http://www.some.com/something_protected/index.htm");
            BufferedReader in = new BufferedReader(
                                    new InputStreamReader(
                                    url.openStream()));
            String inputLine;
            while ((inputLine = in.readLine()) != null) {
                System.out.println(inputLine);
            in.close();

  • Consumer application username/password setting

    Hello,
    We are migrating our ADF server from 11.1.1.2 to 11.1.15.
    We have a problem with an application that is a web service consumer.
    The username/password are set when you create the connection in the wizard from jdevelopper.
    On the developer PC, it works.
    On the 11.1.1.2, after a jdev deploy it works.
    On the 11.1.1.5, after a jdev deploy it does not work.
    I have snooped the traffic between the adf consumer and the web server (provider).
    It does not work because it does not send the username/password in the http header.
    How can I reconfigure the username password that it used to authenticate in the web server
    providing the web service.
    Thanks in advance for your answer.

    Hi,
    please check below link
    13.2.2 How to Create a New Web Service Connection
    http://docs.oracle.com/cd/E23943_01/web.1111/b31974/web_services.htm#CJAEFIAJ
    This will create Application_name\.adf\META-INF\connection.xml
    <Reference name="TestService" className="oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl" credentialStoreKey="TestService" xmlns="">
    <Factory className="oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory"/>
    <RefAddresses>
    <XmlRefAddr addrType="WebServiceConnection">
    <Contents>
    <wsconnection description="file:/C:/JDeveloper/mywork/WS-Proxy-Authentication/Project2/src/com/client/TestService.wsdl" service="{http://SampleWebService/}TestService">
    <model name="{http://SampleWebService/}TestService" xmlns="http://oracle.com/ws/model">
    <service name="{http://SampleWebService/}TestService">
    <port name="TestPort" binding="{http://SampleWebService/}TestPortBinding">
    <soap username="transportUserName" password="transportPassword" addressUrl="http://localhost:7001/WS-Proxy-Authentication-Project1-context-root/TestPort" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
    <operation name="hello">
    <soap soapAction="" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
    <input name=""/>
    <output name=""/>
    </operation>
    </port>
    </service>
    </model>
    </wsconnection>
    </Contents>
    </XmlRefAddr>
    <SecureRefAddr addrType="transportPassword"/>
    <SecureRefAddr addrType="transportUserName"/>
    </RefAddresses>
    </Reference>
    HTH
    Regards,
    Sunil P

  • C3 Wlan Proxy Setting

    My Internet over Wlan works through Proxy setting but i am unable to configure it and i am unable to find any option regarding configuration of Proxy of Wlan....
    Any one help Please...

    Hi hassaan_july,
    We understand that you would appreciate immediate response to your inquiry; however, we would like to ask you to be patient and wait for other users to assist you. You may also add more details to your post if necessary so that other users can provide workable solution for your concern.
    If you need urgent assistance with your concern, you may contact your local Nokia Careline or email us using the "Contact Us" link from your local Nokia website.
    You may also use the link below to send email to your local Nokia Careline:
    http://www.nokia.ca/get-support-and-software/contact-us
    Regards,

  • Can anybody post a successful Aggregation Proxy setting?

    Hi,
    Can anybody post a successful Aggregation Proxy setting?
    Every time I visit http://myhostname:8888/aggregationproxy/presenceconsumerws/presenceconsumer, it will prompt to enter a username/ password. But I tried all the posibility, it still didn't work.
    Any body can share the idea?
    Thanks and regards

    Hi Adam,
    Thanks for your kindly reply.
    I tried to provision XDMS user account following the admin guide. But when I visit http://myhost:8888/aggregationproxy/presenceconsumerws/presenceconsumer with the provisioned account, there will be a "Can not find server "page saying "The page cannot be displayed." Can you share your idea on this point?
    Besides, I'm now trying to write presence enabler based on OCMS, to access these presence service endpoint if quite important for me.
    Also, I tried to run the example in the doc "ParlayXdeveloper" provided by Oracle,sometimes it's just not able to access the MyPresenceService.jsp page. There are exceptions on the page. There are also "400 Bad request" errors and "URL http://myhost:8888/*****" not available errors on the OCMS console.
    I will appreciate any of your suggestions.
    Thanks and regards
    Yong

  • How can I stop Firefox from switching to proxy setting from no proxy

    I have a Fios connection so the proxy setting is "no proxy" . Every time I close Firefox, it switches to the proxy setting button and highlights a proxy. It has just started doing this about 5 days ago after 3 years on this computer. It doesn't do it on my laptop. Each time I check the "no proxy" button to connect, but the next time I open Firefox, it's back to proxy.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    See also:
    *http://kb.mozillazine.org/Preferences_not_saved

  • ITunes not using the defined proxy setting

    iTunes 10.0.1 on MacOS X 10.6.4 isn't correctly using the system
    proxy setting defined through:<pre>System Preferences…
    Network
    Advanced…
    Proxies
    Web proxy (HTTP)
    Web Proxy Server
    myproxy.my_company.mycountry : 3128</pre>
    For example, when selecting:<pre>Advanced
    Get Track Names</pre>
    a network analysis shows that the machine is trying to
    connect directly to:<pre> service.gracenote.com</pre>
    with plain: http
    where it should use port 3128 as defined.
    This misbehaviour is causing an infinite loop, a "death" loop.
    This death loop may sometimes end in a newly inserted CD not being
    recognised by iTunes and the Finder.
    Before submitting this as a bug to Apple, I wanted to check if I'm
    not the bug.
    Did I miss something really easy in the iTunes
    setting to avoid this misbehaviour leading to death loops?
    <pre>--------
    don't look for my Macs models in my signature, this would be uggly... and irrelevant
    dan</pre>

    daniel Azuelos wrote:
    iTunes 10.0.1 on MacOS X 10.6.4 isn't correctly using the system
    proxy setting defined through:
    Before submitting this as a bug to Apple, I wanted to check if I'm
    not the bug.
    Did I miss something really easy in the iTunes
    setting to avoid this misbehaviour leading to death loops?
    No need to fill a bug report .
    It was magically repared with the 10.1 upgrade.
    Question answered through action. Great.
    <pre>--------
    don't look for my Macs models in my signature, this would be uggly... and irrelevant
    dan</pre>

Maybe you are looking for