473,785 Members | 3,352 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem using axis 1.1 as client

Hi all,

I am having a problem trying to consume a webservice that is developed on
..Net.

I can access it without any problem using a .net client, but when I use a
java client (based on Axis 1.1), some methods work, some don't. The error
message I got is "org.apache.axi s.types.URI$Mal formedURIExcept ion: No scheme
found in URI..."

Anyone experienced similar problem before?

Any help is appreciated...

Thanks in advance.

Jacky


Nov 12 '05 #1
3 2706
DC
AXIS to AXIS?

whoops~ ! wrong group.
maybe try the AXIS users mail list.

http://ws.apache.org/axis/mail.html

-D
"Jacky Zhu" <ja************ *@yahoo.com> wrote in message
news:uC******** *****@TK2MSFTNG P10.phx.gbl...
Hi all,

I am having a problem trying to consume a webservice that is developed on
.Net.

I can access it without any problem using a .net client, but when I use a
java client (based on Axis 1.1), some methods work, some don't. The error
message I got is "org.apache.axi s.types.URI$Mal formedURIExcept ion: No scheme found in URI..."

Anyone experienced similar problem before?

Any help is appreciated...

Thanks in advance.

Jacky

Nov 12 '05 #2
No, the webservice is on .Net...
"DC" <di****@online. microsoft.com> wrote in message
news:O7******** ******@tk2msftn gp13.phx.gbl...
AXIS to AXIS?

whoops~ ! wrong group.
maybe try the AXIS users mail list.

http://ws.apache.org/axis/mail.html

-D
"Jacky Zhu" <ja************ *@yahoo.com> wrote in message
news:uC******** *****@TK2MSFTNG P10.phx.gbl...
Hi all,

I am having a problem trying to consume a webservice that is developed on .Net.

I can access it without any problem using a .net client, but when I use a java client (based on Axis 1.1), some methods work, some don't. The error message I got is "org.apache.axi s.types.URI$Mal formedURIExcept ion: No

scheme
found in URI..."

Anyone experienced similar problem before?

Any help is appreciated...

Thanks in advance.

Jacky


Nov 12 '05 #3
ok sorry, my misunderstandin g.

I haven't experienced this problem. There are a bunch of examples of AXIS
and .NET interop.

One is here:
if you go to
http://www.winisp.net/cheeso/zips/

It has a demo of a webservice written in C#/.NET. There are several
clients, one of which is a JSP client, running in JBoss, that uses AXIS 1.1.

"Jacky Zhu" <ja************ *@yahoo.com> wrote in message
news:es******** ******@TK2MSFTN GP09.phx.gbl...
No, the webservice is on .Net...
"DC" <di****@online. microsoft.com> wrote in message
news:O7******** ******@tk2msftn gp13.phx.gbl...
AXIS to AXIS?

whoops~ ! wrong group.
maybe try the AXIS users mail list.

http://ws.apache.org/axis/mail.html

-D
"Jacky Zhu" <ja************ *@yahoo.com> wrote in message
news:uC******** *****@TK2MSFTNG P10.phx.gbl...
Hi all,

I am having a problem trying to consume a webservice that is developed on .Net.

I can access it without any problem using a .net client, but when I
use
a java client (based on Axis 1.1), some methods work, some don't. The error message I got is "org.apache.axi s.types.URI$Mal formedURIExcept ion: No

scheme
found in URI..."

Anyone experienced similar problem before?

Any help is appreciated...

Thanks in advance.

Jacky



Nov 12 '05 #4

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

Similar topics

1
2697
by: jean.rossier | last post by:
Hello All, I am facing a problem while importing pylab library(in a .py program file) via web browser however the same program works when I execute it from the command prompt. my configuration : Fedora Core 3 Apache 2.0
4
6320
by: JLJ | last post by:
I have a very simple webservice written in Java/Axis. It takes in a complexType with 2 string elements, userid and password. The response is a complexType containing two complexTypes each having 2 strings <wsdl:portType name=SecurityLoginService"> <wsdl:operation name="login"> <wsdl:input message="tns:loginRequest" name="loginRequest"/> <wsdl:output message="tns:loginResponse" name="loginResponse"/> </wsdl:operation> </wsdl:portType>
1
2157
by: Thomas | last post by:
Hi, I have written a Web Service using Axis C++ Server and a .Net Windows client. I considered every interoperability issue between Axis and .Net( Doc/Literal ...) The .Net Windows client can communicate with Axis without any problems. Now I want to use my Web Service on a windows CE pocket pc but the problem is that .Net don't create a client stub that can be compiled. If I try to compile in .Net the following errors occur:...
2
3574
by: David R | last post by:
I am writing a .NET web services client that is calling an Axis web service. I have two questions. 1. The following code should set the authentication; when I call a method on the web service, the call fails with "bad username/password". // wrWorkReq is the name of the service wrWorkReq.Credentials = new System.Net.NetworkCredential("adolph.ramirez", "xxx");
4
13993
by: nawrin22 | last post by:
hi.. I am a niwebie in 'AXIS' . but i had correctly installed it without any problem with the help of 'apache.axis.install.pdf' and also tested the examples under 'samples\userguide' directoy provided with 'AXIS'. Later ,I wanted to run a 'build.xml' file created of my own to run the 'example3' project under a diffrent directory and configured the 'build.xml' accordingly. I succeded but after then .. I could not run any of the...
11
3252
by: David R | last post by:
This is a repost, with additional information. I have a Net 2.0 client (C# Winform) calling an Axis web service. The .NET client can authenticate, create requested objects, serialize the objects and send. These are received without issue on the Axis server. The .NET client can also receive responses from the Axis web service when the response is a single value type (long, string, etc), or an array of value types. However if an object...
1
2696
by: David R | last post by:
I am calling an Axis web service from a Net 2.0 client. To be helpful, the developers on the Axis side sent a test client that they created, with snippets below. What I am trying to do is add a document to a workplan object, and return the object. I can return the object okay, but do not see how I can do this with .NET. I was expecting something like an attachfile method that returns an array of bytes. I have the WSE 3.0 installed.
2
3960
by: Philip Reimer | last post by:
Hello. We have here a Java web service that has been created using Apache Axis 1.4, using the document/literal wrapped style, and returns complex types in its methods. When consuming the web service with a C# client, all the fields in the returned objects are null. The SOAP message, however, contains all the expected data.
0
2390
by: TraceyAnnison | last post by:
I wonder if you can help me - I'm new to this, and working in a project that has already been configured to work with Axis. We have a Java project built with the Spring framework, in order to provide webservices for access via SOAP. As I understand it (ie not very well!) Axis works to accept these SOAP messages from the client and transform them into calls on our Java methods, and do the reverse with the responses - cool! Which is excellent,...
0
9643
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10315
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9947
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8968
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7494
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5379
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4045
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2877
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.