• Devishree
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi all,

 

          I want to call locally created webservice inside of apex. Locally i created JAX-WS webservice for circle functionallity. This is available at localhost:8080/mywebserviceurl. While parsing this wsdl file i am getting error. Is it possible to access the locally created webservice inside of apex?

Hi All,

 

I developed a web service and hosted over the web. I used the wsdl of this webservice to create an apex class in salesforce. I created a visual force page which will consume this apex class. So finally what i'm trying to do is access the webservice from vf page. But while doing this i'm getting the following error "System.CalloutException: IO Exception: Read timed out". I want to know the different reasons why this error occurs. Can anyone please help.