Hi All,
I have a .NET 1.1 ws client connecting to Axis running on iPlanet Webserver
6.1 on Solaris. I get the following exception when I attempt to upload a
DIME attachment:
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/20
hi
same prob also occured to someone else in the mailing list.
wsdl2java generate the sql.Date or util.date for the XSD_Date.
see the class org.apache.axis.encoding.DefaultTypeMappingImpl.
prob might be in the regenerating the XSD type from the java Date type.
vtpavan
> Hi all,
>
> I have run
Hi,
welcome to axis:)
You are using simpleaxisserver.
The easy way to start is try out the example3 of userguide.
You better follow userguide procedures to get it done.
Then you will find the way. Then you can write your own client.
and you need to deploy your service in the wsdd file. In that way
Hi all,
I have run into the following problem. I define a type "xsd:date" in my
wsdl, then generate code using wsdl2java and when I deploy it on axis
(on tomcat), the type in the published wsdl becomes "xsd:dateTime".
Quite annoying when generating client and server code as well using
wsdl2j
In JBoss 3.2.2 Axis is called JBoss-net.
Check your logs for jboss-net
Also, I had some problems with JBoss-net. I eventually.
Removed it from the deployments. And, dropped in axis.
Things worked fine after that. I would recomment that you do the same.
Yan Lin wrote:
Hi,
I'm using JBoss 3.2.2 wi
Hi,
I'm using JBoss 3.2.2 with Tomcat 4.1.27.
When I start JBoss as "all", AXIS is deployed as service, however, there is no logging
information
at all.
I tried to turn on the debug by adding a category in
/server/all/conf/log4j.xml for
org.apache.axis. I set the priority to DEBUG.
It didn'
Hi Guys,
I'm trying to implement axis web services .My architecture
demands that my webservices talk to stateless session ejbs. Also I'm using
doc/literal scheme of arhitecture. Initially when i did a prototype my
webservices where simple java beans .I generated wsdl out of it and fr
Hi Dims,
The main specific issue I know of is that the BP forbids rpc/encoded and
it generally appears very difficult to make Axis work with anything
*other than* rpc/encoded. There have been many discussions on this list
in the past (and I see a new one today) dealing with problems doing
doc/
Hi Parley,
Is this a requirement that i have to run the code you
have sent from a servlet.Does it work out of servlet also?.
thx
pradeep.
This is a PRIVATE message. If you are not the i
Hi Pradeep,
I suggest you use a context-param in your web.xml file. You can then access
it like this:
MessageContext context = MessageContext.getCurrentContext();
HttpServlet req = (HttpServlet)
context.getProperty(HTTPConstants.MC_HTTP_SERVLET);
String enpointURL = req.getServletContext().getIni
Hi Guys,
Can i set end point url as a parameter in server-config.wsdd
file and avoid hard coding in the client code.My problem is i cannot use
serversidelocator
on client side .Also where can i find the schema for server-config.wsdd
file.
thx
pradeep.
Title: Solved: Call with null namespace URI for method null
In case people are still getting it , use this:
QName qname1 = new QName(,);
call.setOperation(qname1,);
I know it but it's over ssl and therefore i use tomcat.
I try to made up two different authoritation method: one with jaas-tomcat real
and one with ssl+axis basi auth.
Thanks,
Aloha
-> Hi Rudi,
->
-> What we have done is implement Axis/JAX-RPC client and server side
-> handlers. The client side
Hi Rudi,
What we have done is implement Axis/JAX-RPC client and server side
handlers. The client side handler attaches a credential in the HTTP
header ("Authorization" heaer), and the server side handler
authenticates it, and makes the user id available in both the 1)
MessageContext in Authe
See http://sf.net/projects/wss4j/ for WS-Security Java Impl based on Axis, you will
need to access
the cvs directly. there are samples though.
-- dims
--- "Rudi Verago [vlain]" <[EMAIL PROTECTED]> wrote:
> I need user/call authentication in a swing application.
> Beginnig I want to use SAML and
I need user/call authentication in a swing application.
Beginnig I want to use SAML and SSO but opensaml implementation has no documentation
and samples, then I try
XACML but nothing; same thing for xml security at Apache: without sample it's hard.
Axis auth methods aren't safe.
Now I try to imple
Here's the rest of the thread that we were looking at yesterday. Looks
like most of it resides on my box at home. :(
James
Dan Christopherson wrote:
But getting back to Asif's original question, wsdl2java still generates
stuff like this:
---
Hello!
I am trying to modify the method which is requested by
SOAP message with XSLT to be redirected to another method in the service but my
changes to the soap envelope doesn’t seem to be reflected since I always get
the original method replay back. The SOAP envelope looks ok when ser
OK -- I found the "magic!" Does not seem to be documented, but in one
of the tests for Axis I found this:
Ergo, if one does not have any spaces in any of the enumerated values,
then it wil
Hi.
I have a problem with Axis, because the file server-config.wsdd can´t be
created by default. All dir have permission.
Thanks
Hi Albert,
OK -- that makes a bit of sense although the type-safe "feature" then
means it is not compile-time "safe" since you cannot use the static
variables (unless you want to use the NotificationType._value1, ...).
What I see, in practice, is things like:
nhq.setNotificationType(org
http://ws.apache.org/axis/java/apiDocs/index.html should now work ok.
-- dims
=
Davanum Srinivas - http://webservices.apache.org/~dims/
Hi guys,
Is Axis with Tomcat support or accept the request body encoding in the
HTTP 1.1 chunked transfer-encoding format?
thsnka,
Gabor
Hi,
I'd like to develop a java client which invokes web service by using SOAP
Axis API. I've downloaded Axis, and I see that the size of all Jar files to
include is about more 2 Mo.
This Jar files includes server and client code. I just need the client part
to reduce the size.
Do you know, if
Hi
Is there a working example of a running client and server? we have a
simple_axis_server that runs but we have a client dll. should i write my own
client sample code to run it?
Also, there is a samples folder in which we have server wrappers and
services. how do these services install themselve
Thanks, it looks promising. What's the relationship between Axis and Apache WSIF?
donV
-Opprinnelig melding-
Fra: Harald Pollak [mailto:[EMAIL PROTECTED]
Sendt: 19. november 2003 14:47
Til: [EMAIL PROTECTED]
Emne: Re: RMI Axis Service
Mabay it helps, if you take a look on
APACHE WSIF
26 matches
Mail list logo