cancel
Showing results for 
Search instead for 
Did you mean: 

Calling WebService

Former Member
0 Kudos

Hi All,

I have a requirement to call a transaction based on certain logic,

I am using Webservice action block to call a transaction and passing the WSDLBaseUrl and WSDLUrl through the link editor.

The issue is I am getting same kind of response for all transactions as the one for which I used at configuration time.

Am I missing some thing here.

Rupesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi.

I am not sure that you can alter the URL in a web service action block. We are using http post actions instead as we also had a problem regarding the XML encoding (special chars where mapped wrong).

BR

Poul.

Answers (1)

Answers (1)

former_member192939
Active Participant
0 Kudos

Rupesh,

I would check the following

Were you passing the correct parameter to the link editor?

Is the link hardcoded anywhere which pulls the same link again and again?

Good luck,

Ajay.

Former Member
0 Kudos

Hi Paul,

Thanks for your input, we have finally settled on Using HTTP post action and is working for us.

Kind Regards