Re: Where is WSDL

2013-04-11 Thread JOSE L MARTINEZ-AVIAL
have you tried appending ?wsdl ? 2013/4/11 lv > After running JAX-WS Web Services Ping and Echo Sample , how to get the > WSDL? > When I enter > localhost:8080/jaxws-samples/services/PingService.PingServicePort in the > web browser, > I get error : > The endpoint reference (EPR) for the Operati

Axis2 1.6.2 embedded does not work on Weblogic 10.3. It returns a blank page

2012-05-31 Thread JOSE L MARTINEZ-AVIAL
Hi, I'm using Axis2 1.6.2 embedded on my app(I have the axis2 libraries and the servlet setup on the web.xml). I have some services(basically a POJO) on the WEB-INF/services, and the app and the webservices work just fine in Tomcat. But when I deploy the war on WebLogic 10.3, it returns an empty

[Axis2] Log of soap messages creates mutiple logs, instead of just one.

2012-05-21 Thread JOSE L MARTINEZ-AVIAL
Hello all, I just upgraded my webservices client from Axis1 to Axis2. With Axis1 I was able to log the HTTP requests and responses just by adding the following line to my log4j.properties log4j.logger.org.apache.axis.transport.http=DEBUG and it created nice logs where all the body of the http r

[axis1 servers vs axis2 client] no such operation exception received until WSDL is seen

2012-05-08 Thread JOSE L MARTINEZ-AVIAL
Hello all, We want to generate an Axis2 client (1.6.1) client for an old Axis1 service. The service is a plain POJO, and the server-config.wsdd is as follows: The Axis2 client

Re: [axis-1.5.6] targetNamespace attribute

2012-04-25 Thread JOSE L MARTINEZ-AVIAL
Quick question in relation with this. It is possible to change the namespace of the objected passed as arguments to the webservices? Because we have the following service.xml: http://zzz.yyy.xxx";> Book sample service http://zzz.yyy.xxx/xsd"; /> o

Re: [axi2-1.6.1] Exception in code generated by WSDL2java does not compile.

2012-03-30 Thread JOSE L MARTINEZ-AVIAL
Could somebody please take a look at this? I don't see anything wrong, but it does not compile. Thanks JL 2012/3/28 JOSE L MARTINEZ-AVIAL > Hi, > I have the following WSDL: > > > http://admin.ws.csd.rsa.com"; > xmlns:apachesoap="http://xml.apache.o

[axi2-1.6.1] Exception in code generated by WSDL2java does not compile.

2012-03-28 Thread JOSE L MARTINEZ-AVIAL
Hi, I have the following WSDL: http://admin.ws.csd.rsa.com"; xmlns:apachesoap="http://xml.apache.org/xml-soap"; xmlns:impl=" http://admin.ws.csd.rsa.com"; xmlns:intf="http://admin.ws.csd.rsa.com"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; xmlns:wsdlsoap=" http://schemas.xmlsoap.org/wsdl/so

[axi2-1.6.1] Exception in code generated by WSDL2java does not compile.

2012-03-28 Thread JOSE L MARTINEZ-AVIAL
Hi, I have the following WSDL: http://admin.ws.csd.rsa.com"; xmlns:apachesoap="http://xml.apache.org/xml-soap"; xmlns:impl=" http://admin.ws.csd.rsa.com"; xmlns:intf="http://admin.ws.csd.rsa.com"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; xmlns:wsdlsoap=" http://schemas.xmlsoap.org/wsdl/so

Re: Error parsing WSDL with Axis2

2012-03-23 Thread JOSE L MARTINEZ-AVIAL
27;test.wsdl'. [WARN] Type {http://admin.ws.csd.rsa.com}ArrayOfUserChange missing! I can work with that, but still, it doesnt' seem like a normal behaviour... 2012/3/23 JOSE L MARTINEZ-AVIAL > no, it doesn't work for me. I got the same faulty class. > > C:\axis2-1.6.1\bin>wsdl2

Re: Error parsing WSDL with Axis2

2012-03-23 Thread JOSE L MARTINEZ-AVIAL
BBean{ /* This type was generated from the piece of schema that had name = AdminServiceException Namespace URI = http://admin.ws.csd.rsa.com Namespace Prefix = ns1 */ 2012/3/23 Sagara Gunathunga > On Fri, Mar 23, 2012

Re: Error parsing WSDL with Axis2

2012-03-22 Thread JOSE L MARTINEZ-AVIAL
is not an exception, and therefore the code does not compile. Any idea where the problem may be? 2012/3/22 JOSE L MARTINEZ-AVIAL > Hi, > I'm using wsdl2java to create a client for a webservice. The WSDL is > pretty simple: > > > http://admin.ws.csd.rsa.com"; &g

Error parsing WSDL with Axis2

2012-03-22 Thread JOSE L MARTINEZ-AVIAL
Hi, I'm using wsdl2java to create a client for a webservice. The WSDL is pretty simple: http://admin.ws.csd.rsa.com"; xmlns:apachesoap="http://xml.apache.org/xml-soap"; xmlns:impl=" http://admin.ws.csd.rsa.com"; xmlns:intf="http://admin.ws.csd.rsa.com"; xmlns:wsdl="http://schemas.xmlsoap.org/ws

Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-14 Thread JOSE L MARTINEZ-AVIAL
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter >>> aucune responsabilité pour le contenu fourni. >>> >>> >>> >>> >>> >>> >>> -- >>> Date: Mon, 14 Mar 2011 04:1

Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-13 Thread JOSE L MARTINEZ-AVIAL
I think it is trying to invoke a method with a String[] attribute, not simply a String. 2011/3/13 Bing Li > Dear all, > > I am a new Axis2 user. Today I got a weird exception when calling a Web > service. > > This Web service is deployed on Tomcat/Axis2. I need to transmit an object > (parameter

unsubscribe

2011-02-28 Thread JOSE L MARTINEZ-AVIAL

Is it possible to use a Enum as a parameter?

2010-11-10 Thread JOSE L MARTINEZ-AVIAL
Hello all, I'm using Axis 1.4, and I'm trying to use a Enum as a parameter for a webservices. I've the following class: public class BoxWebService { public boolean doUpload(MyEnum by,String userName, String contentType, String fileName,byte[] content){ return false; } } The enu

It's possible to user a Enum as a parameter?

2010-11-09 Thread JOSE L MARTINEZ-AVIAL
Hello all, I'm using Axis 1.4, and I'm trying to use a Enum as a parameter for a webservices. I've the following class: public class BoxWebService { public boolean doUpload(MyEnum by,String userName, String contentType, String fileName,byte[] content){ return false; } } The enu