Hi,

Your configuration seems to be just fine, if you can invoke this service
with the SOAPUI using the address
http://foxtrot-u1/handel.persistorder/services/Ping from the machine where
you run synapse then there should not be any problem in accessing this
service through Synapse.

Can you please post the DEBUG log of Synapse. You can turn on the DEBUG logs
by changing the log level of package org.apache.synapse and
org.apache.synapse.transport from INFO to DEBUG in the lib/log4j.properties
file found at the synapse home directory.

Thanks,
Ruwan

On Tue, Jun 24, 2008 at 7:45 PM, Hattestad <[EMAIL PROTECTED]>
wrote:

>
> Hi
>
> Im new to Synapse and hoping for some answer :)
>
> I have one webservice on my local machine and another one on another.
> If i call them with soapUi they both works fine.
> If i call the local one (with soapUi) through Synapse i work fine
> (PingLocal)
> If i call the external one (with soapUi) through Synapse i get a 404
> message
> in return (Ping).
> Any pointers to what might be wrong?
>
> synapse.xml
> <proxy name="Ping" >
>   <target>
>      <endpoint >
>         <address uri="http://foxtrot-u1/handel.persistorder/services/Ping";
> trace="enable"/>
>       </endpoint>
>       <outSequence>
>        <send/>
>       </outSequence>
>   </target>
>   <publishWSDL
> uri="http://foxtrot-u1/handel.persistorder/services/Ping?wsdl"; />
> </proxy>
> <proxy name="PingLocal" >
>   <target>
>      <endpoint >
>         <address
> uri="http://localhost:8080//handel.persistorder/services/Ping";
> trace="enable"/>
>       </endpoint>
>       <outSequence>
>        <send/>
>       </outSequence>
>   </target>
>   <publishWSDL
> uri="http://foxtrot-u1/handel.persistorder/services/Ping?wsdl"; />
> </proxy>
> --
> View this message in context:
> http://www.nabble.com/Newbie%3A-Cant-forward-message-to-webservice-on-another-machine-tp18091994p18091994.html
> Sent from the Synapse - User mailing list archive at Nabble.com.
>
>


-- 
Ruwan Linton
http://wso2.org - "Oxygenating the Web Services Platform"
http://ruwansblog.blogspot.com/

Reply via email to