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
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
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
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
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
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
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
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
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
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
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
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
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
>>> aucune responsabilité pour le contenu fourni.
>>>
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Date: Mon, 14 Mar 2011 04:1
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
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
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
17 matches
Mail list logo