在Ionic中使用HTTP POST / SOAP Web服务

时间:2019-07-05 12:13:36

标签: http ionic-framework

我是电话应用程序开发的新手,并且正在使用Ionic。我要抓取的网站有一个Web服务来获取信息。它同时提供SOAPHTTP的获取/发布代码。

首先,我不确定在我的代码中是否可以使用HTTP POST调用。其次,我不确定如何添加-在哪里? -我的离子代码。

我对puppeteer进行了此操作,只是发现它们具有可通过Web服务获得的信息。我在这里阅读了几篇文章,但他们认为我已经知道如何使用它。

POST /webservices/wsadoption.asmx/AdoptableSearch HTTP/1.1
Host: wspetangoprd2.azurewebsites.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length

authkey=string&speciesID=string&sex=string&ageGroup=string&location=string&site=string&onHold=string&orderBy=string&primaryBreed=string&secondaryBreed=string&specialNeeds=string&noDogs=string&noCats=string&noKids=string&stageID=string

我也在他们的页面中看到了以下表格:

<form target="_blank" action='http://ws.petango.com/webservices/wsadoption.asmx/AdoptableSearch' method="POST"> 

...显然,这是表单的一部分。

我想知道如何在Ionic中连接到该Web服务。在表单代码中使用操作是否足够?我需要什么东西吗?

0 个答案:

没有答案