Question

  Asked: Sep 27 2006   2:48 PM GMT
  Asked by: MartinSchloesser


calling an external web service from RPG


AS/400, RPGLE, Web development, Programming Languages, Web services, Web Services Standards

Our web guys have created a web service that we need to access from an RPG program. we have the URL http://999.99.99.99/mywebservice.asmx data will be passed to and from via SOAP format.

Martin.

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



I think you need to explain a bit more about what you're trying to achieve here. What sort of data is being exchanged, how frequently will you be calling the web service, what is the nature of the component in the client application that will use this data? This isnt really a question as such, unless you're not actually asking anything here :-)
  • AddThis Social Bookmark Button

Browse more Questions and Answers on AS/400 and Development.

Looking for relevant AS/400 Whitepapers? Visit the Search400.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

StealthEX  |   Oct 6 2006  7:10AM GMT

I think you need to explain a bit more about what you’re trying to achieve here. What sort of data is being exchanged, how frequently will you be calling the web service, what is the nature of the component in the client application that will use this data? This isnt really a question as such, unless you’re not actually asking anything here :-)

 

MartinSchloesser  |   Oct 6 2006  10:31AM GMT

Scott Klement from SystemINetwork (http://www.systeminetwork.com/isnetforums/showthread.php?t=45897)gave me these examples. They seem to be working well.

<a href="http://www.systeminetwork.com/article.cfm?id=52099" rel="nofollow">http://www.systeminetwork.com/article.cfm?id=52099</a>
<a href="http://www.systeminetwork.com/article.cfm?id=52258" rel="nofollow">http://www.systeminetwork.com/article.cfm?id=52258</a>
<a href="http://www.systeminetwork.com/article.cfm?id=52331" rel="nofollow">http://www.systeminetwork.com/article.cfm?id=52331</a>
<a href="http://www.systeminetwork.com/article.cfm?id=20590" rel="nofollow">http://www.systeminetwork.com/article.cfm?id=20590</a>