aspose file tools
The moose likes Web Services and the fly likes Problems to build a Java Client to consume a C# WebService Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Problems to build a Java Client to consume a C# WebService" Watch "Problems to build a Java Client to consume a C# WebService" New topic
Author

Problems to build a Java Client to consume a C# WebService

gabriel silva
Greenhorn

Joined: Mar 11, 2009
Posts: 1
Hello Fellows,

I'm having a big trouble with a WebService written in C#. I made one client in C# and it works fine, I just have to instantiate the objetct CookieContainer and call the Logon method, after this, I can call the other methods with no problems.
But, whit a Java client, I don't have the object cookieContainer. So I can logon sucessufuly, but I can't call any other methods, because I get a error message that I have to logon first, I realize that the error is because I don't have the cookieContainer, so I can't maintain the session with the WebService.

There is some object similar to cookieContainer in Java?
 
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: Problems to build a Java Client to consume a C# WebService
 
Similar Threads
Java webservice .NET Client. Performance issues
Hashcode Problem
Web Services jargon
Call method using JNI
equals() vs ==