• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Issue with domain name?

 
Ranch Hand
Posts: 445
Android Eclipse IDE Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

I am using this simple method as a Web Service for other portals to use my portals data. Like if you want to know the particular users information, you have to send userid, randomid,sessionid and service id to the url http://xxx.xxx.xx.xxx/PROJECT/validation.do.

I get the data's from URL and do the validations using the randomid and serviceid. After that i'll hit my DB to look for that users data and print it back in a page, from where the sender will collect the information.

Now the problem is if i use the URL url as http://xxx.xxx.xx.xxx/PROJECT/validation.do i'm getting the response back. But if i use this http://domainname.com/validation.do, i am unable to get the response, but the whole process is happening at the server (I checked it using the logs and i am sure that its working), but the only thing i am unable to get response.

Can anyone know why its like this? Any help will be appreciated. Thanks in advance
 
reply
    Bookmark Topic Watch Topic
  • New Topic