Subject: Re: [Axis2] - Problem with authentication Negotiate
To further clarify, see the example using CACHED_HTTP_CLIENT below; however
that example is going to change slightly soon for httpclient 5.x.
https://axis.apache.org/axis2/java/core/docs/http-transport.html
On Fri, Feb 16, 2024 at 2:57 PM
t;>
>>
>>
>> Best Regard’s,
>>
>> Luis Silva
>>
>>
>>
>>
>>
>> *From:* robertlazarski
>> *Sent:* Wednesday, 7 February 2024 15:29
>> *To:* java-user@axis.apache.org
>> *Subject:* Re: [Axis2] - Problem with authe
*Sent:* Wednesday, 7 February 2024 15:29
> *To:* java-user@axis.apache.org
> *Subject:* Re: [Axis2] - Problem with authentication Negotiate
>
>
>
> It might take me a few days to look at this but I can probably help.
>
>
>
>
>
> I'm about to make commits t
Hi Robert,
All help is welcome. If necessary, I’m available to help with testing.
Best Regard’s,
Luis Silva
From: robertlazarski
Sent: Wednesday, 7 February 2024 15:29
To: java-user@axis.apache.org
Subject: Re: [Axis2] - Problem with authentication Negotiate
It might take me a few days to
It might take me a few days to look at this but I can probably help.
I'm about to make commits that upgrade Axis2 from httpclient 4.x to 5.x for
the next release and this feature will need to be fixed for that too.
On Wed, Feb 7, 2024 at 4:32 AM Luis Silva
wrote:
> Hi,
>
>
>
> I’m having a prob
Hi,
I’m having a problem upgrading one application that uses axis2 version 1.6.0 to
the 1.8.2 version.
The situation is that I’m trying to connect to one IIS webservice from a linux
server, and the IIS use in the authentication Negotiate. In version 1.6.0 its
working using a custom class to han
Hello,
I have analyzed and solved the problem. The cause was that I used a
generated web.xml for webapp version 2.3 instead of the version 2.5 used
by Axis2 1.8.2. Tomcat Jasper generated code for 2.3 that does not work
with webapp 2.5.
Adapting webapp version in the web.xml solved the probl
Any clue on why there is a certificate issue?
Since the problem seems related to JSP and therefore you have the source as
part of the war, do you think you could debug it and propose a fix?
On Tue, Jan 31, 2023 at 4:47 AM Maarten van den Broek <
mbr...@messagedesign.nl> wrote:
> Hello,
>
> I am
Hello,
I am running Axis2 1.8.2 within Tomcat 9.0.62. The Axis2 happiness page is:
Axis2 Happiness Page
Examining webapp configuration
Essential Components
Found Apache-Axis (org.apache.axis2.transport.http.AxisServlet)
at
C:\OSANO\apache-tomcat-9.0.62\webapps\axis2\WEB-INF\l
On Tue, Mar 6, 2018 at 12:32 PM, Victor Moran
wrote:
> Hello,
>
> I have to get axis2 (version 1.7.7, or any version) working in Geronimo
> 3.0.1 with embedded Tomcat 7.0.39.1 on Windows 10, but I encountered a
> problem.
> I have followed the steps in the tutorial (from the axis.apache website)
Hello,
I have to get axis2 (version 1.7.7, or any version) working in Geronimo 3.0.1
with embedded Tomcat 7.0.39.1 on Windows 10, but I encountered a problem. I
have followed the steps in the tutorial (from the axis.apache website) until
the point of checking the link http://localhost:8080/axis
On Fri, Jun 13, 2014 at 9:42 AM, Stcd Cerdec wrote:
> I'm thinking it maybe more of an eclipse issue now. Running kepler IDE fro
> Java EE developers Version 2.0.2.20140224-. I have jdk 1.8 installed
> also.
>
> All of the aar fiels that are generated from eclipse have the same contents
> and
I'm thinking it maybe more of an eclipse issue now. Running kepler IDE fro
Java EE developers Version 2.0.2.20140224-. I have jdk 1.8 installed
also.
All of the aar fiels that are generated from eclipse have the same contents
and they all have a version.aar and not a file name of the project.
I have to have something miss-configured with tomcat and axis2. I created a
new project (
http://crunchify.com/create-and-deploy-simple-web-service-and-web-service-client-in-eclipse/)
and generated a new webservice and I still get this version.aar under the
project directory and it contains some sa
On Tue, Jun 10, 2014 at 2:15 PM, Stcd Cerdec wrote:
> Oh ok I guess this version.aar?
>
> $ find . -print | grep aar
> ./repository/services/version.aar
Its unlikely you named your project 'version' and created a
version.aar . Check the date on the file. My guess is your generated
aar has a diffe
Oh ok I guess this version.aar?
$ find . -print | grep aar
./repository/services/version.aar
./samples/version/target/aar
./samples/version/target/aar/META-INF
./samples/version/target/aar/META-INF/LICENSE
./samples/version/target/aar/META-INF/NOTICE
./samples/version/target/aar/META-INF/services.
On Tue, Jun 10, 2014 at 1:56 PM, Stcd Cerdec wrote:
> Obviously I did not create these as they where generated.
>
> services.xml:
>
>
> Please Type your service description here
>
>
> http://www.w3.org/2004/08/wsdl/in-only";
> class="org.apache.axis2.rpc.receivers.R
Obviously I did not create these as they where generated.
services.xml:
Please Type your service description here
http://www.w3.org/2004/08/wsdl/in-only";
class="org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver" />
http://www.w3.org/2004/08/wsdl/in-ou
On Tue, Jun 10, 2014 at 10:12 AM, Stcd Cerdec wrote:
> Caused by: java.lang.ClassNotFoundException:
> com.javapapers.jee.AnimalTypeService
>
>
> Any thoughts? I see the class not found but that's the class that I'm
> compiling. Figuring it's some config issue.
>
> v/r,
>
> Frank
What's in your s
I'm trying to do a simple example of a web service and I am getting
errors.
I installed Ubuntu 12.04, tomcat 7.0.54, axis2-1.6.2, JDK 1.8, eclipse
java EE IDE for web developers 2.0.2
I followed the directions from here
http://javapapers.com/web-service/java-web-service-using-eclipse/ and g
Hello,
I have a minor problem with one of my webservices which uses inheritance. Let
me show you two classfiles (there are about 5 or 6 classes which extra
attributes):
public abstract class WSTransferMessage {
protected String type;
protected String name;
protected String id;
prote
I can able to access the provided link Fahad. Ok, I attached the
adjustment.wsdl file which has the link content.
http://www.w3.org/2001/XMLSchema"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:wsdl="http://schemas.xmlsoap.org
Provided link https://api.yieldmanager.com/api-1.33/adjustment.php?wsdl is
not accessible, kindly provide the wsdl file to provide the fix.
Also try to replace attribute "*type*" with "*element" *if you using "*type*
".
Thanks
Fahad
On Mon, Oct 10, 2011 at 4:45 PM, Kalpana Prakasam <
gkalpanapr
I am trying to convert the following wsdl file (
https://api.yieldmanager.com/api-1.33/adjustment.php?wsdl) to java.
It throws the following error under axis2-1.6.1, but the same file works
fine under axis-1_4. What change should I do in order to resolve this error.
*Caused by: org.apache.axis2.A
Subject: Re: [AXIS2] Problem: Sending JSON messages to a SOAP Web service using
Axis2
Hi,
thanks for the answer.
I've built the source file you attached and added it to axis2.xml, but still,
the problem remains!
Op 29/09/2011 12:06, Hodchenkov, Paul schreef:
Hi,
Please find the source att
Hi,
Please find the source attached. Compile it and add to axis2.xml instead of
default badgerfish builder.
From: Hans De Clercq [mailto:hans.de.cle...@aristomusic.com]
Sent: Thursday, September 29, 2011 12:43 PM
To: java-user@axis.apache.org
Subject: Re: [AXIS2] Problem: Sending JSON messages
Hi,
I suppose you mean JSONBadgerfishOMBuilder ?
is it possible to send me a modified jar ?
Or explain how I can modify JSONBadgerfishOMBuilder and what the
whole processDocument method looks like?
Thanks!
Op 28/09/2011 15:21, Hodchenkov, Pa
PM
To: java-user@axis.apache.org
Subject: Re: [AXIS2] Problem: Sending JSON messages to a SOAP Web service using
Axis2
On a related note, can anyone tell me how to compose a request to a service
using a plain http request or from javascript to invoke the json formatter? I
tried this wit
On a related note, can anyone tell me how to compose a request to a service
using a plain http request or from javascript to invoke the json formatter? I
tried this with the JSONMessageFormatter/JSONOMBuilder but can't seem to get
the contentType sent in the request to trigger the formatter. Thi
Hi Hans.
On Wed, Sep 28, 2011 at 1:28 PM, Hans De Clercq <
hans.de.cle...@aristomusic.com> wrote:
> Hi,
>
> I currently have a SOAP Web service in Axis2!
> For using the web services for mobile applications I'm trying to send the
> messages in JSON. This way, less text has to be send. (I know
Hi,
I currently have a SOAP Web service in Axis2!
For using the web services for mobile applications I'm trying to
send the messages in JSON. This way, less text has to be send. (I
know it's probably better for using rest + json, but now I'm looking
for a quick
Hello, I raised this problem earlier in the following post but have had no
answers. I have noted other people having similar problems but have not found
any suggested work-arounds yet.Am I doing something wrong?
Is there a known solution to the following problem short of encoding and
decoding X
Hi,
you must use then to do what you need, something
like this:
Hi All,
I am using axis2 for my webservices. Today when i tried to use my own wsdl
file instead of axis2 default generated i observer unexpected behaviour.Here
goes the details.
This is the original wsdl file part.
as it not able to
> parse the chunked client data.
> The client also expects some soap response in return instead of html error
> information, this throws the exception.
>
> - Original Message -
> *From:* Rita de Cássia
> *To:* java-user@axis.apache.org
> *Sent:* Mond
nformation, this throws the exception.
- Original Message -
From: Rita de Cássia
To: java-user@axis.apache.org
Sent: Monday, April 12, 2010 11:31 PM
Subject: Axis2 - Problem with 'First Element must contain the local name,
Envelope , but found html...'
Hello,
I ha
Hello,
I have developed clients web services using axis2 1.5 with Eclipse WTP, and
I have to work fine.
But, when I do request with HTTPS to same web services, I get the following
exception:
[INFO]
OMException in getSOAPBuilder
org.apache.axiom.om.OMException
: com.ctc.wstx.exc.WstxEOFException:
37 matches
Mail list logo