Monday April 30, 2007
Ask the WSIT/Project Tango Experts
As mentioned earlier, Ask the WSIT Experts (Web Services Interoperability Technologies, aka Project Tango) is now live!
Please start shooting your questions and we are ready.
Technorati: wsit tango webservices glassfish
Posted by Arun Gupta in webservices | Comments[24]
|
|
|
|
|
Today's Page Hits: 105
Total # blog entries: 1002
Posted by Dmitriy on May 11, 2007 at 02:02 PM PDT #
Posted by Arun on May 15, 2007 at 08:49 PM PDT #
Posted by Khalid Jayoussi on July 22, 2007 at 12:36 AM PDT #
Posted by Arun Gupta on July 22, 2007 at 05:30 AM PDT #
Posted by Khalid Jayoussi on July 22, 2007 at 11:42 PM PDT #
Posted by Khalid Jayoussi on July 23, 2007 at 04:44 AM PDT #
Posted by Arun Gupta on July 23, 2007 at 06:11 AM PDT #
Posted by Khalid Jayoussi on July 25, 2007 at 02:56 AM PDT #
Posted by Khalid Jayoussi on July 25, 2007 at 03:00 AM PDT #
Posted by Arun Gupta on July 25, 2007 at 06:01 AM PDT #
Posted by Khalid Jayoussi on July 25, 2007 at 07:26 AM PDT #
Posted by Arun Gupta on July 25, 2007 at 07:44 AM PDT #
Hi,
I have 2 WCF services. let us call them Service1 and Service2. In each service there is the Same data contract (DataContract1).
now in service1 there is an operation contract
MyOperation(DataContract1 data).
then I get the proxy classes in netbeans5.5.1 for both services, I need the returned datacontract1 from service2 to be passes to MyOperation. but it gives me incompatable types. how can I resolve this problem. is there any way to share these data between the 2 services. in other words is there any way to generay 1 datacontract for both service when we generate the proxy classes.
Posted by Khalid Jayoussi on August 14, 2007 at 08:29 AM PDT #
any one can help please?
Posted by Khalid Jayoussi on August 17, 2007 at 11:08 PM PDT #
Khalid, If you can share your exact WCF code then I'll work on a solution for you.
Posted by Arun Gupta on August 19, 2007 at 03:40 PM PDT #
can I send you the whole java project.
if yes I will send it via email ok?
Posted by Khalid Jayoussi on August 20, 2007 at 10:00 AM PDT #
I can create the Java client, I need to know the WCF code.
Posted by Arun Gupta on August 20, 2007 at 12:17 PM PDT #
you can find the code here
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2010823&SiteID=1
Thanks
Khalid Jayoussi
Posted by khalid jayoussi on August 20, 2007 at 11:26 PM PDT #
Khalid,
Just curious, why do you duplicate the DataContract in both the services ? Can you not create a separate class for DataContract and then use it in both the ServiceContracts ?
Posted by Arun Gupta on August 21, 2007 at 02:16 PM PDT #
Hello Arun. the problem is that each service
will work seperatly. but the two services can work together. in other world, if you add one service it will work fine alone. and if you add the other service it will work fine two.
these service i will redistrubute it. and my customers will consume these two services.
thats why I cant create separate class. because the customer will be responsible to generate theses classes not me, nad i need to solve this issue for them.
Posted by Khalid Jayoussi on August 21, 2007 at 09:11 PM PDT #
My java client was working well with .Net WCF Services using basicHttpBinding but now when switched to wsHttpBinding it fails on the server side i get the following exception :
Exception Type: System.ServiceModel.ActionMismatchAddressingException, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message: The SOAP action specified on the message, '', does not match the HTTP SOAP Action, 'http://tempuri.org/IFileOperation/AuthenticateUser'.
Can anyone please help?
Posted by Prashant Majhwar on October 03, 2007 at 09:52 AM PDT #
Prashant, can you share the WSDL generated by .NET ?
Posted by Arun Gupta on October 03, 2007 at 09:56 AM PDT #
I found the solution. Netbeans 6 was by default loading the jax-ws 2.1 libraries when webservice client was generated so we forced the wsit related libraries to be loaded and it worked !!
Posted by Prashant Majhwar on October 16, 2007 at 07:59 AM PDT #
Hello Arun. the problem is that each service
will work seperatly. but the two services can work together. in other world, if you add one service it will work fine alone. and if you add the other service it will work fine two.
these service i will redistrubute it. and my customers will consume these two services.
Posted by laptop batteries on November 26, 2008 at 08:47 PM PST #