473,416 Members | 1,578 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

Accessing Java Web Service

I am trying to access Web Service of a Vendor. Its built using Java on
Weblogic.
Connection is restricted to users with client certificate provided by them
and
NOT from any recognised authority.

The Web Service setup at the vendor does not allow us to browse the wsdl or
xsd. They have provided us the wsdl for to use.

My problem is I am unable to compile the wsdl using wsdl.exe because it gives
me an error message tht the xsd file is missing. Additionally I am unable to
connect to the web service via .NET get a connection timeout. I can use the
browser and see the connection in progress because it requests a client
certificate and connection is done.

Can anyone please help me clarify the following.
1. Does .NET have issues with client certificates issued by a CA not part of
the
trusted list.
2. How do we convert the wsdl to get the proxy file.

Vendor on their part say all users who have used java for implementation have
been using the service without any issue. Any changes at the vendor end is
not possible.

Nov 23 '05 #1
1 1661
..Net uses the same mechanisms as Internet Explorer does for making HTTP
requests. With that the CA needs to be in the trusted list for the
user making the request. If you have multiple users accessing this web
service I suggest creating a service agent that will make the requests
for your users on their behalf. Think of a service agent as the same
thing as a data access component talking to a database but in this case
it will talk to a web service.

As for the Wsdl issues, man if i had a nickle for everytime I have seen
someoen have problems consuming a java web service in .Net, I would be
retired in the cayman islands right now. First, in my mind the easiest
way to get the wsdl into a proxy class, and to dump it on some local
site, and let Visual Studio do the work. I am assuming this is what
you are doing, but I could be wrong. Generally the xsd's are created
for typed datasets by the Visual Studio IDE, so I am not sure why it
says it is missing.

As for the vendor, if they could not support a .Net web service which
in reality should be only minor tweaks on there side. i would not do
business with them. Any one that says, well it works with Java, missed
the whole concept of a web service in the first place.

Anyways. the community here would need to see the wsdl to try to help
you find a resolution. So if you can please share it, so that we may
help.

Nov 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Kookymon1 | last post by:
This is an attempt to respond to an older question (several months). Date: 2002-03-07 13:10:23 PST Subject: On the Common DOM API and Applets. The original message was: >LiveConnect and the...
0
by: Paul Hutchinson | last post by:
All, I wonder if anyone can help/advise with the following interoperability issue we are encountering? We have a .NET web service that takes an abstract type as parameter. Using it from a...
7
by: David Laub | last post by:
I've also posted this issue to a Sun/java formum, but since it appears to be an integration issue, this may be the better place to posr: I have written a dot net/c# Web Services doesn't fully...
6
by: Siddharth | last post by:
Hi all, I have been trying to access a web service over HHTPS but have not been successful. The client has provided us with a pfx file that is password protected. I successfully exported the...
3
by: Olivier BESSON | last post by:
Hello, I have a web service of my own on a server (vb.net). I must declare it with SoapRpcMethod to be used with JAVA. This is a simple exemple method of my vb source : ...
0
by: vijayalakshmi.venkataraman | last post by:
Hello, I have a .NET client that accesses a Java webservice. Let me first say that the client stub I got generated from the wsdl was incomplete and had to make changes to it manually to make it...
1
by: kapil.singhal | last post by:
Hello, I have created a VC++ Client in Visual Studio 6.0 which is accessing the Java Web Service. I have generated the proxy file using GSOAP 2.6 Toolkit and I am able to access the functions of...
0
by: TeenaRoz | last post by:
Hi, Can some one help me in finding out why this exception occurs when ever I try to load a particular JSP page? Oct 29, 2008 4:23:54 AM org.apache.catalina.loader.WebappClassLoader loadClass...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.