  | | | Axis |
Still wrong.
C \axis\samples\stock >echo %AXISCLASSPATH%
c \AXIS\lib\axis.jar c \AXIS\lib\common-discovery-0.2.jar c \AXIS\lib\commons-lo
gging-1.0.4.jar c \AXIS\lib\jaxrpc.jar c \AXIS\lib\saaj.jar cHi Santosh
You can certainly do a JiBX binding using one of the org.jibx.extras
marshaller/unmarshaller classes for HashMaps. Jibx2Wsdl won 't currently
use these to handle HashMaps when starting fHi
I 'm not yet Axis2 guru but i think i understand your problem -)
When the java method of your service throws a method axis translates the java exception into a soap fault. Soap fault is lWell probably you should check whether the SOAPAction header is set at
all ... try monitoring your network traffic while issuing the invocation
with a tool like TCPMon and check if a HTTP header nAll -
I have a wsdl that 's defined a string array as the following..
<!-- StringArray Type -- >
<xsd complexType name "StringArray " >
<xsd complexContent >
<xsd restriction base
Hello! I have created a simple Axis2 service called MyService se code below. It has one method addOneToPositiveValue. If it is called with a negative value it throws a CustomException.I have createI am using a proxy since I am on an intranet but as I used in other applications I wrote
Properties systemSettings System.getProperties()
systemSettings.put( "http.proxyHost " "xxxxxx ")
well not that I claim to be an expert in Axis 1 (which you seem to be
using) but from what I see the code looks OK.
Anyway your exception is pretty obvious -
java.net.NoRouteToHostException meanyes ). are you saying the java code is correct and should work?
----- Original Message ----
From Philipp Leitner <philipp.leitner@(protected) >
To axis-user@(protected)
Sent Thursday October 4 2are you connected to the internet when you run the example?
/philipp
loredana loredana wrote
> Hy guys I 'm new to axis and I am having a small problem understanding even the begining example...ok Hy guys I 'm new to axis and I am having a small problem understanding even the begining example...ok so i took the most simple web service from w3 schools http //www.w3schools.com/webservices/tempcThe problem I face now is - when I try to pass parameter values(in this case the input parameter is also a transfer object) using a client I 'm able to access the object within the service but the aHi all
i need to build an Axis2 message contex to send to Rampart without
engaging it (i need to use it not in inPipe or outPipe)
I did it for the sender adding this property (for example)
<paramGuys thanks for your advices.
FYI I don 't have really hand on the server (and oups it 's powered by
XFire).
MTOM is not activated by default.
So I 've not been able to change the
sequence of elemeThank you very much Anne!!! Your explanation has been very useful for me.
You have clarify my basic doubts.
I was mixing basic concepts. I didn 't know what Tuscany is and I am going to
research arou
Hi
Actually I use the wsdl2java tool only to get the Data transfer objects from the wsdl. The services.xml is actually handcoded by me.
The steps that I follow are as follows
1. Run the WSDL2Hi
Actually I use the wsdl2java tool only to get the Data transfer objects from the wsdl. The services.xml is actually handcoded by me.
The steps that I follow are as follows
1. Run the WSDL2Javhi
I am not getting you correctly.
if you create the service using wsdl2java tool you should can not have
org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver. It generates a
custom message rece
Hi
I 've a web service that uses a wsdl of doc-literal style. I use Axis2 1.3 Spring and hibernate for this purpose.(Earlier I had been using Axis 1.4). The method that I follow is to first creaTuscany is an implementation of the SCA specification not a web
services framework. If you would prefer to try a different WSF you
might try Apache CXF. I don 't know whether it supports Generic TypeNorman
Did you copy the ebXML RIM WSDL and schema files to your local directory?
The WSDL location attribute uses a relative URL
(ebXMLRegistryBindings.wsdl) therefore you need to copy the files toCan you send your wsdl? and your request and responses.
have you enabled the MTOM or not?
Amila.
On 10/4/07 Yogesh.Dhake@(protected) <Yogesh.Dhake@(protected) > wrote
>
>
> Hi
>
> I am bit neCan you please try out with a nighly build?
I fixed a similar issue earlier and this wsdl seems to be ok.
Amila.
On 10/4/07 Norman Barker <norman.barker@(protected) > wrote
>
> Hi
>
> I am using the
Super - thanks Upul.
Upul Godage wrote
> http //wso2.org/library/91
>
> Hope this helps.
>
> Upul
>
>
> On 10/4/07 *Demetris G* < demetris@(protected)
> <mailto demetris@(protected) > > wrote
>
>
http //wso2.org/library/91
Hope this helps.
Upul
On 10/4/07 Demetris G <demetris@(protected) > wrote
>
>
> Does anyone know if there has been any work on profiling Axis and Axis 2?
>
> Thanks
>
>Hi Ana
As from here [1] on page 1 we need to specify the correct path to the
service classes (this should be ideally the point where your package
structure starts). Also this [2] is the reference toHi
I am using the ebRIM wsdl file here
http //www.oasis-open.org/committees/regrep/documents/3.0/services/ebXMLRegistryServices.wsdl
which I can 't really change and all I have done is make it validHi Guys
I just made a cut down version of the WSDL that is producing this
issue for me could anybody please point out my mistake?
<?xml version "1.0 " encoding "UTF-8 "? >
<wsdl definitions xmlns "htHi Guys
I 've got an RPC encoded WSDL (yeah I know they are evil) which I
converted to an RPC Literal. After I generated the proxy classes I 'm
unable to find the XML Data in the HTML body (this is a
Using Commons HTTP client with Axis
By default Apache Axis 1.4 uses 'org.apache.axis.transport.http.HTTPSender '
for http sending.
It is possible to change this to use 'org.apache.commons.httpclie |
|
 |