aspose file tools
The moose likes Web Services and the fly likes Can WCF .svc type web services be consumed using Apache Axis through WsHttpBinding? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Can WCF .svc type web services be consumed using Apache Axis through WsHttpBinding?" Watch "Can WCF .svc type web services be consumed using Apache Axis through WsHttpBinding?" New topic
Author

Can WCF .svc type web services be consumed using Apache Axis through WsHttpBinding?

Karthikeyan Bhaskaran
Greenhorn

Joined: Jul 02, 2007
Posts: 5
Hello Everybody,

I've been looking up on the internet for information about support for WsHttpBinding and Apache Axis (not Axis2), and java-based client for consuming a .NET WCF .svc type webservice. ( I did not face any problems using a .asmx service. )
However, I have not been able to locate such information in plain English. Even if I did actually land on a page which might have provided useful information, I do not understand the language used on many such pages. Can somebody throw some light on whether WsHttpBinding is supported in Apache Axis (pre-Axis2)? This will immensely help me troubleshoot one of the issues I have been having.

Regards,

Karthikeyan


I have an i for deta l.
Yaron Naveh
Greenhorn

Joined: Oct 26, 2008
Posts: 24
It depends how you configure the WsHttpBinding.
The default setting of negotiateServiceCredentaial=true is not supported even by Axis2.
If you have changed this setting in WCF it is possible but I havn't tried it and I guess it can be very hard (even with Axis2)

[url]http://webservices20.blogspot.com/[/url]
Web Services Performance, Interoperability And Testing Blog
Karthikeyan Bhaskaran
Greenhorn

Joined: Jul 02, 2007
Posts: 5
Thanks Yaron. Do you know if it is possible with pre-Axis2 at all?
Yaron Naveh
Greenhorn

Joined: Oct 26, 2008
Posts: 24
Not sure. The security stuff may be ok under some configuration, but I don't know if Axis supports the correct WS-Addressing version.
Karthikeyan Bhaskaran
Greenhorn

Joined: Jul 02, 2007
Posts: 5
Thanks. I will try to locate more information.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Can WCF .svc type web services be consumed using Apache Axis through WsHttpBinding?
 
Similar Threads
Why use Axis or Axis 2 when there is Metro etc?
Axis 1.X and Axis2
Developing Java Web Services with AXIS, Tomcat,
a jax-rpc as a client of an axis2 + rampart
Invoke .NET Web Service using Java/Axis passing SoapHeader