hi, The following Exception occurs when i try to deploy: ---------------------------------------------------------------------------- -- NasdaqQuotes Service Found.... preparing proxy... NasdaqQuotes Service Proxy Initialized... invoking service... Exception in thread "main" com.ibm.wstk.WSTKException: RPC exception in method invocation. ---------------------------------------------------------------------------- -- Nested exception is: [SOAPException: faultCode=SOAP-ENV:Client; msg=No Deserializer found to deserialize a 'urn:nasdaqquotes-service:NasdaqQuote' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.;targetException=java.lang.Illeg alArgumentException: No Deserializer found to deserialize a 'urn:nasdaqquotes-service:NasdaqQuote' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.] at com.ibm.wstk.service.client.SoapHttpServiceProxy.invoke(SoapHttpServiceProxy .java:246) at com.ibm.wstk.service.client.SoapHttpServiceProxy.invoke(SoapHttpServi ceProxy.java:103) at NasdaqQuotesClient.main(NasdaqQuotesClient.java:45 ---------------------------------------------------------------------------- --- Any idea why? By the way, I didn't use the sample given in the toolkit, instead I complied and deployed the web services following the tutorial. thanks zaf