Hi,
see follow:
- Original Message -
From: "Mukherjee, Pratip" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 24, 2002 10:06 PM
Subject: How to install your own handler?
> Hi,
> Is there a document describing how to install your own handler
I would like to use Basic Authorization with Axis beta 1 running on Tomcat
4.0.3. My operating system is Windows 2000. I have a service that just
echoes a string back to the client. If I point a browser at the service, I
will be asked for a User ID and Password, so it appears that Tomcat
under
All,
I am having trouble using the wsdl2java tool to create client side code for
a gsoap-based server. I can't seem to get wsdl2java to generate array
handling code from the wsdl file created by the gsoap tools.
What happens is that wsdl2java creates an empty class that implements
Serializable,
I ran into this problem as well and want to just document more fully the
problem so no one else has to figure it out.
Below is the way the result of the of deployement appears in
server-config.wsdd:
Notice the typeMapping is 'outside' of the service description.
The client will fail with the error
I have created a message style service, in which I have implemented the
function
public Document processRequest(MessageContext msgContext, Document
inputDoc)
It all works fine, unless I have xsi:type in the document. In that case it
says undeclared prefix "xsi". I did some digging arou
Hi,
Is there a document describing how to install your own handler on the server
side? I like to install a handler on the server to intercept incoming
message, look at the soap header for some signature and send soap fault
response if not present. Any pointer will be greatly appreciated.
Thanks.
Hi,
I implemented an handler to read an object in the soap header.
The object sent in the header is present as a in the
deployment file.
I get an "argument type mismatch" in the processing of the request, not
while decoding the header object itself (it gets created).
When I don't use getValueA
You need to match your operation to your portType using the name attribute
so Axis can figure the mapping:
Have a look a the attached wsdl.
Sylvain.
-Original Message-
From: Lasker, Kory [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 24, 2002 1:19 PM
To: '[EMAIL PROTECTED]'
Subject:
Hi,
Well, I got the 04-22 nightly build on Monday morning,
and it doesn't solve the TCPMonitor Socket problems,
although I've been able to reclassify the business about
requests and responses being concatenated to previous
ones as "user error" on my part -- failure to notice that these
were in th
I have a WSDL that I give WSDL2Java from beta1 to generate client stubs.
Unfortunately, the code it generates cannot be compiled without manual
editing by myself because duplicate function calls are generated.
The web service itself has two methods named getRawAddressData(String tn)
and get
Title: RE: Questions
I get the error "This Axis server is not currently
accepting requests."
after executing the following
code:
package
samples.userguide.example1;
import
org.apache.axis.client.Call;import
org.apache.axis.client.Service;
import
javax.xml.rpc.namespace.QNam
Title: RE: Questions
> -Original Message-
> From: Patricia Doyle [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 24, 2002 11:37 AM
> To: [EMAIL PROTECTED]
> Subject: Questions
>
>
> Is it required in axis to name implementation class to be:
> MyServiceSoapBindingImpl.jav
I am having terrible trouble getting axis to work from within an applet.
The problem is that the commons-logging won't initialise a logging class
(due to a security exception). So I have fixed this, but am still hitting
security problems with any logging interface i try.
has anyone solved this?
I guess I should have come to this mailing list first
before opening a bug. Would appreciate any constructive
comments on this issue.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8296
Rikard -
The -p option to administer Axis on an alternative port does work with
AdminClient if the webapp is up and running.
java org.apache.axis.client.AdminClient -p 7001 deploy.wsd
And Yes, you can write a client application in any language you desire
and still execute the server app implem
Is it required in axis to name implementation class to be:
MyServiceSoapBindingImpl.java ?
Can it be something other than that, if yes how??? As I have a set of java
classes which I want to use as a web service and I don't want to change java
classes name.
Another question is it required to use
Hi,
I´ve noticed that when you try to deploy a wsdd file to weblogic 6.1 with
the AdminClient, it fails!
It will automatically look if a server is running on port 8080 as default,
is that true?
Well, weblogic server is located on port 7001 as default.
Is it possible to add a parameter or somethin
Title: RE: BEA 7.0 Beta and Apache AXIS
I was referring to the web service support in WebLogic 6.
I didn't realize it had changed in WebLogic 7.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 24, 2002 2:24 AM
> To: [EMAIL PROTECTE
With these mail list servers, the initial response to your
"unsubscribe" is a confirmation message which you must return
to complete the transaction. Are you returning it?
> -Original Message-
> From: Kamlesh Anvekar [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 23, 2002 4:50 PM
> To
I looked at WebLogic Workshop last week and found that:
1) It cant handle multirefs
2) the .jws are not portable, and the use of custom javadoc tags is a
mistake I thing - better to declare in a config file surely?
3) It does not appear to have any concept of Handler Chains a la Axis and
JAX-RPC
Title: unable to publish service through proxy
Hi
We are trying to publish our service in ibm uddi test registry using wstk service registry api
We have to cross the corporate firewall/proxy in order to publish.We are using the following options at command prompt
-Dhttp.proxyHost=proxyn
Hi all,
This is the situation. I have method send() defined as follows:
public Boolean sendSimple(String message, String rec);
public boolean send(SMSMessageText smsMessage, Recipient rec);
The first method works fine.
When I call the second method, a RemoteException is being throwed (on
clie
Hi !
If you by force, means that it aint possible to create web services with
"ordinary" java classes in web logic 7.0, that's
not quite correct. I have made a really stupid Java class and published it
as a web service. It was pretty straightforward.
I haven't tried to develop a more complex cl
23 matches
Mail list logo