How to invoke wm.tn:receive service using reverse gateway server and Web URL

the port is set to allow by default

Also try wm.tn:receive service Execute ACL set to Anonymous and try:

HTH,
RMG

thanks i’ll give it a try. appreciate the help.

OK please update your testing findings:

Next would be to check the group which the username being used to authenticate is in. You most likely don’t want your service to use anonymous execute access.

sorrry for the late update. been traveling a lot. my problem was with the 4433 port i have setup from the outside was set to deny by default. changed that and also locked down the gateway reg port to the gateway server to only allow my wm.tn/receive service and all is working well

The lesson here (which I’ve had to relearn many times)–trust what the error message is telling you. :slight_smile:

I still strongly recommend that you don’t let outsiders call wm.tn/receive directly.

YES agreed with Rob unless you have https/authentication (trusted source) in place or design a custom gateway framework service to allow external world:

“I still strongly recommend that you don’t let outsiders call wm.tn/receive directly.”

HTH,
RMG

As you said both reverse gateway and internal servers are with in firewall , I don’t think any issue will be there with Network. Please make sure whether you have done port creation properly in both servers. If possible recreate once again also try to keep different port numbers in reverse invoke and internal servers so that you can check whether port is listening or not ?

First you should verify the connection between reverse gateway server to Internal IS is proper… for that you can just try to run some custom service which logs the message…

Yes he checked on the ports and resolved it seems to me:

Hi Guys, I have issue with reverse HTTP Gateway.

I have this DMZ server which port configured below:
Gateway External : 8080 → Allow by default
Gateway Registration : 6666 → Allow by default

Internal Server port setup:
Registration Internal : 6666 (Hostname: name of the DMZ server) → Allow by default

My problem now, I cannot execute the sample service i made to log message in the internal server.

I’m trying to run this one in the browser to execute the service but no response returned
[url]http://DMZServerName:8080/invoke/test/test[/url]

I tried to run this using the primary port in the internal server it’s working well.
[url]http://InternalServer:4848/invoke/test/test[/url]

please need your help guys

Hi Guys, I have issue with reverse HTTP Gateway.

I have this DMZ server which port configured below:
Gateway External : 8080 → Allow by default
Gateway Registration : 6666 → Allow by default

Internal Server port setup:
Registration Internal : 6666 (Hostname: name of the DMZ server) → Allow by default

My problem now, I cannot execute the sample service i made to log message in the internal server.

I’m trying to run this one in the browser to execute the service but no response returned
[URL]http://DMZServerName:8080/invoke/test/test[/URL]

I tried to run this using the primary port in the internal server it’s working well.
[URL]http://InternalServer:4848/invoke/test/test[/URL]

please need your help guys

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.