Hi Ruwan, It is pretty simple:
<!-- Introduction to proxy services --> <definitions xmlns="http://ws.apache.org/ns/synapse"> <proxy name="HolidayProxy"> <target> <endpoint> <address uri="http://localhost:8080/holidayService/"/> </endpoint> <outSequence> <send/> </outSequence> </target> <publishWSDL uri="file:repository/conf/holiday/resources/holiday-scenario-1.wsdl"/> </proxy> </definitions> Someone else requested a peek at the actual request I'm sending, so I'll send that in a bit. Thanks, David =============================== David Purcell Systems Architect MN State Colleges and Universities [EMAIL PROTECTED] ==============================+ >>> <[EMAIL PROTECTED]> 12/12/2007 9:06 PM >>> Hi David, Can you please attach your synapse.xml file and then I can have a look of the config and tell you what is exactly wrong. My wild guess is that you have specified the proxy name something other than *HolidayProxy*. You should call the proxy with the name that you specified in the proxy configuration. Thanks, Ruwan On 12/13/07, David Purcell <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to recreate the simple proxy example. I can get the sample 150 > to work fine (the simple one from the quick start example), and I have > created my own SOAP client and server that works fine (using Spring web > services, not AXIS, however). But when I try to set up my own proxy like > the example 150, and have my client call the proxy instead, I get this > message: > > org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation > not found is /soap/HolidayProxy/ and the WSA Action = null > > Has anyone run into this situation? > > Thanks in advance, > > David > > > > =============================== > David Purcell > Systems Architect > MN State Colleges and Universities > [EMAIL PROTECTED] > ==============================+ > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Ruwan Linton http://www.wso2.org - "Oxygenating the Web Services Platform" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
