Re: transport/https-sample - [WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=org.apache.axis2.examples.httpsclient.SimpleServiceClient,maxpri=10]

2019-12-30 Thread robertlazarski .
:8443" On Mon, Dec 30, 2019 at 4:41 AM robertlazarski . wrote: > > Somehow I missed before, that you are running the transport/https-sample . > > Configuring your server for https is a separate step, for recent > Wildfly versions it uses a self signed cert you should be able to

Re: transport/https-sample - [WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=org.apache.axis2.examples.httpsclient.SimpleServiceClient,maxpri=10]

2019-12-30 Thread robertlazarski .
Somehow I missed before, that you are running the transport/https-sample . Configuring your server for https is a separate step, for recent Wildfly versions it uses a self signed cert you should be able to do this to confirm the port is open. nmap -p 8443 localhost Since you are getting a

Re: transport/https-sample - [WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=org.apache.axis2.examples.httpsclient.SimpleServiceClient,maxpri=10]

2019-12-26 Thread albert kao
I followed the README.txt. The section "Running the Sample Service" used the port 8443 in the steps 2.) "-XX-XX XX:XX:XX. XXX:INFO::Started [email protected]:8443" 3.) https://localhost:8443/services/SimpleService?wsdl On Mon, Dec 23, 2019 at 10:16 AM robertlazars

Re: transport/https-sample - [WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=org.apache.axis2.examples.httpsclient.SimpleServiceClient,maxpri=10]

2019-12-23 Thread robertlazarski .
Port 8443 is HTTPS, you likely mean port 8080 as you would need a cert, and in most cases load balancer of some sort, for SSL. On Sat, Dec 21, 2019 at 2:50 AM albert kao wrote: > > Thank you for your suggestions :). > I did: > cd $AXIS2_HOME/samples/transport/https-sample/https

Re: transport/https-sample - [WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=org.apache.axis2.examples.httpsclient.SimpleServiceClient,maxpri=10]

2019-12-21 Thread albert kao
Thank you for your suggestions :). I did: cd $AXIS2_HOME/samples/transport/https-sample/httpsClient mvn package exec:java -Dexec.mainClass="org.apache.axis2.examples.httpsclient.SimpleServiceClient" -Dexec.classpathScope=runtime -Dexec.cleanupDaemonThreads=false Output is: org.ap

Re: transport/https-sample - [WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=org.apache.axis2.examples.httpsclient.SimpleServiceClient,maxpri=10]

2019-12-18 Thread robertlazarski .
Looks like a 15 second timeout , try passing this to maven: -Dexec.cleanupDaemonThreads=false On Fri, Dec 13, 2019 at 12:49 PM albert kao wrote: > > I am following samples/transport/https-sample/README.txt. > > Running the Sample Client get the expected result. > > Howev

transport/https-sample - [WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=org.apache.axis2.examples.httpsclient.SimpleServiceClient,maxpri=10]

2019-12-13 Thread albert kao
I am following samples/transport/https-sample/README.txt. Running the Sample Client get the expected result. However, how to fix the following WARNING? org.apache.axis2.deployment.AxisConfigBuilder processDeployers WARNING: Unable to instantiate deployer org.apache.axis2

Re: Axis2 embeded https server

2016-07-02 Thread Andreas Veithen
SimpleHTTPServer doesn't support SSL. To get HTTPS support on the server side, you need to deploy AxisServlet into a servlet container. Andreas On Mon, Jun 27, 2016 at 10:09 AM, Sterpu Victor wrote: > Hello > > I'm trying to make a 2 way authentication https server with axis2

Axis2 embeded https server

