I recently updated sample_proxy_1.wsdl because it was no longer compatible with the service exposed by the sample Axis2 server. This caused problems when invoking the proxy service in sample 150 (and others) using SOAP UI. I didn't notice that the same WSDL was also used to demonstrate WSDL endpoints, so I left DUMMY as host address (which is OK when used with publishWSDL). This is now fixed, but sample 56 is still not working correctly: the response from the sample Axis2 server is received by Synapse, but never sent back to the client.
Andreas On Sat, May 2, 2009 at 05:41, Supun Kamburugamuva <[email protected]> wrote: > Hi all, > I was trying to run sample 56. But I couldn't due to several reasons. > Sample 56 refers the sample_proxy_1.wsdl. The endpoint refers the > service SimpleStockQuoteService and > port SimpleStockQuoteServiceSOAP11port_http. But this port name has changed > in the wsdl. So we cannot even start synapse with sample 56. > Also in the wsdl the destination addresses are specified as DUMMY. > There is a simple bug in WSDLEndpoint. I've attached a patch for this bug. > https://issues.apache.org/jira/browse/SYNAPSE-541 > I didn't touch the sample wsdl or sample configuration as I'm not clear > about the rationale behind those changes. > Thanks, > Supun. > -- > Software Engineer, WSO2 Inc > http://wso2.org > supunk.blogspot.com > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
