ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Web Service issues when passing parameters to the RPG program

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Web Service issues when passing parameters to the RPG program

    We are trying to write an RPG interface that will call a Third Party address checking web service. Our senior programmer used a WSDL to create our client side web service. This is the first time we have ever done something like this. Our problem now is that his program works (the call to the web service is successful) if we don't pass it any parameters to our program. But as soon as we add a parameter list (whether we actually use the parameters or not), the call to the external web service is not successful. Any thoughts?

  • #2
    Re: Web Service issues when passing parameters to the RPG program

    My first thought is that there is something not defined right with the parameters on one side or the other and you are stomping on some memory somewhere in the program thus causing it to not work correctly.

    Comment


    • #3
      Re: Web Service issues when passing parameters to the RPG program

      Originally posted by kreynolds
      the call to the external web service is not successful. Any thoughts?
      any error message or logs?

      Comment


      • #4
        Re: Web Service issues when passing parameters to the RPG program

        Actualy Scott M may have hit it on the head. Right before he posted my cohort and I discovered that we may need to account for some other input values. Just setting things up to try that now.

        Comment

        Working...
        X