lowing error while trying to parse my service wsdl with
> Axis 1.2 wsdl2java:
> Feb 10, 2010 11:28:59 AM org.apache.axis.utils.JavaUtils
> isAttachmentSupported
> WARNING: Unable to find required classes (javax.activation.DataHandler and
> javax
> .mail.internet.MimeMultipart).
Hi All,
Am getting the following error while trying to parse my service wsdl with
Axis 1.2 wsdl2java:
Feb 10, 2010 11:28:59 AM org.apache.axis.utils.JavaUtils
isAttachmentSupported
WARNING: Unable to find required classes (javax.activation.DataHandler and
javax
.mail.internet.MimeMultipart
...@xmlbeans.apache.org; axis-user@ws.apache.org
Subject: wsdl2java -R option
Has anybody used -R option in wsdl2java codegeneration with xmlbeans binding, I
am using Axis1.5.1 ?
here is my command line...
wsdl2java -uri d:\test.wsdl -d xmlbeans -o d:\src -p com.axis.test -R
d:\resourceTest
It throws
Has anybody used -R option in wsdl2java codegeneration with xmlbeans
binding, I am using Axis1.5.1 ?
here is my command line...
wsdl2java -uri d:\test.wsdl -d xmlbeans -o d:\src -p com.axis.test -R
d:\resourceTest
It throws following exception...
org.apache.axis2
Hi all,
I'm using Apache Axis 1.4 (yes, the old one), with wsdl2java to
generate the client code for a webservice. I'd like to set additional
properties on the Call object before calling methods on the generated
stub.
For example, I'd like to set username, password, perhap
.xmlsoap.org/soap/http";
style="document" />
http://www.broadsign.com/criteria_mgr_list_many_v4"; style="document" />
Thanks for the update Amila!
Amila Suriarachchi wrote:
>
> On Wed, Dec 30, 2009 at 11:07 AM, fazlan wrote:
>
>>
>> Hi All,
>>
>> I'am trying to generate a *.aar from multiple wsdl's using the wsdl2java
>> ant
>> task.
>> But I;am
On Wed, Dec 30, 2009 at 11:07 AM, fazlan wrote:
>
> Hi All,
>
> I'am trying to generate a *.aar from multiple wsdl's using the wsdl2java
> ant
> task.
> But I;am having a problem when generating services.xml files.
>
> My requirement is to generate a sin
Hi All,
I'am trying to generate a *.aar from multiple wsdl's using the wsdl2java ant
task.
But I;am having a problem when generating services.xml files.
My requirement is to generate a single services.xml for all the *.wsdl's,
rather than services.xml files for each *.wsdl
Yep - I guess I answered my own question of how to manage the namespace.
Since I am not really
interested on using the namespace on the client side other than building
local directories to store the
stubs, I can simple use the --package option to generate what I need.
If there is any other (mo
Hi all,
I intercept and transport the outgoing HTTP GET request to a remote
axis container/engine
over a p2p overlay. I reissue the GET command using HTTP libraries on
the remote side and the
URL I sent always has the http://127.0.0.1:8080 in it .. however the
WSDL I get back does not
alwa
On Thu, Dec 10, 2009 at 12:34 PM, Alex wrote:
> hi all,
>
> as I read on the web, there is no posibility to generate server skeleton
> from an wsdl which has multiple ports defined, is this correct?
>
yes.
>
> Is there an other possibility to combine all ports in one webService, or is
> it bett
hi all,
as I read on the web, there is no posibility to generate server skeleton
from an wsdl which has multiple ports defined, is this correct?
Is there an other possibility to combine all ports in one webService, or
is it better to generate one service for each port.
here is my ant-task
hi all,
i have a wsdl with 3 ports defined, when I build the service skleton
with wsdl2java i only get one port.
here is my ant-task
ve developing a service that uses the MathML schema for something, but
>> when I try to run wsdl2java(axis2 1.5) like this
>>
>> wsdl2java.sh -uri SbmlService.wsdl -d adb
>>
>> using I always get this error
>>
>> Caused by: org.apache.axis2.schema.SchemaCompila
group' at (line 104, col 41, in
http://www.w3.org/Math/XMLSchema/mathml2/content/statistics.xsd)
cheers, Håkon
2009/11/25 Håkon Sagehaug
> Hi all,
>
> I've developing a service that uses the MathML schema for something, but
> when I try to run wsdl2java(axis2 1.5) like this
&
Hi all,
I've developing a service that uses the MathML schema for something, but
when I try to run wsdl2java(axis2 1.5) like this
wsdl2java.sh -uri SbmlService.wsdl -d adb
using I always get this error
Caused by: org.apache.axis2.schema.SchemaCompilationException: Can not find
the group
Hi,
we upgrade from Axis2 1.4.1 to 1.5.1.
We have successfully upgraded the server side, now we try to upgrade the
client.
We use wsdl2java to generate the java code.
The code to generate the java is as follows:
..org.apache.axis2.wsdl.WSDL2Java -t -p test.services.client.upload -uri
When I use Axis2, I get a whole host of other problems. With Axis 1.4 (what I
am currently using) I get the behavior described
in my original post.
Thanks
Matthew McKenna
mtmckenna...@mac.com
On Thursday, October 29, 2009, at 03:09AM, "Amila Suriarachchi"
wrote:
>
package="${A-package-name}"/>
> package="${services-package-name}"/>
> package="${exchange-package-name}"/>
> package="${types-package-name}"/>
>
>
>
>
> The problem I am run
:
The problem I am running in to is that wsdl2java generates a ITEMID.java file,
but the class declaration
and constructor are ItemId. All references to the ITEMID object in other
generated code 'cannot be resolved&
debugging incursion to the code, I found myself looking to the code of the
binding stub class generated by the WSDL2Java tool - version 1.4 - specificaly
the implemented method from the portType interface. In this file
servicemaneSoapBindingStub.java, at lines 104 and 105, I find the following:
94
11M
-Original Message-
From: Sean O'Leary [mailto:razorho...@gmail.com]
Sent: Friday, 16 October 2009 5:00 AM
To: axis-user@ws.apache.org
Subject: wsdl2java issue when parsing wsdl that uses empty namespaces
Hi everyone,
Using: Axis ver
Hi everyone,
Using: Axis version 1.4 (4/22/2006)
I'm using wsdl2java to compile a wsdl for a service that one of my customers
has provided. Everything is fine except for they have one type that they
have declared in a separate schema in the wsdl with no targetNamespace and
then they refer to
e choice group. The minOccurs="0" attribute indicates that
> the element is optional. It is not intended to be an array; therefore,
> it would be inappropriate to say maxOccurs="unbounded".
>
> Anne
>
ct, I am not really
> sure so hinting at different things.
> Can anyone help in some workaround.
>
>
> Regards,
> Anshuk
>
>
>
>
>
--
View this message in context:
http://www.nabble.com/Axis2-wsdl2java-jibx%3A-No-mapping-defined-for-element-tp25603967p25668398.html
Sent from the Axis - User mailing list archive at Nabble.com.
Hello,
Mentioned an incorrect subject line in my earlier mail. My applogies.
I am trying to integrate axis2 1.5 with jibx 1.2.1.
I am not sure that is a problem with axis2 or jibx.
I have the wsdl file and the schema with me.
I have used the jibx org.jibx.schema.codegen.CodeGen to generate the o
On Fri, Sep 11, 2009 at 1:19 PM, Nicolas Raoul <
nicolas.raoul.li...@gmail.com> wrote:
> Thank you Prabath!
> But this sample is not what a wsdl2java user would do, right?
>
> This sample is doing AXIOM stuff manually, which I should not do since
> wsdl2java generated me s
Thank you Prabath!
But this sample is not what a wsdl2java user would do, right?
This sample is doing AXIOM stuff manually, which I should not do since
wsdl2java generated me some convenient object-oriented classes to use.
And the classes wsdl2java generated do not seem to have any method
that I
>
> Hi,
> Am using Axis 1.4 version. Have attached the WSDL file.
> I use the following command to generate proxy and stub classes
> java org.apache.axis.wsdl.WSDL2Java -o
> C:\ddrive\10.3\soap_test\axis14_latest\axis-1_4\sigan c:\Sigan.wsdl
>
> If you look at the attached WSDL (Rename file exten
Hi,
Am using Axis 1.4 version. Have attached the WSDL file.
I use the following command to generate proxy and stub classes
java org.apache.axis.wsdl.WSDL2Java -o
C:\ddrive\10.3\soap_test\axis14_latest\axis-1_4\sigan c:\Sigan.wsdl
If you look at the attached WSDL (Rename file extension to zip and
Odd but understandable request (it's much easier to read a file if the ns's
are human-readable).
If you're using wsdl2java, you probably already have a wsdl, so you can use
that! You can simply go into your META-INF/services.xml and set
useOriginalwsdl to true (note the odd capitl
Is there a way to invoke wsdl2java so that instead of the default namespace
prefixes (ns1, ns2, etc.) you can specify the namespace prefix for a namespace?
We're replacing a gSOAP server with Apache Axis (2.1.3) and the client insists
that the namespace prefixes be kept the same for
Hello,
I have a problem about ant-wdsl2java task parameter "timeout". I have set
timeout while wsdl2java convert. My client connect to server, send to data
but server doesn't send data (to be occur timeout) but, there is nothing to
happen. Client wait forever. When I set timeout
e response.
> > Is
> > there a way to see what SOAP xml request is being sent? I mean a way to
> > log
> > or do a standard out?
> >
> > Thanks,
> > Samanth.
> >
> > On Wed, Aug 12, 2009 at 1:51 PM, sksalver wrote:
> >
> >>
> >&g
ver wrote:
>
>>
>> You can use axis client stub class methos set header to do this.
>>
>> Thanks,
>> Swapna
>>
>> samanth marisetty wrote:
>> >
>> > Hi,
>> >
>> >I am using WSDL2Java to create java stubs and want t
se axis client stub class methos set header to do this.
>
> Thanks,
> Swapna
>
> samanth marisetty wrote:
> >
> > Hi,
> >
> >I am using WSDL2Java to create java stubs and want to write a client.
> I
> > wanted to know if there is a
You can use axis client stub class methos set header to do this.
Thanks,
Swapna
samanth marisetty wrote:
>
> Hi,
>
> I am using WSDL2Java to create java stubs and want to write a client. I
> wanted to know if there is any argument that I need to use, to generate
Hi,
I am using WSDL2Java to create java stubs and want to write a client. I
wanted to know if there is any argument that I need to use, to generate the
headers.
Thanks,
Samanth.
Hi,
I'm currently working on an eclipse plugin allowing me to right-click a
WSDL file in a project and following, to generate the WS stubs by
selecting a menu item which triggers the code generation (actually, the
same as wsdl2java on the command line).
I'm facing no errors are any sim
When I run wsdl2java, I get a MessageReceiverInOut generated with one
toEnvelope() method and one toOM(). This toOM method returns a
OMElement and the receiver method that calls it uses OMElement.class
as the "cast this to" parameter for all messages. This will only
allow me to parse
Hi,
I currently try to generate server code for a wsdl-File I got from another
person. In this wsdl-File it seems that all the defined elements without
explicit NS-Prefixes (those which maps to the target namespace then?) are
getting no package definition in java after code generation.
Is there
>
>
>
>
>
>
> name="key" type="xsd:anyType"/>
>
> name="value" type="xsd:anyType"/>
>
>
result the WSDL2Java tool generates inner or separate classes
(depends on -u command line option) for the "entry" type definitions
with the following names:
Entry_type0.java
Entry_type1.java
The prob
Ok, I've found the cause of the problem.
It seems to be a problem with Axis2 1.5 itself. I've tried to build a
service out of different wsdl files and got the same error every time -
also with a file originally generated by Axis2 once. I've switched to
version 1.4.1 and everything is fine now.
Hi everyone,
I try to generate a service out of my wsdl file. Unfortunately, I get a
exception I can't interpret.
Does anyone have an idea what could be the cause?
Greetings,
Tina
Exception in thread "main"
org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL
at
ing wrong with this?
--
View this message in context:
http://www.nabble.com/Axis2-1.5-WSDL2Java-errors-tp24295840p24380646.html
Sent from the Axis - User mailing list archive at Nabble.com.
I'm getting all of these errors running WSDL2Java from the 1.5 bin.
--
View this message in context:
http://www.nabble.com/Axis2-1.5-WSDL2Java-errors-tp24295840p24373563.html
Sent from the Axis - User mailing list archive at Nabble.com.
that is a AXIS-1_4 artifact
you need to run WSDL2JAVA from %Axis2_1.5%/bin and not %AXIS-1_4/bin%
Martin
__
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
ry a very small simple WSDL (sample
> attached) and see if you can generate code. If it works, you could start
> from there, adding one feature at a time.
>
--
View this message in context:
http://www.nabble.com/Axis2-1.5-WSDL2Java-errors-tp24295840p24360939.html
Sent from the Axis
there, adding one
feature at a time.
-Original Message-
From: LeftoverLinguine [mailto:leftoverlingu...@gmail.com]
Sent: Monday, July 06, 2009 12:10 PM
To: axis-user@ws.apache.org
Subject: RE: Axis2 1.5 WSDL2Java errors
C:\>wsdl2java -uri ss.wsdl
http://schemas.mimeo.com/Enterprise
C:\>wsdl2java -uri ss.wsdl
http://schemas.mimeo.com/EnterpriseServices/2008/09/StorageService";
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex";
xmlns:wsa10="http://www.w3.org/2005/08/addressing";
xm
Could you post your entire WSDL document and the command that you are using to
run WSDL2Java?
-Original Message-
From: LeftoverLinguine [mailto:leftoverlingu...@gmail.com]
Sent: Monday, July 06, 2009 11:44 AM
To: axis-user@ws.apache.org
Subject: RE: Axis2 1.5 WSDL2Java errors
I'm
wsdl="http://schemas.xmlsoap.org/wsdl/";
>
> Try using or (easier) switch your declaration to this:
>
> xmlns="http://schemas.xmlsoap.org/wsdl/";>
>
>
--
View this message in context:
http://www.nabble.com/Axis2-1.5-WSDL2Java-errors-tp24295840p24357862.html
Sent from the Axis - User mailing list archive at Nabble.com.
e [mailto:leftoverlingu...@gmail.com]
Sent: Monday, July 06, 2009 11:08 AM
To: axis-user@ws.apache.org
Subject: RE: Axis2 1.5 WSDL2Java errors
When I use a local validation tool I get an error on the second line saying
"cvc-elt.1: 9Cannot find the declaration of element 'definitions'.&
;>
jcaristi wrote:
>
> This server does not seem to be available on the Internet. I get:
>
> "Firefox can't find the server at services.dev.mimeo.com."
>
> You may be able to get to it because it's on your Intranet. You may want
> to try a locally installed WSDL validation tool.
>
>
--
View this message in context:
http://www.nabble.com/Axis2-1.5-WSDL2Java-errors-tp24295840p24356817.html
Sent from the Axis - User mailing list archive at Nabble.com.
al Message-
From: LeftoverLinguine [mailto:leftoverlingu...@gmail.com]
Sent: Thursday, July 02, 2009 3:00 PM
To: axis-user@ws.apache.org
Subject: RE: Axis2 1.5 WSDL2Java errors
http://services.dev.mimeo.com/EnterpriseServices/2008/09/StorageService.svc?wsdl
This is the WSDL file . When I put it in my brow
an Amazon WSDL, it works.
>
>
--
View this message in context:
http://www.nabble.com/Axis2-1.5-WSDL2Java-errors-tp24295840p24312273.html
Sent from the Axis - User mailing list archive at Nabble.com.
Subject: RE: Axis2 1.5 WSDL2Java errors
I used http://xmethods.net/ve2/Tools.po to validate it. I gave it a URL and
the URL is available when I try it in a web browser.
jcaristi wrote:
>
> What validation tool are you using? It seems like it can't retrieve your
> WSDL. Did you prov
le at that URL? (You can
> check with a browser)
>
--
View this message in context:
http://www.nabble.com/Axis2-1.5-WSDL2Java-errors-tp24295840p24297044.html
Sent from the Axis - User mailing list archive at Nabble.com.
48 PM
To: axis-user@ws.apache.org
Subject: RE: Axis2 1.5 WSDL2Java errors
When I attempt to validate it I get "WSDLException: faultCode=WSDL Retrieval
error: Could not obtain data from connection". I think this may be because
I need to specify a username/password, but is it possible fo
When I attempt to validate it I get "WSDLException: faultCode=WSDL Retrieval
error: Could not obtain data from connection". I think this may be because
I need to specify a username/password but is it possible for me to do that
through WSDL2Java?
jcaristi wrote:
>
> This is
This is likely to be an error in your WSDL. Try running it through a
validation tool or loading it into SoapUI.
-Original Message-
From: LeftoverLinguine [mailto:leftoverlingu...@gmail.com]
Sent: Wednesday, July 01, 2009 3:31 PM
To: axis-user@ws.apache.org
Subject: Axis2 1.5 WSDL2Java
I'm getting the following errors when I run WSDL2Java:
[ERROR] Cannot Determine the MEP
org.apache.axis2.AxisFault: Cannot Determine the MEP
at
org.apache.axis2.description.WSDL11ToAxisServiceBuilder.getMEP(WSDL11
ToAxisServiceBuilder.java:2745)
at
org.apache.
Basically, with jaxbri as data binding option AND -uw ( for unwrap ), the
wsdl2java process generates the return type as "void".
Upon searching around I found that there is a JIRA *AXIS2*-3681 already
open.
Is there is workaround ? or a timeline when this JIRA could be resolved ?
An
It looks like your Java runtime environment (GCJ/GNU classpath?) is
incomplete. I would recommend to install Sun's JRE for Linux.
Andreas
On Thu, Jun 25, 2009 at 02:12, Vadim
Letitchevski wrote:
> wsdl2java in axis2-1.5 did not work for me reporting exceptions like these:
>
> Excep
wsdl2java in axis2-1.5 did not work for me reporting exceptions like these:
Exception in thread "main" java.lang.NoClassDefFoundError:
org.apache.axis2.description.AxisDescription
at java.lang.Class.initializeClass(libgcj.so.7rh)
at java.lang.Class.initializeClass(libgcj.so.
Hello Again ,
Do i need to put in some more details
Please let me know.
This is a major issue.
--- On Wed, 10/6/09, sri ram wrote:
From: sri ram
Subject: WSDL2Java generates uncompilable code
To: axis-user@ws.apache.org
Date: Wednesday, 10 June, 2009, 4:29 PM
Hi axis 1.4 Users,
I have
resending .
This issue should have been addressed before, can anyone guide me its important.
--- On Wed, 10/6/09, sri ram wrote:
From: sri ram
Subject: WSDL2Java generates uncompilable code
To: axis-user@ws.apache.org
Date: Wednesday, 10 June, 2009, 4:29 PM
Hi axis 1.4 Users,
I have an issue
Hi axis 1.4 Users,
I have an issue while using axis 1.4 engine .
While I run wsdl2java
WSDL2Java generates uncompilable code
Issue is :
(java.lang.String)
super(_value);
^
1 error
Because the code invokes a superconstructor but doesn't extend any
other class. I'
hi,
I'm using Axis2 1.4 to call a WS. I generated the stub classes using the
WSDL2Java tool. The java rpc client using stub classes to send requests to
WS. After the client sends the first request to WS, it can get JSESSIONID in
the first response's header (Set-Cookie). I want
does not honor the order
of the WSDL tags defined in the WSDL file.
But since we "own" the server interface, the clients have simply made sure that
the tags are sent in the order that the Axis2 server
expects them.
Now to my last finding:
I accidently noticed that wsdl2java
Sebastin
I thought so too...in the very beginning. But it is there in AXIS_HOME
directory (activation-1.1.jar). Also...if that was the case wouldnt it be
failing for all cases. Why is it specifically for the chain-import scenario
I described.
Thanks
Preetham
2009/5/29 Sebastian Just - RÖPERWEISE
Hi!
> Caused by: java.lang.NoClassDefFoundError: javax/activation/DataHandler
I guess you're missing the activation framework in your classpath.
Best regards,
Sebastian
All,
We were previously using adb with Axis2 and all was working fine. Recently
we have been prototyping jaxb with Axis2. We have a complex wsdl which
imports several schemas and in turn the schema has additional schema
imports. In this scenario...errors are thrown. When we researched into
it...we
Hi,
I have created Axis2 server side skeletons and client stubs using wsdl2java.
Works fine. But it seems like the codegenerator ignores the order in the
elements was listed in the WSDL
Much like described in
<https://teras.tietoenator.com/exchweb/bin/,DanaInfo=.aenclpEzpm2ypzn737Q
bject: wsdl2java
I have error when using jbix
%AXIS2_HOME%\bin\wsdl2java -uri jibx\META-INF\IPIS_JIBX.wsdl -Ebindingfile
jibx\META-INF\binding.xml -p service.jibx -d jibx -s -ss -sd -ssi -uw -o
build_jibx
Exception in thread "main"
org.apache.axis2.wsdl.codegen.CodeGenerationException
I have error when using jbix
%AXIS2_HOME%\bin\wsdl2java -uri jibx\META-INF\IPIS_JIBX.wsdl -Ebindingfile
jibx\META-INF\binding.xml -p service.jibx -d jibx -s -ss -sd -ssi -uw -o
build_jibx
Exception in thread "main"
org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing
t facilement
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
To: axis-user@ws.apache.org
Subject: using Axis2 wsdl2java to generate Axis1 client stubs
From: edward.thomp...@wachovia.com
Date: Mon, 11 May 2009 09:18:08 -0400
I am using
I am using the Axis2 wsdl2java utility to generate client side java code
for Axis1.
The reason is that the Axis1 wsdl2java utility can't seme to handle "tree
wsdl" generated by out .NET applications.
The wdl2java utility for Axis2 indicates a backward compatability option,
Hi Guys,
I'm a newbie, and I'm using axis-1.4. I have a web service that I am
connecting to, which I did not write, which was written using axis-1.4. I am
having problems using the WSDL2Java generated files, as well as using the soap
call api. Neither appear to work as expected.
Hi all,
I'm trying to consume a secure Axis Web service from a Globus Toolkit 4
service. I generated stubs with standard Axis' wsdl2java from a wsdl
(glite-security-voms-admin-2.0.2.wsdl)where all wsdl:operation are described
this way:
ing posted to mailing list so I again posting
> again. sorry If it causes any problem.
> In my rpc/literal style webservice, I have a element with
> multiple parts in it. One of the part can be nullable. The problem is the
> generated ADB from wsdl2java throws an excepti
Hi,
The last message was not getting posted to mailing list so I again posting
again. sorry If it causes any problem.
In my rpc/literal style webservice, I have a element with
multiple parts in it. One of the part can be nullable. The problem is the
generated ADB from wsdl2java throws an
Hi,
In my rpc/literal style webservice, I have a element with
multiple parts in it. One of the part can be nullable. The problem is the
generated ADB from wsdl2java throws an exception if the part is null while
serialising to xml.
here the "entity" c
. There should be a comment
for each of them telling you that you need to implement them (along with a
thrown exception). In other words, for each of your methods, remove
everything between the opening and closing braces, and start coding.
The WSDL2Java process should have also created a build.
e I can avoid other people the same wasted
>> time
>> that I experienced...
>>
>> My environment is Eclipse 3.2.2, with the Codegen Wizard plugin.
>>
>> I have used the wizard in both directions (wsdl2java and java2wsdl) in
>> versions 1.3 and 1.4.1 of Axis2
d
> time
> that I experienced...
>
> My environment is Eclipse 3.2.2, with the Codegen Wizard plugin.
>
> I have used the wizard in both directions (wsdl2java and java2wsdl) in
> versions 1.3 and 1.4.1 of Axis2.
>
> About the wizard : when you go to the Axis website, yo
Codegen Wizard plugin.
I have used the wizard in both directions (wsdl2java and java2wsdl) in
versions 1.3 and 1.4.1 of Axis2.
About the wizard : when you go to the Axis website, you can download the
Codegen Wizard plugin for any version of Axis. What's misleading is that
when you unzip each ve
Are there any news about this improvement?
https://issues.apache.org/jira/browse/AXIS2-3371
Would be really handy to have javadoc generated if using contract first...
OK, looking for something definitive here.
I am running Axis 1.4 (Implementation-Version: 1.4 1855 April 22 2006)
Trying to convert some wsdl generated from Microsoft WCF to java stubs
using wsdl2java, and running into some problems.
The WCF side of my team says java has trouble with tree wsdl
On 31/03/2009 09:48, "Andreas Veithen" wrote:
> Frank,
>
> MTOM is a _transparent_ way of optimizing messages. Why does the WSDL
> explicitly reference xop:Include?
That is a very good question... And not one I can answer immediatly.
I am 'new' to MTOM, that is, I learned it about 2 months ago
Frank,
MTOM is a _transparent_ way of optimizing messages. Why does the WSDL
explicitly reference xop:Include?
Andreas
On Mon, Mar 30, 2009 at 18:18, Frank Vyncke wrote:
> I,
>
> Am starting to develop a 'client' for a gSOAP based server, using MTOM
> attachments.
>
> I have a wsdl file, but wh
Is there any workaround for this problem?
What i was thinking was to use wsdl2java of axis1.2 and use axis 1.4 for
actual SOAP requests. But when i tried it by replacing the jars, it seems
not working :(
On Mon, Mar 30, 2009 at 8:56 PM, Jean-christophe cazeaux <
jccazeau...@gmail.com>
On Mon, Mar 30, 2009 at 1:18 PM, Frank Vyncke wrote:
> I,
>
> Am starting to develop a 'client' for a gSOAP based server, using MTOM
> attachments.
>
> I have a wsdl file, but when I try to compile the wsdl file, I get an
> exception with the following message:
>
> Caused by: org.apache.axis2.sche
s an other
explanation and/or solution?
JC
2009/3/30 Rishi Renjith :
> Hello,
> In my project, we are planning to upgrade from axis 1.2 to axis 1.4. But
> when we tested, we noticed that wsdl2java is not generating some java
> classes which it used to generate in axis 1.2
> For eg, with th
I,
Am starting to develop a 'client' for a gSOAP based server, using MTOM
attachments.
I have a wsdl file, but when I try to compile the wsdl file, I get an
exception with the following message:
Caused by: org.apache.axis2.schema.SchemaCompilationException: can not find
the element {http://www.w
Hello, In my project, we are planning to upgrade from axis 1.2 to axis 1.4.
But when we tested, we noticed that wsdl2java is not generating some java
classes which it used to generate in axis 1.2
For eg, with the wsdl structure as below
s WSDL2.0 using wsdl2java
> utility
>
> Hi Pradeep,
>
> That time frame is fantastic and works great for us! I look forward to
> hearing from you or seeing the JIRA status change.
>
> Thank you very much.
>
> leon
>
> - Original Message -
> From: &q
AM GMT -06:00 US/Canada Central
Subject: Re: [Axis2 1.4] WS-Policy in WSDL 1.1 vs WSDL2.0 using wsdl2java
utility
Hi leon,
I'm bit bussy with my GSOC & hopefully i would be able to fix this within this
week itself. I have gathered required info to
work on this issue & looks go
1 - 100 of 2611 matches
Mail list logo