2016-06-27 Thread Sterpu Victor
Hello I'm trying to make a 2 way authentication https server with axis2 and I don't know how to activate https from code. Server starts from code on http and works fine. This is my code: public static void test() { try { ConfigurationContext con

RE: [Axis2] Web Services Rest using https support‏‏

2014-06-15 Thread Martin Gainty
Date: Sat, 14 Jun 2014 12:32:56 -0700 From: [email protected] To: [email protected] Subject: Re: [Axis2] Web Services Rest using https support‏‏ Axis2 support HTTPS, you need to expose the service via https. For that you need to add the following to

Re: [Axis2] Web Services Rest using https support‏‏

2014-06-14 Thread Andreas Veithen
See the last section of the following document: http://axis.apache.org/axis2/java/core/docs/servlet-transport.html Andreas On Sat, Jun 14, 2014 at 8:17 PM, Marcos Morales wrote: > Hi! I was trying to develop a web service rest using https (the same web > service works using http) b

RE: [Axis2] Web Services Rest using https support‏‏

2014-06-14 Thread Marcos Morales
Thanks for the reply! this includes rest web services? De: Deepal jayasinghe Enviado: 14/06/2014 16:33 Para: [email protected] Asunto: Re: [Axis2] Web Services Rest using https support‏‏ Axis2 support HTTPS, you need to expose the service via https. For

Re: [Axis2] Web Services Rest using https support‏‏

2014-06-14 Thread Deepal jayasinghe
Axis2 support HTTPS, you need to expose the service via https. For that you need to add the following to services.xml (or axis2.xml). https This might help - http://blogs.deepal.org/2007/07/all-about-axis2-servicesxml.html Deepal > Hi! I was trying to develop a web service rest using ht

[Axis2] Web Services Rest using https support‏‏

2014-06-14 Thread Marcos Morales
Hi! I was trying to develop a web service rest using https (the same web service works using http) but i'm having the following error: GRAVE: El Servlet.service() para el servlet [AxisServlet] en el contexto con ruta [/axis2] lanzó la excepción [https is forbidden] con

Security verifying exception while consuming https WCF Service

2013-07-10 Thread Harish Kumar
I have Java Client based on Axis2 (1.5) , trying to post message to WCF service which is running in https mode. I do not see any issue while message is send to same service running in http mode but if WCF service is started in https mode then start getting "Security verifying exception&q

Axis2 1.6.2 upgrade leads to 404 error on accessing https webservice

2012-06-15 Thread Gottschling, Danny
Hello, If I upgrade my axis2 libraries in my client from version 1.5.6 to 1.6.2, then every call to an external 'https' web service results in the following error: "org.apache.axis2.AxisFault: Transport error: 404 Error: Not Found." This "issue" prevents me from si

Re: AxisFault: An unknown transport called https exists when using asynchronous API

2012-05-21 Thread Christopher Legan
ender"> > HTTP/1.1 > chunked > > > class="org.apache.axis2.transport.http.CommonsHTTPTransportSender"> > HTTP/1.1 > chunked > > > When I call an operation with https endpoint, I get this: > &g

AxisFault: An unknown transport called https exists when using asynchronous API

2012-05-21 Thread Christopher Legan
I create the Stub with useSeparateListener = true I have these in axis2.xml, which is loaded into ConfigurationContext when creating the Stub. HTTP/1.1 chunked HTTP/1.1 chunked When I call an operation with https endpoint, I get this

RE: Axis1.6 -- making Https calls

2012-05-07 Thread Nandeesh Kaggere
Thanks! That's where I am heading to. Will keep you posted. Nandeesh -Original Message- From: George Stanchev [mailto:[email protected]] Sent: Monday, May 07, 2012 5:04 PM To: [email protected] Subject: RE: Axis1.6 -- making Https calls The server is using a certificate

RE: Axis1.6 -- making Https calls

2012-05-07 Thread George Stanchev
@axis.apache.org Subject: Axis1.6 -- making Https calls Hi, I am using Axis2 v 1.6 for invoking 3rd party WS calls. Things were fine but the new requirement is, I need to be making secured calls (Https) and the existing code throws the following exception. Can you please tell me how/what changes should

Axis1.6 -- making Https calls

2012-05-07 Thread Nandeesh Kaggere
Hi, I am using Axis2 v 1.6 for invoking 3rd party WS calls. Things were fine but the new requirement is, I need to be making secured calls (Https) and the existing code throws the following exception. Can you please tell me how/what changes should be made or point me to the right resource

Accessing a service via http when the original WSDL had https?

2011-10-26 Thread Lyall Pearce
Using AXIS2, I have a WSDL which specifies a service port address using https. Using wsdl2java.sh (linux), I have created both server and client code, such that my service receives requests using this WSDL definition and calls an identical service using the same WSDL but with a different end

[axis2] Problems developing HTTPS based webservices using Rampart and axis2

2011-10-24 Thread Tor-Erik Steinsland
Hello, I am trying to create a webservice which uses HTTPS for transport and rampart for username and password authentication, but I have some problems. I am working on Tomcat 7.0.22, axis2 1.6.0 and rampart 1.6.0. However, I can't get HTTPS to work. I have followed tutorials for se

RE: Https forbidden, but it should be terminated by httpd

2011-08-29 Thread Okken,Brett
: Tuesday, August 23, 2011 6:46 PM To: [email protected] Subject: Https forbidden, but it should be terminated by httpd Hello all: I am creating a web service using Axis2. I have httpd in front with the JK connector to push web services to Tomcat. I do not have SSL configured on Tomcat since

Https forbidden, but it should be terminated by httpd

2011-08-23 Thread Neil Aggarwal
Hello all: I am creating a web service using Axis2. I have httpd in front with the JK connector to push web services to Tomcat. I do not have SSL configured on Tomcat since httpd handles that. When I try to download a WSDL using this url: https://myserver.com/myapp/services/MyService?WSDL I

Re: axis2 over HTTPS - Help!

2011-07-28 Thread Sagara Gunathunga
gt; About SSL test: when I open https://localhost:443  I get the apache > startup page. > However, when I try to open the webservice url > https://localhost:443/axis2/services/MyService.MyServiceHttpEndpint/ > > I get the following error page. > > --- > HTTP Status 403 - Acc

Re: axis2 over HTTPS - Help!

2011-07-28 Thread Denise Wu
Hi, About SSL test: when I open https://localhost:443 I get the apache startup page. However, when I try to open the webservice url https://localhost:443/axis2/services/MyService.MyServiceHttpEndpint/ I get the following error page. --- HTTP Status 403 - Access to the requested resource has

Re: axis2 over HTTPS - Help!

2011-07-27 Thread Jose Marin
Hi Denise, Have you ascertained your ssl is installed properly, and you can pull up an https page on your server via the web? What about your error logs, what do they say? JM On 7/27/2011 8:32 AM, Denise Wu wrote: Hi, I've been strugling with the following error for days, can you

axis2 over HTTPS - Help!

2011-07-27 Thread Denise Wu
lient I am using the truststore as the keystore for testing purpose. When running the client I am getting the following error: org.apache.axis2.transport.http.HTTPSender sendViaPost INFO: Unable to sendViaPost to url[https://localhost:443/axis2/services/MyService.MyServiceHttpEndpoint/] org.apache.axis2.AxisFault:

Re: Axis2 server on Https

2011-06-14 Thread Dmitry Ruban
Another option not related to java would be to install apache/nginx and use it as reverse proxy from SSL port to axis listening on local interface. On 14/06/11 10:14, Matta, Geethamadhurima wrote: Hi, Can anyone help on the below. I am using stand-alone Axis2 server. Need it on https

Re: Axis2 server on Https

2011-06-14 Thread Andreas Veithen
The stand-alone Axis2 server doesn't support HTTPS. It is only supported when using the servlet transport, i.e. inside an application server. Andreas On Tue, Jun 14, 2011 at 00:14, Matta, Geethamadhurima wrote: > Hi, > > Can anyone help on the below. I am using stand-alone Axis2 s

AW: Axis2 server on Https

2011-06-14 Thread Stadelmann Josef
OK, 8096 Here you declare that https as a transportReceiver name is used in conjunction with a class understanding http but maybe not https. I think all it does is listening now on port 8096 for a http protocol but gets a https offered and does not understand it. Maybe you have a

RE: Axis2 server on Https

2011-06-13 Thread Matta, Geethamadhurima
Hi, Can anyone help on the below. I am using stand-alone Axis2 server. Need it on https. From: Matta, Geethamadhurima [ICG-IT] Sent: 09 June 2011 17:46 To: '[email protected]' Subject: RE: Axis2 server on Https I am running Axis2 standalone

RE: Axis2 server on Https

2011-06-09 Thread Matta, Geethamadhurima
2011 17:42 To: [email protected] Subject: AW: Axis2 server on Https Then you might be so kind and you say me how you run axis2/j stand alone without any AS; do you? While this is possible for axis2/C (the simple server) I have never used such a thing as a simple server for axis2/J. Please

AW: Axis2 server on Https

2011-06-09 Thread Stadelmann Josef
next week. Josef Von: Matta, Geethamadhurima [mailto:[email protected]] Gesendet: Donnerstag, 9. Juni 2011 16:23 An: '[email protected]' Betreff: RE: Axis2 server on Https Thanks Josef for your reply. I am not using tomcat or any other servlet conta

RE: Axis2 server on Https

2011-06-09 Thread Matta, Geethamadhurima
@axis.apache.org Subject: AW: Axis2 server on Https Remember axis2 is a LARGE SERVLET And SERVLETS run in a SERVLET CONTAINER established by APPLICATION SERVERS Hence did you configure your APPLICATION SERVER to have an SSL port for https request setup using i.e. Tomcats server.xml Josef Von: Matta

AW: Axis2 server on Https

2011-06-09 Thread Stadelmann Josef
Remember axis2 is a LARGE SERVLET And SERVLETS run in a SERVLET CONTAINER established by APPLICATION SERVERS Hence did you configure your APPLICATION SERVER to have an SSL port for https request setup using i.e. Tomcats server.xml Josef Von: Matta, Geethamadhurima

Axis2 server on Https

2011-06-08 Thread Matta, Geethamadhurima
Hi, I am unable to start Axis2 server on https. I changed the axis2.xml (transportReceiver) to https as below. 8096 This is the axis2server.sh containing: java $* -Xms512m -Xmx512m -XX

Re: [Axis2] Remaining CLOSE_WAIT connections client-side with https

2011-05-11 Thread Philippe Frangioni
ttpConnectionManager.closeIdleConnections(0); } } } if (e != null) { throw buildException(e); } } Do you guys see something wrong in there..? Thank you, Phil On Tue, May 10, 2011 at 4:57 PM, Philippe Frangioni wrote: > Hello all, > we're using A

