[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Apache configuration



   Hey all


   Some time ago I had a quick and dirty little web service hosted on the
   iSeries.  Ultimately we ended up just consuming web services from other
   platforms and the need to host was lost.  Well, the need is back so I'm
   trying to resurrect my old code and everything seems to look fine but
   it seems to get hung up.  As I said, this one is a very simple proof of
   concept.  It receives a network ID and turns around and sends an email
   (SNDDST) to [1]networkID@xxxxxxxxxxxxxxxxxxx  Back when I was playing
   with it, it worked fine.  I had written an RPG program with which to
   consume the web service.  Again, very simple, from a command line CALL
   MYPROGRAM PARM(networked).


   Well, now it gets hung up in the consumer when it goes to do the actual
   consumption:


   rc = http_url_post_xml(

                       'http://sysName:14444/cgibin/vescl'

                           : %addr(SOAP) + 2

                           : %len(SOAP)

                           : *NULL

                           : %paddr(Incoming)

                           : %addr(msgOut)

                           : HTTP_TIMEOUT

                           : HTTP_USERAGENT

                           : 'text/xml'

                           : 'http://sysName:14444/cgibin/vescl');


   It's been a while since I did play with it, and I don't discount that I
   may have been tweaking and playing with the code after hosting got shut
   down, but something tells me I'm not doing something at the Apache
   Server level that I need to, or in the mean time something about the
   server itself has changed.  Any ideas, suggestions, or recommendations
   are welcome.


   I will say we're now at V7R1 on this box, and (sad to say) I've not
   upgraded HTTP API in quite a while.  I need to do that, but that will
   become a major deal because of the change management in place.  They
   are giving me a partition to play in a little, so I will definitely get
   up to date there and begin the task of changing over.


   Thanks a ton!


   Vincent Selders

   System Architect

   Magellan Health Services

   desk: (314) 387-4244

   fax: (888) 656-0383

   GBAT


   *Confidentiality Notice*

   This electronic message transmission contains information belonging to
   Magellan Health Services that is solely for the recipient named above
   and which may be confidential or privileged. MAGELLAN HEALTH SERVICES
   EXPRESSLY PRESERVES AND ASSERTS ALL PRIVILEGES AND IMMUNITIES
   APPLICABLE TO THIS TRANSMISSION. If you are not the intended recipient,
   be aware that any disclosure, copying, distribution or use of this
   communication is STRICTLY PROHIBITED. If you have received this
   electronic transmission in error, please notify us by telephone at
   (314) 387-4244 or (800) 450-7281 ext. 74244. Thank you.


   excessive pride is certainly a familiar sin, but a man may just as
   easily frustrate the will of God by excessive humility

References

   1. mailto:networkID@xxxxxxxxxxxxxxxxxx

JPEG image

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------