Request/Responce from a Specific Web Service

BlitzMax Forums/BlitzMax Programming/Request/Responce from a Specific Web Service

Glenn Dodd(Posted 2010) [#1]
Does anyone know how to connect to this web service?
https://eclonline.nzpost.co.nz/eclonlineweb/services.asmx

CMEChangeLogCall is the one i specifically want to use.

I can supply all the needed parameters for a valid username/password and the actual field values.

I haven't the foggiest on how to do this in BlitzMax.
Some source code is what i am after. Once i have got the hang of it i can access the other methods and then the newer web services in our UAT environment.

there is also another address which doesn't bother with soap headers.
https://eclonline.nzpost.co.nz/eclonlinewebnowse/services.asmx


Regards
Glenn


slenkar(Posted 2010) [#2]
have you tried the curl module from brucey?


Glenn Dodd(Posted 2010) [#3]
i haven't.
does it have an example?
i know next to nothing about all this soap stuff :)


Dreamora(Posted 2010) [#4]
Then I would start with working with SOAP on the webservice end first before you try to use them in a "foreign environment" :)


Glenn Dodd(Posted 2010) [#5]
looks like i will be offline for a few days.
My win7 pc has just curled up its toes.

Does anyone have any code which accesses a web service and processes a response?

I will look into Bruceys curl module once i get back online and have resynced with svn.

Dreamora - i am not quite sure what you mean. i just want to access some web services, not get too low level and create them.

Cheers
Glenn