2009/1/9 Grzegorz Danecki <[email protected]>: > Hello everybody
Hi! > > I'm trying to get pound working with my webservice, but strange thing > happens: > > Pound strips everything after "?" char in the URL. When > > /ccx/Boundary?wsdl > > is called > > pound is trying to retrieve and deliver > > /ccx/Boundary > > and throws the page with error, cause such URL does not exist. Since this is not URL - this is Query String ;-) Everything found after "?" sign in HTTP request is Query String. Hope this helps you. I cannot write longer answer now. AdamLis; -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
