Mailing list manager:
Whenever I reply to soap-user list, I got the following message. Could you delete "nimish.chourey+AEA-rave-tech.com" from this mailing list? It is an unreachable address.
Daniel -------- Original Message -------- Subject: Delivery Status Notification (Failure) Date: Wed, 26 May 2004 18:30:26 +050- From: postmaster+AEA-rave-tech.com To: zhang+AEA-clinicaltools.com
This is an automatically generated Delivery Status Notification.
Delivery to the following recipients failed.
nimish.chourey+AEA-rave-tech.com
Reporting-MTA: dns;asterix.rave-tech.com Received-From-MTA: dns;asterix Arrival-Date: Wed, 26 May 2004 18:30:26 +0530
Final-Recipient: rfc822;[EMAIL PROTECTED] Action: failed Status: 5.1.1
--- Begin Message ---Martin:
The method you are talking about is the client side. And we have no control of our partners(clients) side. We only know our clients sending us SOAP message and we(server side) need to tell the URLs/IPs of our clients.
Daniel mail.laconiadatasystems.com wrote:
Daniel-
From the URL you can get your QueryString e.g.
URL url = new URL ("http://www.mySoapRouter.com/soap/servlet/rpcrouter"); Response resp = call.invoke (url, "");
string query=url.getQuery();
string host = url.getHost();
/*and most anything else you need can be extracted from the url*/
HTH,
Martin
----- Original Message ----- From: "Daniel Zhang" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 25, 2004 2:30 PM
Subject: SOAP method to get server/ip of incoming message source
Hi, All:
In SOAP package, is there any method could retrieve servername/IP of incoming source? I need a method sitting on the server side to tell the client servername or IP.
Thanks,
Daniel
--- End Message ---