RE: axis over https

2011-05-11 Thread Martin Gainty
légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. From: [email protected] To: [email protected] Subject: axis over https Date: Wed, 11 May 2011 11:

Re: axis over https

2011-05-11 Thread Dmitry Ruban
Check this post http://blogs.oracle.com/andreas/entry/no_more_unable_to_find HTH On 11/05/11 21:26, Roberto Juárez Maldonado wrote: Hi everybody, I need to create a client of a web service which runs under a Tomcat requiring https protocol; i.e. the url of the service is something like

axis over https

2011-05-11 Thread Roberto Juárez Maldonado
Hi everybody, I need to create a client of a web service which runs under a Tomcat requiring https protocol; i.e. the url of the service is something like https://host:port/someService. The Tomcat uses self-signed certificates. I have found examples on the Internet which say that with Axis 1

[Axis2] Remaining CLOSE_WAIT connections client-side with https

2011-05-10 Thread Philippe Frangioni
Hello all, we're using Axis2 1.5.1. Our client makes web service calls every second over https (we're doing 2-way SSL). We noticed the number of CLOSE_WAIT connections client-side grows over time on our production servers... This bug looks related: https://issues.apache.org/jira/browse/

axis over https

2011-05-03 Thread Roberto Juárez Maldonado
Hi all, I need to create a client of a web service which runs under Tomcat requiring https protocol; i.e. the url of the service is something like https://host:port/someService. The Tomcat uses self-signed certificates. I have found examples on the Internet which say that with Axis 1 that was

