Developer forum

Forum » CMS - Standard features » Content Integrator

Content Integrator

Thomas Schroll
Reply

Hi

I need to submit an address (?vejnavn=Vejnavn&postnr=0000&husnr=00) to a webservice. I should then receive a xml with data, that I show on the page. Is it possible to use the module 'Content Integrator' with a form, or is it only static parameters that can be passed to the webservice?

Regards Thomas

 

 


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Thomas

 

If you check the "Forward query string" option on the paragraph, the specified URL gets the querystring added to it.

 

But a webservice usually expects a post and not a get...

 

If it is a .NET webservice, and you have access to it, you can make it available via get operations:

http://stackoverflow.com/questions/618900/enable-asp-net-asmx-web-service-for-http-post-get-requests

 

BR Nicolai

 
Thomas Schroll
Reply

Hi Nicolai

Thanks. I didn't think of the post/get issue. I don't have access to service, so I'll just have to do it in another way.

Regards Thomas

 

You must be logged in to post in the forum