Access Remote Webservice via Internet

Hi all,
Iam new to Web Services ...
Could any of u give me an Article or Code ... how could we access a basic webservice from Java ..... which is available remotly.
plz help me .. tks in advance...

abp_JavaPrg@mdu wrote:
I got the same error while I trying to connect the server in that port via ssh.I know ssh is "the new telnet", but I did not say telnet to be retro. ssh does encryption stuff, telnet does not. For checking that a port is open and (if the server sends at least the handshake in a human readable format) checking that the server you think is running is running telnet is a better option.
From the sounds of it the application you think is running is not running.

Similar Messages

  • If i connect an external hard drive to a time capsule, can i access this drive via internet?

    If i connect an external hard drive to a time capsule, can i access this drive via internet?

    If the drive can be accessed in local lan, then it can be accessed from internet assuming you have setup using one of the remote access methods.
    See remote access here.
    https://discussions.apple.com/community/wireless/airport?view=documents

  • Can the time machine be accessed remotely over the internet?

    Hi, I am thinking about purchasing the time machine. Can the hard drive on the time machine be accessed remotely over the internet?

    Do you realize that if you store some of your Mac's data (photos, music, etc.) ONLY  on the external Time Capsule, AND also  store your "Time Machine" app "system backups" on the Time Capsule,then if the Time Capsule hard drive ever fails you will have lost the " original" and the "backup" copies of all that data  (photos, music, etc.)?  They will be gone forever.  NOT recommended!

  • Unable to access FTP Site via internet

    Hello All,
    Here is a problem that I'm facing accessing my home deployed FTP Server on Windows 2008 Server via internet. Below is the description of setup at my home.
    1. I've a private network behind D-link DSL 2750U router.
    2. I've forwarded Port 21 to my FTP Server in private network (FTP Server IP: 192.168.1.2)
    3. FTP Site is deployed in IIS 7.5 with Anonymous access rights (so obviously no username and password is required to access it).
    4. In IIS 7.5, FTP Site binding is set as "
    5. I'm able to access my ftp site within private network (via command prompt and any browser).
    6. I've registered a domain name ftp.tx-fr.tk for my FTP site so that I can use it from outside world and here are settings.
    7. I'm able to ping this (ftp.tx-fr.tk ) domain name.
    8. All firewalls are disabled for testing purpose (Will implement security later, once primary issue resolves).
    Now here is the problem, whenever I type in ftp://ftp.tx-fr.tk in my browsers,
    IE 9 and Chrome prompts for username and password, whereas Mozilla throws a message as "421 Login Incorrect".
    Same happens when I use command prompt to access the FTP site using domain name.
    Here is the funny part, when I'm prompted for username password, I typed in router's credentials (U:admin, P:admin) and I get
    "Internet Explorer cannot display the webpage" in IE 9, "421 Login Incorrect" in Mozilla.
    Whereas when CMD is used to access the site, I'm able to log in using router's credential but none of the command executes
    Now is there anyone who can assist me resolving this case?
    Kind regards,
    Aniruddha

    I would have ask in IIS forums: http://forums.iis.net/
    Thanks

  • WRT160NL: Howto access storage media via internet?

    Hi and a nice day for everyone.
    I frequently have to move data from between two distant LANs, which I currently do with a travelling USB-Stick. 
    I wonder, if  I could use the the storage link to make things easier. I could access the router via DDNS, but how can I transfer the data? I run debian GNU/Linux .
    Can please someone give me a hint?
    Thank you all 
    Karlheinz Herrmann

    Printed incorrectly? Just like that? Come on....... Cisco still has on line the product sheet and the web page and hasn´t change a letter. This really is starting to make me think on getting my money back, is not fair and not even legal!!
    jjohnston7 wrote:
    Nevermind.  Talked to Tech support, and they said all the packaging and user manuals were printed incorrectly and FTP is not supported.
    I wonder if there is an FTP client you could install in the USB drive its self that would work, or if that wouldn't work due to it being in a USB port not a network port...
    if you can´t get a single file over the internet, what makes you think that you could be able to access an ftp application?

  • Remote setup via Internet

    Hi folks,
    Could you please shed me some light where can I find relevant document re. remote setup/configure server via Internet.  I have been searching on Wiki without result.  I have no problem to setup/configure server remotely on Intranet via ssh.  TIA
    B.R.
    satimis
    Last edited by satimis (2008-02-17 16:26:00)

    remote wrote:So many ways to do the same thing, makes it a challenge at times.
    For your name check /etc/rc.conf and /etc/hosts
    on /etc/rc.conf
    changed;
    HOSTNAME="arch"
    to;
    HOSTNAME="arch.satimis.com"
    similar to that on /etc/hosts.  Rebooted PC
    Now
    $ hostname
    $ hostname -f
    arch.satimis.com
    Thanks.  Is there any way avoiding a reboot?
    On iptables it would depend on method, to know your IP, hopefully it's static.
    iptables -A INPUT -s 192.168.255.48 -p tcp -m tcp --dport 22 -j ACCEPT
    iptables -A INPUT -p tcp -m tcp --dport 22 -j DROP
    iptables -A OUTPUT -d  192.168.255.48 -p tcp -m tcp --sport 22 -j ACCEPT
    iptables -A OUTPUT -p tcp -m tcp --sport 22 -j DROP
    $ cat /etc/iptables/iptables.rules
    # Generated by iptables-save v1.3.8 on Sun Feb 17 07:00:44 2008
    *filter
    :INPUT DROP [3:96]
    :FORWARD DROP [0:0]
    :OUTPUT ACCEPT [0:0]
    :interfaces - [0:0]
    :open - [0:0]
    -A INPUT -p icmp -m icmp --icmp-type 18 -j DROP
    -A INPUT -p icmp -m icmp --icmp-type 17 -j DROP
    -A INPUT -p icmp -m icmp --icmp-type 10 -j DROP
    -A INPUT -p icmp -m icmp --icmp-type 9 -j DROP
    -A INPUT -p icmp -m icmp --icmp-type 5 -j DROP
    -A INPUT -s 127.0.0.0/255.0.0.0 -i eth0 -j DROP
    -A INPUT -s 192.168.0.0/255.255.0.0 -i eth0 -j DROP
    -A INPUT -s 172.16.0.0/255.240.0.0 -i eth0 -j DROP
    -A INPUT -s 10.0.0.0/255.0.0.0 -i eth0 -j DROP
    -A INPUT -p icmp -j ACCEPT
    -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
    -A INPUT -j interfaces
    -A INPUT -j open
    -A INPUT -p tcp -j REJECT --reject-with tcp-reset
    -A INPUT -p udp -j REJECT --reject-with icmp-port-unreachable
    -A INPUT -p tcp -m tcp ! --tcp-flags FIN,SYN,RST,ACK SYN -m state --state NEW -j DROP
    -A INPUT -f -j DROP
    -A INPUT -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG FIN,SYN,RST,PSH,ACK,URG -j DROP
    -A INPUT -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG NONE -j DROP
    -A interfaces -i lo -j ACCEPT
    -A interfaces -i eth0 -j ACCEPT
    -A open -p tcp -m tcp --dport 22 -j ACCEPT
    -A open -i ppp0 -p tcp -m tcp --dport 80 -j ACCEPT
    COMMIT
    I'm running static IP here.  I'll add your 4 lines at the bottom of the file, changing "192.168.255.48" to "192.168.0.52", IP addr of Arch.
    Would there be any conflict to the existing rules?  It seems there is no OUTPUT rule there.
    re;
    INPUT DROP [3:96]
    what does 3:39 represent?  Drop time?  TIA
    B.R.
    satimis

  • Acessing home iMac with MacBook from remote location via internet????

    Is there a way to access files on my iMac at home with my MacBook via the internet as I do when I'm at home through my network?
    Thanks, Jason

    Hi Jason,
    Funny, we were just working on this topic. I'm assuming your iMac is behing a router, and it does NAT. An indicator would be if your iMac's IP address was something like 192.168.1.x or 10.0.0.x. In that case, the best way is to set up port forwarding in your router.
    Assuming you want to share files using Apple File Protocol, you need to forward port 548 from your router to port 548 on your iMac. Other protocols use different ports, but you didn't specify. I don't know what router you've got, so I don't how to configure it. It's probably got a web interface.

  • I want to stream to multiple ATV's at remote locations via internet..?

    I have 14 locations that i would like to stream a slide show and videos to. I would want to stream to all of the locations from one central location.....is this possible? I figure that this is a networking issue more than a device issue, but I really am not savvy enough to know how it's done. If anyone has any ideas I would great appreciate them. Sorry if this is posted somewhere else, I was not able to find anything that addressed this.
    Thanks

    Using the link I provided you can use Home Sharing over the internet between computers. The application has to be installed on both ends and you cannot install to the TV2. In order for it to work you would need the source computer with App > remote computer with App > TV2 .
    The number of ATVs you are wanting to use would be an issue. Each TV2 would need its own computer running the APP and iTunes. Each instance of iTunes and each TV2 would have to be activated on the same account. Accounts are limited to 5 activated computers. I'm not sure but I think the TV2 counts as an activated device and if it does you are looking at 3 activations for one over the internet stream ... source > remote computer > TV2 = 3 of your 5 activations. That only leaves room for one more over the internet stream.... remote computer > TV2 = 2 activations.
    So in short you would be able to stream to 4 TV2 over the internet at most if each TV2 does not count as an activation and only 2 if they do.
    This is all assuming it worked at all

  • Managing remote clients via internet.

    The question have maybe been asked before.
    I have been speaking to Apple Support Sweden and UK and they give me different answers so now i would like to ask all the users of Apple Remote Desktop if what i would like to achieve with buying this software actually would works.
    I have Clients all over the world, all mac users, and they are never at one place longer than 24h. They have no higher computer skills then getting online to check mail and all the rest they need to be able to use to manage their work life.
    Would i be able to use ARD for accessing my client computers without having to ask them to contact the computer admin at the hotel or where ever they might be at that time and place to sort their port´s out.
    To be able to store the users details for future use and just ask the client to if needed a "whatsmyip.com" and that would be all i would need to access them much like Skype finds its way trough any possible firewall without VPN tunnels and things. Just that Skype would not really be as professional and functional as ARD
    Thank you all in advance.
    Best regards

    ARD would be awkward to use with clients that are always roaming. You'd constantly be dealing with IP address and router/port issues, something especially problematical with hotels where firewalls often block the necessary ports (and hotel admins generally will not alter their firewalls to accommodate such use). I would instead suggest a service such as LogMeIn. These services generally work much better with clients on the move.
    Regards.

  • Accessing peoplesoft portal via internet, outside of your org network

    Hi,
    I want one component of HRMS to be able to be accessed outside of the network over the internet.
    It would be great if someone could give the steps needed to achieve this.
    PeopleTools 8.48
    Thanks,

    Hi Saurabh,
    it is bit complicated.
    As you Expose FQDN is different and you internal FQDN is different , you have to make some workaround.
    Follow below steps.
    1.
       The system which you have created on EP for calling backend system , you have make changes all in that.
        Changes mean every where in system where you have maintain the host name portal.server.com has to be replace by static.ip.com , by this changes when you will call the BSP from portal, it will redirect to http://static.ip.com:8000/sap/bsp/bc/sap/zbsp/default.html
    2.
    Now the problem is that when you will try access the portal from you internal network through URL :- http://portal.server.com:50000/irj/portal and when you will click on BSP , it will indirectly go to internet to resolve the URL :-  http://static.ip.com:8000/sap/bsp/bc/sap/zbsp/default.html  which is becuase we have made chnages in the system above.
    From internal network if you have to resolve URL http://static.ip.com:8000/sap/bsp/bc/sap/zbsp/default.html then you have to make the entry in host file which is like below
    static.ip.com              123.123.123.123
    From above workaround your URL will resolve from internet as well as from your internal network.
    This is all becauase you have dual stack , you have difference in FQDN.
    Any query pls reply.
    Thanks
    Anil
    Edited by: Anil Bhandary on Oct 13, 2009 2:50 PM

  • JClient accessing remote AppModule via EJB  Session Fascade (BMT)?

    Would appreciate some "how-to" advice on bootstrapping a remote JClient like the one in the VSM example,
    such that: the JClient remotely accesses OC4J-pooled AppModule instances,
    rather than creating a new AppModule instance on the client side.
    In the OTN VSM-JClient example code, the Bootstrap is done in
    AdministrativeServiceForm::main() as follows:
    JUApplication app =
    JUMetaObjectManager.createApplicationObject(
    "VSMJClient.AdministrativeService",
    null,
    new JUEnvInfoProvider() );
    String appModule =
    System.getProperty("jclient.service",
    "VSMJClient.AdministrativeService" );
    The problem with this is -
    JUMetaObjectManager.createApplicationObject() is undocumented, hence may or may not facilitate remote
    App-Module access?
    If anyone can share a working example of JClient remote AppModule access over ORMI (talking to modules deployed on JBuilder-embedded-OC4J), or can modify the VSM-JClient to do the same - it would be greatly appreciated!
    Many thanks,
    Lee.

    JUMetaObjectManager.createApplicationObject("VSMJClient.AdministrativeService",null,new JUEnvInfoProvider());
    looks for the Session AdministrativeService in VSMJClient.cpx:
    <Session
    Name="AdministrativeService"
    Package="oracle.otnsamples.vsm.services"
    Configuration="AdministrativeServiceLocal" >
    </Session>
    <Session
    Name="RemoteAdministrativeService"
    Package="oracle.otnsamples.vsm.services"
    Configuration="AdministrativeService9iAS" >
    </Session>
    Just call
    JUMetaObjectManager.createApplicationObject("VSMJClient.RemoteAdministrativeService",null,new JUEnvInfoProvider() );
    to access the deployed Beans with configuration AdministrativeService9iAS.

  • Trying to access remote switch via VLAN1 (which is shutdown)...

    We were trying some things to get multiple VLANs to pass through some wireless bridges. In the confusion, we have misconfigured the port and locked ourselves out of the far switch, lol. The local switch has VLAN1 (default), VLAN2 (data), and VLAN3 (voice). None of the VLANs are shutdown and the switch has an interface for both VLAN2 and VLAN3. The remote switch also has VLAN1, VLAN2, and VLAN3 (and it has an interface for VLAN2 and VLAN3). However, VLAN1 is shutdown. The port used to connect it to the local switch has always been using VLAN2. In the midst of some changes, that port got changed to VLAN1 :(  We can no longer access the remote switch at all. It does still show up in cdp neighbors on the local switch (although it says VLAN1 mismatch). Is there anyway we can get back into the remote switch without having someone go on site and perform a power cycle? Thanks.

    Here is the email from Planet Networing:
    About your inquiry:
    I have two WNAP-6305 bridges connecting two Cisco switches. The Cisco switches are configured for trunking, but only one VLAN is being passed through the bridges. Every other bridge that I've worked with will allow all VLANs to pass through. Is there a way to allow that with these units?
    Answer:
    The WNAP-6305’s SDK didn’t support tagged VLAN, so only the default VLAN can be passed through the WDS bridge.
    We’ll suggest you use WNAP-6350.

  • Printing to Remote Printer via Internet

    I travel a lot and would like to print to my office while on the road. I know I can email, but I also would like to have this capability if it's possible. Is there a way to set up the two computers to achieve this? If so how would I do it? Any help would be appreciated.

    (Need more details to give better instructions. what printer - is it connected to a computer?)
    You will have to enable port forwarding through the office router's firewall. This involves telling the router to send requests for a specific port to a specific local IP address. (and could be a security risk) Since most routers get their internet IP address by DHCP (it can change at any time), you'll probably need to subscribe to a service that keeps track of that, called dynDNS.org, so you can always use a (stable) domain name instead of IP address to print.
    Does it sound like what you want to do?

  • Accessing a webservice via SOAP from Designer with Authentication

    Hi,
    I've created a simple process, with one "setValue". The process has two variables "StringIN" and "StringOUT". The setValue sets StringOUT to "hello " + StringIN. The process is therefore called "helloTest" ;-)
    Now, when I create a PDF in Designer, I make a connection to my webservice. However, I must supply the Username/Password, because the service is not accessible without authentication. In XMLSpy for instance, I get an Authentication popup ...
    How can I do this in Designer ? The popup does not show and I get an error saying that Acrobat can't read the file ...
    Regards
    Yves

    Make sure your service doesn't use authentication.
    Go under http://localhost:8080/adminui. Then under Services/Archive Administration/Service Management, find your service.
    Then under the Security Tab, set the Security Option to Disabled.
    That should let you make an anonymous web service call properly to that service.
    Since your service also call other services, you might have to do the same for every service in your process (setvalue service, and other ones if you use other services). They all need the security to be disabled.
    Jasmin

  • Run Excel Remotely via internet

    I have a mini at home with Excel and a specific file I need to access remotely over the internet.
    I need to connect to the mini from a Mac and a PC, not necessarily at the same time, and run and edit that excel file.
    I do not want the PC to have access to anything on the mini aside from excel and that file.
    How do I do this?

    I connect from my Macbook to the mini via Back To My Mac. That's easy.
    But my business partner also needs to connect and run that excel file from Vista. However, I do not want him to have access to anything else.
    Message was edited by: Mac Fanatic

Maybe you are looking for