https

2011-04-29 Thread Roberto Juárez Maldonado
Hi all, I need to create a client of a web service which runs under Tomcat requiring https protocol; i.e. the url of the service is something like https://host:port/someService. The Tomcat uses self-signed certificates. I have found examples on the Internet which say that with Axis 1 that was

Re: HTTPS - Axis 2 Webservice - Virtual IP with Self Signed Certificate on Application Servers

2011-01-31 Thread Sethu
on talks on Virtual IP > and yet client authentication happens successfully. > > > Note: This works well if it is HTTP and not HTTPS Axis2 WS client. How can > we make this work with Axis2? > > > Thanks! > > -Sethu >

Getting error invoking a web service over HTTPS

2010-11-24 Thread GRoy
Hi, Earlier we were calling a web service over HTTP and one of the element was encrypted and was working fine. Now we need to invoke the web service over HTTPS and all elements are encrypted using the previous key only. We have imported the certificate. But while calling the service we are

Re: If Tomcat is configured to accept both HTTP and HTTPS, how to know in axis2 if the request came over HTTPS?

2010-09-08 Thread navaneet . kumar
I tried a variant on Prabath idea and the following works: String incomingTransport = messageContext.getIncomingTransportName(); if (incomingTransport.equals("https" )) { } Also I found that messageContext.getTo() returns the URL the client used: something like https://host

Re: If Tomcat is configured to accept both HTTP and HTTPS, how to know in axis2 if the request came over HTTPS?

2010-09-07 Thread navaneet . kumar
@axis.apache.org Cc: [email protected] Date: 09/07/2010 03:34 PM Subject: Re: If Tomcat is configured to accept both HTTP and HTTPS, how to know in axis2 if the request came over HTTPS? Thanks Prabath. I would test it out. From: Prabath Siriwardana To: [email protected] Date: 09/07

