I created a new service and just not seeing what I am doing wrong.
Is it not finding it because Resource/Parameters don't match?

What else should I be looking at?


When I do this, it says page not found (404).
I know the ip and port are correct as I use it in several other services I have created.

http://(our IP):(our port)/web/services/Contact_Maintenance/AA/780/0/ADD/Test-WOM/MAS/Master/123456789/0/456789012/testit@xxxxxxxxx<http://(our%20IP):(our%20port)/web/services/Contact_Maintenance/AA/780/0/ADD/Test-WOM/MAS/Master/123456789/0/456789012/testit@xxxxxxxxx>


Here is the setup

Resource Name:

Contact_Maintenance

Resource description:

Customer Contact Maintenance

URI path template:

/{envir:\w+}/{custno:\d+}/{seq:\d+}/{action:\w+}/{name:\w+}/{type:\w+}/{title:\w+}/{phone:\w+}/{phoneext:\w+}/{fax:\w+}/{email:\w+}

Startup type:


Service install path:

/www/WOMWEBSERV/webservices/services/Contact_Maintenance

Program:


Base resource URL:

http://(our IP):(our Port)/web/services/Contact_Maintenance


Resource information for methods [Display help for this form.] <http://192.168.1.11:2001/HTTPA/hlp_webs_manage_installed_new.html#methods>

Procedure name:

WOMCONMNTR

HTTP request method:

POST

URI path template for method:

*NONE

HTTP response code output parameter:

*NONE

HTTP header array output parameter:

*NONE

HTTP header information:

*NONE

Error response output parameter:



Allowed input media types:

*ALL

Returned output media types:

*JSON

Identifier for input wrapper element:

WOMCONMNTRInput

Identifier for output wrapper element:

WOMCONMNTRResult


Input parameter mappings:

Parameter name

Data type

Input source

Identifier

Default Value

ENVIR

char

*PATH_PARAM

envir

*NONE

CUSTNO

packed

*PATH_PARAM

custno

*NONE

SEQ

packed

*PATH_PARAM

seq

*NONE

ACTION

char

*PATH_PARAM

action

*NONE

NAME

char

*PATH_PARAM

name

*NONE

TYPE

char

*PATH_PARAM

type

*NONE

TITLE

char

*PATH_PARAM

title

*NONE

PHONE

char

*PATH_PARAM

phone

*NONE

PHONEEXT

char

*PATH_PARAM

phoneext

*NONE

FAX

char

*PATH_PARAM

fax

*NONE

EMAIL

char

*PATH_PARAM

email

*NONE





CustNo, Seq are Input/Output.
Fail is Output.

RPG parameters

// ===================================================================================
// Input Parameters
// ===================================================================================

Dcl-pr WOMConMntR;
Envir Char(2);
CustNo Packed(8 : 0);
Seq Packed(5 : 0);
Action Char(3);
Name Char(30);
Type Char(3);
Title Char(25);
Phone Char(12);
PhoneExt Char(4);
Fax Char(12);
EMail Char(50);
Fail Char(100);
End-pr;

Dcl-pi WOMConMntR;
Envir Char(2);
CustNo Packed(8 : 0);
Seq Packed(5 : 0);
Action Char(3);
Name Char(30);
Type Char(3);
Title Char(25);
Phone Char(12);
PhoneExt Char(4);
Fax Char(12);
EMail Char(50);
Fail Char(100);
End-pi;



Subject to Change Notice:

WalzCraft reserves the right to improve designs, and to change specifications without notice.

Confidentiality Notice:

This message and any attachments may contain confidential and privileged information that is protected by law. The information contained herein is transmitted for the sole use of the intended recipient(s) and should "only" pertain to "WalzCraft" company matters. If you are not the intended recipient or designated agent of the recipient of such information, you are hereby notified that any use, dissemination, copying or retention of this email or the information contained herein is strictly prohibited and may subject you to penalties under federal and/or state law. If you received this email in error, please notify the sender immediately and permanently delete this email. Thank You

WalzCraft PO Box 1748 La Crosse, WI, 54602-1748
www.walzcraft.com<http://www.walzcraft.com> Phone: 1-800-237-1326

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-2025 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.