[JBoss-user] [JBoss.NET SOAP] - Re: Server

2004-06-30 Thread DiegoMemo
Thank you... that's ok...you save my life... but if you are in localhost the 
istructin: getRemoteHost() return the localhost.
You can useing : getHeader(User-Agent)


thanks you very much

bye.


PS: Sorry for my bad english.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840414#3840414

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840414


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET SOAP] - Re: Server

2004-06-28 Thread nehring
You can get the MessageContext from Axis and then get the HttpServletRequest from that 
context.

For example, to get the remote host from within a Axis SOAP service, I do something 
like this:

MessageContext msgctx = AxisEngine.getCurrentMessageContext();
  | 
  | HttpServletRequest req = (HttpServletRequest) 
msgctx.getProperty(HTTPConstants.MC_HTTP_SERVLETREQUEST);
  | 
  | String remoteHost = req.getRemoteHost();


Best regards,
Lance Nehring
www.newparticles.com

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840206#3840206

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840206


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET SOAP] - Re: Server

2004-06-27 Thread tdiesler
You will have to provide your own pivot point handler, replacing HTTPSender

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840078#3840078

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840078


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user