Re: If Tomcat is configured to accept both HTTP and HTTPS, how to know in axis2 if the request came over HTTPS?

2010-09-07 Thread navaneet . kumar
Thanks Prabath. I would test it out. From: Prabath Siriwardana To: [email protected] Date: 09/07/2010 03:29 PM Subject: Re: If Tomcat is configured to accept both HTTP and HTTPS, how to know in axis2 if the request came over HTTPS? String incomingTransport

Re: If Tomcat is configured to accept both HTTP and HTTPS, how to know in axis2 if the request came over HTTPS?

2010-09-07 Thread Prabath Siriwardana
(String)*messageContext*.getProperty(*"")*; > } > > From: Deepal jayasinghe To: > [email protected] Date: 09/07/2010 02:46 PM Subject: Re: If Tomcat > is configured to accept both HTTP and HTTPS, how to know in axis2 if the > request came over HTTPS? >

Re: If Tomcat is configured to accept both HTTP and HTTPS, how to know in axis2 if the request came over HTTPS?

2010-09-07 Thread navaneet . kumar
url = (String)messageContext.getProperty(""); } From: Deepal jayasinghe To: [email protected] Date: 09/07/2010 02:46 PM Subject: Re: If Tomcat is configured to accept both HTTP and HTTPS, how to know in axis2 if the request came over HTTPS? You can do that by

Re: If Tomcat is configured to accept both HTTP and HTTPS, how to know in axis2 if the request came over HTTPS?

2010-09-07 Thread Deepal jayasinghe
You can do that by looking at the request URL which you can access using MessageContext. Deepal Folks In my server code, I need to know if the call received came through over HTTP or HTTPS. I would like to process the request a bit differently if the request came through HTTPS. How can

If Tomcat is configured to accept both HTTP and HTTPS, how to know in axis2 if the request came over HTTPS?

2010-09-07 Thread navaneet . kumar
Folks In my server code, I need to know if the call received came through over HTTP or HTTPS. I would like to process the request a bit differently if the request came through HTTPS. How can I do this in axis2 1.2 (the version I am using)? If it is easier to do in axis2 1.5.1, I could

WSDL2Java - does it work for https wsdl urls

2010-07-21 Thread Venkatesh Audinarayanan
Hi, WSDL2Java doesn't seem to work for SSL enabled wsdl urls.. I tried a couple of things to fix this: 1)Tried creating a custom SSL factory with a dummy trust manager and setting it as the default SSL factory.. 2) Tried setting javax.net.ssl.trustStore property.. both of them didn't work. could y

Re: transportsession + HTTPS = NullPointerException

2010-05-21 Thread Alexander Rosemann
It seems a bit overkill to me to introduce yet another library just to get HTTPS working since I don't use WS-Security. On Fri, May 21, 2010 at 12:59 PM, Martin Gainty wrote: > the easiest way to issue a SSL request is with a Security Provider *such as > Rampart* configure

RE: transportsession + HTTPS = NullPointerException

2010-05-21 Thread Martin Gainty
> Subject: transportsession + HTTPS = NullPointerException > > Hi, > > I'm currently having a hard time getting Axis2 1.4.1 running with HTTPS. > In my setup Axis is part of a web app deploayed in Tomcat 6.0.20. My > service scope is set to transportsession. This works fine

Re: transportsession + HTTPS = NullPointerException

2010-05-21 Thread Alexander Rosemann
.1 running with HTTPS. In my setup Axis is part of a web app deploayed in Tomcat 6.0.20. My service scope is set to transportsession. This works fine as long as I stick to HTTP. When I switch over to HTTPS I get the following error: 2010-05-17 16:47:16,388 ERROR AxisServlet:172 - java.lang.NullPoin

transportsession + HTTPS = NullPointerException

2010-05-21 Thread Alexander Rosemann
Hi, I'm currently having a hard time getting Axis2 1.4.1 running with HTTPS. In my setup Axis is part of a web app deploayed in Tomcat 6.0.20. My service scope is set to transportsession. This works fine as long as I stick to HTTP. When I switch over to HTTPS I get the following error:

Re: Axis2 behind a reverse proxy in HTTPS

2010-04-15 Thread Amila Suriarachchi
Reverse > Proxy (HTTPS). > > The web service has to be accessible from the web. > > In my wsdl, i have set the address to https://myurl and it works fine, i > can access my web service from the web. > > > The problem comes when i send my Soap Request : > >

