This topic contains 2 replies, has 2 voices, and was last updated by msalman@harriscomputer.com 1 year, 6 months ago.
consuming a soap service
You must be logged in to reply to this topic.
This topic contains 2 replies, has 2 voices, and was last updated by msalman@harriscomputer.com 1 year, 6 months ago.
G’day folks, I am trying to consume a soap service in iguana and couldn’t find much except the following article
is there a better way in iguana to consume soap services? because constructing the whole soap message in code doesn’t sound like the best idea to me or perhaps i am missing something.
hoping for some help here.
Cheers
Hello!
You can use Iguana to do an HTTP request on the SOAP service then parse the returned response. Since SOAP is XML, you can use xml.parse for further parsing.
Here is an example of how to call a webservice:
https://help.interfaceware.com/v6/call-a-webservice
https://help.interfaceware.com/api/#net_http_get
Here is the API for xml.parse:
https://help.interfaceware.com/api/#xml_parse
Feel free to reach out to support@interfaceware.com if you have questions not answered here.
would i not have to create a soap xml request message first? this was my original question whether there is a better way out there to consume soap services
Hello!
You can use Iguana to do an HTTP request on the SOAP service then parse the returned response. Since SOAP is XML, you can use xml.parse for further parsing.
Here is an example of how to call a webservice:
https://help.interfaceware.com/v6/call-a-webservicehttps://help.interfaceware.com/api/#net_http_get
Here is the API for xml.parse:
https://help.interfaceware.com/api/#xml_parseFeel free to reach out to support@interfaceware.com if you have questions not answered here.
You must be logged in to reply to this topic.