× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On a v7r3 Power8 box, I used IBM Web Administration for i to create an Application server called LAB_REPAIR (v2.6 web services).

It's based on a service program, RT0200S that has 2 procedures, ADDCASE and GETCASESTATUS. Right now I'm focused on the latter, GETCASESTATUS.  It has 2 parameters, email and casenbr.  Email is defined as fixed-length 100a and casenbr is zoned decimal 7.0.

The base resource URL (using ip address for the time being; this is on a private LAN only) is

     http://1.2.3.4:10010/web/services/lab_repair

The GETCASESTATUS procedure is associated with the http GET request:

Procedure name:                        GETCASESTATUS
HTTP request method:                   GET
URI path template for method:          /{email}{casenbr ^[0-9]+$}
HTTP response code output parameter:   *NONE
HTTP header array output parameter:    *NONE
Allowed input media types:             *ALL
Returned output media types:           *XML
Input parameter mappings:
Parameter name    Data type      Input source Identifier        Default Value
PEMAIL            char           *PATH_PARAM email             *NONE
PCASENBR          zoned          *PATH_PARAM     casenbr ^[0-9]+$  *NONE


The service is created and running, and the question is, what URI do I use to test it?

When I trythe following uri in a browser

http://1.2.3.4:10010/web/services/lab_repair?email=address%40example.com&casenbr=1234567

I get an HTTP 404 response (not found).

I tried using SOAPui and got the same thing.

I'm new at this REST stuff and really new at SOAPUI, but this really shouldn't be that hard. What am I missing?

--
*Peter Dow* /
Dow Software Services, Inc.
909 793-9050
petercdow@xxxxxxxxx <mailto:petercdow@xxxxxxxxx>
pdow@xxxxxxxxxxxxxx <mailto:pdow@xxxxxxxxxxxxxx> /


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.