Forum Discussion

lorna's avatar
lorna
Maven
11 years ago

asmx web service

Hi,

I have a .asmx web service - can I use  http.client.request to make a call to that? Or is there another way?

 

Thanks!

1 Reply

  • PaoloT's avatar
    PaoloT
    Lithium Alumni (Retired)
    11 years ago

    Hi lorna 

     

    the http client does what it says on the tin - it makes http calls and retrieves http responses. As long as the webservice can return data in a suitable format supported by the client (JSON or plain text), then it should be possible to integrate.

     

    If the data returned is in a different format, or there are other specific constraints / requirements - then it may be useful to run up your requirements via Professional Services and see wheter this could be more involved than that and require another approach.

     

    Hope this helps,