Hi
I hosted my WCF service in IIS and I wanted this service to be consumed by Java App. The java app work fine in JDK 1.6. However this does not work in JDK 1.4 ( I am using Apache axis2).
Now I wanted to try creating a simple asp.net page which just send the soap message to the service. I thought I could do this just by posing this info to the .svc page. But I am not able to call the .svc file with Http veb "post"
Any idea of using a simple service created using WCF and hosted in IIS without a WCF client? I am looking for sending soap message and recieving soap response using simple Http request. If this works I could try the same technique in Java as well.
Your answers are highly appreciated
Thanks
Rajesh