Dear all,
Anyone familar with WSDL4J? I can
hardly find any resources that can provide me some examples to use
WSDL4J.
Thanks so much in
advance!
Li Bing
_.--"""--._
.' '-.
`.
__/__ (-. `\
\
Hi,
I'm keen to use Axis to publish some EJB methods as
a web service. I looked in the documentation and didn't see any
hints there, although I think it has something to do with providers. Is
there some documentation someone could point me to? I'm using
jBoss/Tomcat.
Thanks in advance,
D
Thanks for replying. Unfortunately, I tried your
suggestion but it still gives me the same error
message.
, i don't know what is causing trouble
but, i found that it works fine if i'm passing object to
notifyObservers(Object arg)
on the other hand it fails on notifyObservers()
at the moment, i'm using December release [may try to upgrade if somebody
tell me about any working/stable version]
or i'm fre
Hello, is anyone using jboss and axis to expose ejbs to soap ? I have been
using soap2.2 to do that. I am currently looking into axis and have not
found any concrete documentations on how to achive this. Any example wsdl or
other deployment files will be helpful. Thanks.
Mir
got a truly weird problem when trying to have axis run with JRun
3.1.would greatly appreciate it if anyone could advise.first of all
I am aware of the web service pack available from JRun, whichi have no
intention to use for now - it is not in sync with the axis development,and
it is intrusi
Folks,
I am not sure if I am addressing this issue to the right newsgroup, but I
hope someone might be able to help me. I made a simple web service in .NET
that is described by following WSDL (see below). When I try to map its to
Java object by using wsdl2java, it looks that every time when I hav
Hi all,
When Java2WSDL is executed on an interface, how will Java2WSDL determines
operation style as RPC or document ?.
Thanks,
parimi
I'm trying to run the ant target "all-test" and the
TestRPC.testReverseData is failing with the below stack
trace. I'm compiling and testing the 3/18 snapshot. Is
this test working correctly for everybody else?
-Matt
[junit] Running test.RPCDispatch.PackageTests
[junit] - Exception:
James McCarthy wrote:
> We may both be correct but
The JDK does indeed produce such URLs, and Netscape accepts them (as well as the
file:/// variety), but according to RFC 1738 (which seems to be the current
URL reference):
**
3.10 FILES
The file URL sche
Frank,
We may both be correct but I wrote a product that made extensive use of the
JNDI file system context. We had trouble with file URL's. To discover the
correct syntax I wrote a simple program to output the URL from a
java.io.File. When we ran the following code it produced the output that I
If possible, I'd like it to be mapped to a Java class,
but if this feature isn't available, then I'd rather
have it mapped to a byte. What I'd like to avoid is
have the schema changed due to this limitation. I'd
rather wait for the limitation to be overcome.
Many thanks,
Nuno Guerreiro
--
It is working now. I placed xercesImpl.jar, xmlParserAPIs.jar in
tomcat/common/lib directory.
Thanks dug and sam,
-Original Message-
From: Sam Ruby [mailto:[EMAIL PROTECTED]]
Sent: Sunday, March 17, 2002 4:29 PM
To: [EMAIL PROTECTED]
Subject: RE: NoClassDefFoundError: javax.xml.rpc.name
James McCarthy wrote:
>
> With Drive Specifier:
>
> file:/C:/RestOfPath/file.name
>
> Without Drive Specifier:
>
> file:///RestOfPath/file.name
file:/// is correct. With URLs, the high-level is some sort of network
identifier, the next is the host, followed by the absolute path on the filesyst
Eddie,
Are you sure you need to specify the path as a URL reference? If not you
would drop the file:// if you do need to specify a file URL then I believe
the proper way to do this is the following:
With Drive Specifier:
file:/C:/RestOfPath/file.name
Without Drive Specifier:
file:///RestOfPat
Title: Null Pointer Exception when using Weblogic 6.1 SP2
I am recieving this error in the Weblogic.log file when I try to access the visit link on the axis index page. This
also happens when I try to deploy my web service. Just wondering if there is a quick solution to the problem.
java.
Hi,
Using today's (18-03-02) build I get an exception on the client trying to
deserialize an array.
The returned array contains two objects of different types and on
deserializing the first element I get:
org.xml.sax.SAXException: !! No Deserializer for
http://developer.cognos.com/schemas/cm
It seems that you are mixing AXIS (Apache SOAP 3.0) jar files and
Apache SOAP 2.2 so remove all the references to version 2.2.
Regards.
Ramón
-Original Message-
From: mikel [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 18, 2002 3:26 PM
To: [EMAIL PROTECTED]
Subject: axis problem
Hi,
WSDL2Java does not have full facet support for restricting primitive types.
Question: How would you like this mapped ? Should it be mapped to a byte
or should an java class be generated which contains a byte value and
restricts the value of byte ?
Rich Scheuerle
XML & Web Services Development
5
Hello,
I have just installed the beta release of Axis, and tried to get the
stockquote demo working. I know I have problems getting past my Companies
proxy. Given this knowledge, is the following AxisFault caused by me not
able to connect through the proxy?
C:\Apache\axis>java samples.stock.GetQ
Just one guess. Maybe the problem is related to types
created by restricting primitive XML types.
Is this available in wsdl2java? I have many types
derived from basic XML types such as byte, int, long,
which restrict the set of possible values they can
hold.
Nuno Guerreiro
___
Hi,
Ive been staring at this for days, but can't what
must be an obvious mistake on my part. See details in html attachment. Is anyone
able to assist?
thankyou
mikel
Title: Directory of C:\xml-axis-beta1\samples\userguide\example3
Directory of
C:\xml-axis-beta1\samples\userguide\e
Well, this MAY be a bug. If an exception arrives from the server, then
that exception is created and thrown on the client. But the code that
creates and throws that exception may have a bug and that BUG is what's
thrown to the client, not the original server exception. For some reason I
just as
> First, you're getting an exception from the server
> (SOAPFaultBuilder is
> trying to build it up). Even though this exception isn't
> getting to you
> because of a bug in SOAPFaultBuilder, you can use tcpmon to see that
> exception.
What bug are you talking about, Russell?
--G
We've got a couple xmethods WSDL in our build tests and those work fine.
Tell me one that you're having problems with. Also, could you give me a
full stack trace? Which XML parser are you using? Xerces?
Russell Butek
[EMAIL PROTECTED]
"Johan \"Spocke\" Sörlin" <[EMAIL PROTECTED]> on 03/16/20
A couple things.
First, you're getting an exception from the server (SOAPFaultBuilder is
trying to build it up). Even though this exception isn't getting to you
because of a bug in SOAPFaultBuilder, you can use tcpmon to see that
exception.
Secondly, what version of AXIS are you running? Line
Hellu,
I am trying to connect to my EJB in Orion 1.5.4 through Apache Axis.
I configured everyting like in the mail that I found in the mailinglist:
http://marc.theaimsgroup.com/?l=axis-user&m=100879873023841&w=2
However, I do get the NamingException (see below) when my test-client tries
to inv
Adam,
I don't think our use of commons logging is implying an Apache-wide logging
policy, as such. Other projects may choose to do the same, however.
BTW I fixed the doc. problems you pointed out and these will appear if and
when we respin the beta.
Glyn
First of all, thanks for your reply.
Below are all the source files used by wsdl2java in
the following order:
. WSDL file
. GetDDAccountBalance.xsd (service schema)
. Types.xsd (schema which defines several generic
types)
. Produced WSDD file
Many thanks for your help,
Nuno Guerreiro
Chris,
You could try looking for exceptions in Tomcat's log file.
If you want to get Axis to log more detail, see the debugging section of
the Developer's Guide in the docs directory of the distribution.
Failing that, if you can reproduce this with a less complex jws page,
consider raising a Bu
30 matches
Mail list logo