Axis2 behind a reverse proxy in HTTPS

2010-04-14 Thread Philippe Vandenhove
Hi, I have to install an Axis2 web service in Tomcat (HTTP) behind a Reverse Proxy (HTTPS). The web service has to be accessible from the web. In my wsdl, i have set the address to https://myurl and it works fine, i can access my web service from the web. The problem comes when i send my

Re: HTTPS Only Transport

2010-03-07 Thread Amila Suriarachchi
wrote: > Hi, > I am using Axis 2.1.5.1 . > > In my Axis2.xml configuration, i removed the HTTP ( name="http") transport sender and am only having the "https" transport > sender . I see that the request comes in fine into the service, however i > get a NullPointer

Re: HTTPS only WSDL

2010-03-02 Thread Andreas Veithen
ance(Constructor.java:494) > > > > Regards, > Vish > > On Mon, Mar 1, 2010 at 5:06 AM, Martin Gainty wrote: >> >> can you confirm 8443 is the secure port for https only (and not tcp) >> once you have decided to use HTTPS (port 8443) then i would suggest >

Re: HTTPS only WSDL

2010-03-01 Thread Vishwal Shah
java.lang.reflect.Constructor.newInstance(Constructor.java:494) Regards, Vish On Mon, Mar 1, 2010 at 5:06 AM, Martin Gainty wrote: > can you confirm 8443 is the secure port for https only (and not tcp) > once you have decided to use HTTPS (port 8443) then i would suggest > engaging rampart module..here i

HTTPS Only Transport

2010-03-01 Thread Vishwal Shah
Hi, I am using Axis 2.1.5.1 . In my Axis2.xml configuration, i removed the HTTP ( HTTP/1.1 chunked Can someone please advice why is this an issue ? Regards, Vish

RE: HTTPS only WSDL

2010-03-01 Thread Martin Gainty
can you confirm 8443 is the secure port for https only (and not tcp) once you have decided to use HTTPS (port 8443) then i would suggest engaging rampart module..here is a quick tutorial http://wso2.org/library/3190 as mentioned securing a TCP connection uses a different architecture than

Re: HTTPS only WSDL

2010-03-01 Thread Andreas Veithen
e.axis2.rpc.receivers.RPCMessageReceiver"/> >     > > > In my axis2.xml file I have the following: > > > class="org.apache.axis2.transport.http.SimpleHTTPServer"> >    8443 >    https://127.0.0.1:8443/axis2 > > > > class="org.

Re: HTTPS only WSDL

2010-03-01 Thread chu_man_fu
owing: 8443 https://127.0.0.1:8443/axis2 HTTP/1.1 chunked Which nearly gives me the desired result but the URL on my endpoint is missing and AXIS throws errors: WSDL: AXIS Java errors: When I start Tomcat (axis2): [INFO] Deploying Web service: FirstServic

Re: HTTPS only WSDL

2010-02-27 Thread Amila Suriarachchi
try adding transports entry to service as given below. https org.wso2.carbon.user.mgt.UserAdmin thanks, Amila. On Fri, Feb 26, 2010 at 8:38 PM, chu_man_fu wrote: > > I need to create SOAP service which only allows HTTPS acces

Re: HTTPS only WSDL

2010-02-27 Thread Andreas Veithen
Chris, Releases up to Axis2 1.5.1 had indeed some problems with the transportReceiver declarations in axis2.xml. This issue (AXIS2-4465) should be fixed in the current trunk. [1] explains how HTTPS-only can be configured properly with the current snapshots (and the upcoming 1.6 release). Thus

HTTPS only WSDL

2010-02-26 Thread chu_man_fu
I need to create SOAP service which only allows HTTPS access. I am half way to achieving this by adding the Rampart module to my services.xml with a UsrnameTokenOverHTTPS policy. My problem now is that my WSDL still shows the http binding: http://127.0.0.1:8080/axis2/services

Re: HTTPS behind Glassfish V2

2010-02-20 Thread Andreas Veithen
already configured and listening on an HTTPS > port.  Except then, Axis2 refuses to display endpoint information for > services if the user is bringing back the wsdl over HTTPS. > > How can I solve this? > > Thanks, > David >

HTTPS behind Glassfish V2

2010-02-19 Thread David Hesson
ers in the configuration file to determine whether or not to display them in the WSDL. My issue is, I do not want to define a transport receiver on its own port because our Glassfish server is already configured and listening on an HTTPS port. Except then, Axis2 refuses to display endpoint infor