Hi All,
I have a question. Will it be possible to have communication between client and a Service that is having different NameSpace Associated with them? Let me explain my problem. For Details please see the WSDL Attached. I have a client that is been developed using the attached WSDL, that works fine if I am building a service using the same WSDL. But since our proposed service have similar kind of clients to deal with . But those clients are generated using almost same WSDL, except the target Namespace changes and in different package itself. So for the first client (Client1) I have to create the supporting classes in package com.intuit.developer to work fine (as per mentioned in namespace "http://developer.intuit.com"). But is there any way I can package the classes into com.dtc.sync and also able to change the namespace of WSDL to "http://sync.dtc.com" and still able to communicate with Client1 (Which is being generated using namespace "http://developer.intuit.com". And I cannot Change the Clinet1 code/WSDL). So I need to have my Service to be generated using WSDL with Namespace "http://sync.dtc.com" (Instead of Namespace "http://developer.intuit.com") And still able to do service for the Client that is been generated using the WSDL attached (ie with Namespace "http://developer.intuit.com") So in the end I need to expose my Service's WSDL with Namespace "http://sync.dtc.com" instead of "http://developer.intuit.com" and works fine with the client developed using WSDL having Namespace "http://developer.intuit.com" If I am wrong please correct me. Thanks in Advance, Renjith
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
