Hi.
 
1.  you need the machine on your lan to be accessible externally you need to get your firewall techy to allow access to that machine or the url through the  firewall by mappings.
 
e.g. 
 
internal server is http:\\pc1000:8100
ensure this works on the server and inside the lan
 
then
 
get your firewall admin
to map
a url from an extral site to this mapping
 
e.g.
 
http:\\www.mysite.com\soap ->>>>>> http:\\pc1000:8100
 
At least thats how we did it.  Anyone have any other suggestions?
 
J

Bassem HAIDAR <[EMAIL PROTECTED]> wrote:
i have a soap server in a LAN behind a firewall and i want that it shoud
be accessible from the internet.
who i can declare his URL, ( i have a NAT in my LAN).
thanks


Jonathan Roberts wrote:
> try using the set proxy functionality
>
> SOAPHTTPConnection httpConn = null;
> httpConn = new SOAPHTTPConnection();
> httpConn.setProxyPort(mintProxyPort);
> httpConn.setProxyHost(mstrProxyServer);
>
>
>
> */Bassem HAIDAR <[EMAIL PROTECTED]>/* wrote:
>
> hello
> who a i can access to a soap server placed in a LAN behind a firewall.
> thank you
>
>
>
> Scott Nichol wrote:
> >>The problem is that the namespace declaration are replicated in the
> >>following method call:
> >>respEnv.marshall(sw, xjmr)
> >
> >
> > Can you be more specific? A copy of the response payload would be
> great. Also, if you have created WSDL that you are reading from the
> Axis client, please post that as well.
> >
> > Scott Nichol
> >
> > Do not send e-mail directly to this e-mail address,
> > because it is filtered to accept only mail from
> > specific mail lists.
> >
> >
> >
>
>
> ------------------------------------------------------------------------
> Want to chat instantly with your online friends? *Get the FREE Yahoo!
> Messenger*
>
>



Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger

Reply via email to