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.

Reply via email to