Re: elementFormDefault=qualified value causes problems with xmlbeans binding

2007-04-30 Thread Martin Gainty
making a copy. Thank you. - Original Message - From: Sampige, Srinivas To: axis-user@ws.apache.org Sent: Monday, April 30, 2007 5:35 PM Subject: elementFormDefault=qualified value causes problems with xmlbeans binding What affect does elementFormDefault=qualified have vs

wsdl2java error using Xmlbeans binding

2007-04-30 Thread Hall, Alex A.
): % wsdl2java -o C:\wsdl\gensrc -d xmlbeans -ss -uri C:\wsdl\Test.wsdl I get the chained error shown at [2] below. The exception seems to indicate an invalid schema, but the schema validates fine using the W3C validator and the WSDL compiles using Xmlbeans 2.2.0 from the command-line. It's complaining

Re: Axis2 xmlbeans http transport error 302 found

2007-04-27 Thread Paul Fremantle
or even on the web I autogenerated the client with following command. wsdl2java.bat -o src\generated -s -p com.someservice.test -uri src\wsdl\some.wsdl -d xmlbeans The wsdl makes use of complex type extension, so I'm using xmlbeans for binding. I get the following error

Re: Axis2 xmlbeans http transport error 302 found

2007-04-27 Thread Markus F.
/at/noSuchUrl.html[\r][\n] [][] [main] DEBUG Wire - Content-Length: 240[\r][\n] [][] [main] DEBUG Wire - Content-Type: text/html; charset=iso-8859-1[\r][\n] [][] [main] DEBUG HttpMethodDirector - Redirect required -- View this message in context: http://www.nabble.com/Axis2-xmlbeans-http-transport

Re: Axis2 xmlbeans http transport error 302 found

2007-04-27 Thread Martin Gainty
.- Original Message -From: Paul Fremantle [EMAIL PROTECTED]To: axis-user@ws.apache.orgSent: Friday, April 27, 2007 4:35 AMSubject: Re: Axis2 xmlbeans http transport error 302 foundMarkusIn general Axis2 is compatible with .NET and C#. The other option isto enable much more logging on the Java

Re: Axis2 xmlbeans http transport error 302 found

2007-04-26 Thread Markus F.
on the web I autogenerated the client with following command. wsdl2java.bat -o src\generated -s -p com.someservice.test -uri src\wsdl\some.wsdl -d xmlbeans The wsdl makes use of complex type extension, so I'm using xmlbeans for binding. I get the following error: org.apache.axis2.AxisFault

Re: Axis2 xmlbeans http transport error 302 found

2007-04-26 Thread Paul Fremantle
authentication. I've been spending many hours on this and couldnot find any similar errors on the list or even on the web I autogenerated the client with following command. wsdl2java.bat -o src\generated -s -p com.someservice.test -uri src\wsdl\some.wsdl -d xmlbeans The wsdl makes use

Re: Axis2 xmlbeans http transport error 302 found

2007-04-26 Thread Markus F.
on the list or even on the web I autogenerated the client with following command. wsdl2java.bat -o src\generated -s -p com.someservice.test -uri src\wsdl\some.wsdl -d xmlbeans The wsdl makes use of complex type extension, so I'm using xmlbeans for binding. I get the following error

Axis2 xmlbeans http transport error 302 found

2007-04-25 Thread Markus F.
command. wsdl2java.bat -o src\generated -s -p com.someservice.test -uri src\wsdl\some.wsdl -d xmlbeans The wsdl makes use of complex type extension, so I'm using xmlbeans for binding. I get the following error: org.apache.axis2.AxisFault: HTTP Transport error : '302' - 'Found' It must

Re: Axis2 xmlbeans http transport error 302 found

2007-04-25 Thread Paul Fremantle
\some.wsdl -d xmlbeans The wsdl makes use of complex type extension, so I'm using xmlbeans for binding. I get the following error: org.apache.axis2.AxisFault: HTTP Transport error : '302' - 'Found' It must be something basic, what I'm missing here, because I get the same error when not providing

Re: Code generateion, with xmlbeans, results in missing methods.

2007-04-24 Thread Anne Thomas Manes
/lit wrapped style wsdl. Thks, Tom. -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: 23 April 2007 13:12 To: axis-user@ws.apache.org Subject: Re: Code generateion, with xmlbeans, results in missing methods. The namespace attribute in the binding is used only

RE: Code generateion, with xmlbeans, results in missing methods.

2007-04-23 Thread Tomas Kelly
is '${wsdl.src.dir}'/ wsdl2Java wsdlfilename=${wsdl.src.dir}/MyService.wsdl language=java packageName=com.test.testws databindingName=xmlbeans unwrap=true synconly=true serverSide=true serverSideInterface=true generateServiceXml=true

RE: Code generateion, with xmlbeans, results in missing methods.

2007-04-23 Thread Tomas Kelly
, with xmlbeans, results in missing methods. The namespace attribute in the binding is used only with RPC style. It identifies the namespace to be used to qualify the dynamically generated wrapper element (which has a local name that matches the operation name) for the RPC message. When using document

Re: Code generateion, with xmlbeans, results in missing methods.

2007-04-22 Thread Amila Suriarachchi
I generated the code with the wsdl2java with the current code base at the 1.2 branch and it seems to be ok. So what is the Axis2 version you use and what are the options you use? Can you try out with the RC2? Amila. On 4/21/07, Glen Mazza [EMAIL PROTECTED] wrote: Quite possibly unrelated to

Code generateion, with xmlbeans, results in missing methods.

2007-04-20 Thread Tomas Kelly
I'm new to Axis2 - but not to programming. Im interested in generating service-from-wsdl ('contract-first'). Unfortunately, I'm new to WSDL too. Using the WSDL below, when I run wsdl2java (I'm using the wsdl2java ant task, in Eclipse 3.2...) I get a 'build successful' message from Ant but the

Re: Code generateion, with xmlbeans, results in missing methods.

2007-04-20 Thread Glen Mazza
Quite possibly unrelated to your problem, but according to Anne[1], if you are using document/literal, you should *not* have a namespace for your soap:body messages, as you have here: soap:body use=literal namespace=http://MyService/ Glen [1] http://marc.info/?l=axis-userm=117394780408840w=2

Re: Using wsdl with XMLbeans

2007-04-19 Thread Johannes . Kjellgren
work. Regards /Johannes Jean-LucT [EMAIL PROTECTED] 2007-04-18 13:35 Please respond to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject Re: Using wsdl with XMLbeans Johannes.Kjellgren wrote: The name of the service in the wsdl is the same as the name

Re: Using wsdl with XMLbeans

2007-04-18 Thread Jean-LucT
: http://www.nabble.com/Exposing-wsdl-using-xmlbeans-as-data-binding-framwork-t3558475.html I never got any response on my post so I might not have been clear enough. /Johannes I'm using axis2 1.1.1 and I've been able to see my wsdl files. I'm using a simple services.xml file with no group. I do

Re: Using wsdl with XMLbeans

2007-04-18 Thread Jean-LucT
://www.nabble.com/Using-wsdl-with-XMLbeans-tf3571520.html#a10055085 Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using wsdl with XMLbeans

2007-04-18 Thread Johannes . Kjellgren
Alright! I tried to change the service name in the wsdl as well but it didn't seem to solve the problem. What kind of message receiver are you using? I also wonder in which folder you found the wsdl you had to modify? Was it in META-INF? Axis2 seem to generate a wsdl for me but it's never

Re: Using wsdl with XMLbeans

2007-04-18 Thread Jean-LucT
://www.nabble.com/Using-wsdl-with-XMLbeans-tf3571520.html#a10055393 Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using wsdl with XMLbeans

2007-04-18 Thread Johannes . Kjellgren
The name of the service in the wsdl is the same as the name in the service in services.xml. I can't see any errors in the wsdl either so I don't know if we have had the same issues. Which version of Axis2 do you use? I will try a few more things then dig deeper into this problem. I'll let you

Re: Using wsdl with XMLbeans

2007-04-18 Thread Jean-LucT
1.5.0-11 -- View this message in context: http://www.nabble.com/Using-wsdl-with-XMLbeans-tf3571520.html#a10056775 Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: axis2 - ADB , XMLBeans : service difference. Error while invoking different implementations of the same service

2007-04-18 Thread Martin Gainty
- From: Sampige, Srinivas [EMAIL PROTECTED] To: axis-user@ws.apache.org; Martin Gainty [EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 9:29 PM Subject: axis2 - ADB , XMLBeans : service difference. Error while invoking different implementations of the same service I have implemented 2 versions

RE: axis2 - ADB , XMLBeans : service difference. Error while invoking different implementations of the same service

2007-04-18 Thread Sampige, Srinivas
: Tuesday, April 17, 2007 9:49 PM To: axis-user@ws.apache.org Subject: Re: axis2 - ADB , XMLBeans : service difference. Error while invoking different implementations of the same service This is a problem with the request. In your schema target namespace is http

RE: axis2 - ADB , XMLBeans : service difference. Error while invoking different implementations of the same service

2007-04-18 Thread Sampige, Srinivas
: Amila Suriarachchi [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 9:49 PM To: axis-user@ws.apache.org Subject: Re: axis2 - ADB , XMLBeans : service difference. Error while invoking different implementations of the same service This is a problem with the request. In your schema

XMLBeans, Attachments and Rampart

2007-04-17 Thread Jorge Fernandez
Hi all, I would like to know if it's possible to use XMLBeans and Rampart with attachtments cos I heard that XMLBeans doesn't support MTOM and I doubt if Rampart supports SwA or there is any problem in that combination. Thanks and regards, Jorge Fernández

axis2 - ADB , XMLBeans : service difference. Error while invoking different implementations of the same service

2007-04-17 Thread Sampige, Srinivas
I have implemented 2 versions of the same webservice; one using ADB and the other using XMLBeans binding. Both services have the same exact WSDL. I generated a client using xmlbeans binding which works fine against the service using xmlbeans. But, the same client when pointed against the service

Re: axis2 - ADB , XMLBeans : service difference. Error while invoking different implementations of the same service

2007-04-17 Thread Ajith Ranabahu
Hi, The failure you are seeing is probably not due to the client but thrown from the server and reported by the client as an exception. The general cause of this error message is the presence of an incompatible element in the XML. However in your case the XMLBeans service works which means

Re: axis2 - ADB , XMLBeans : service difference. Error while invoking different implementations of the same service

2007-04-17 Thread Amila Suriarachchi
name have come here? I can not see this in the wsdl. But I feel this is a valid jira since xmlbeans client does not generates the request correctly. please log a jira. Does this work properly with the adb client? Amila. On 4/18/07, Ajith Ranabahu [EMAIL PROTECTED] wrote: Hi, The failure you

Using wsdl with XMLbeans

2007-04-13 Thread Neil Blue
Hello, I have built a service using xmlbeans. I would like to display the generated wsdl file with {service}?wsdl. I have added the use original wsdl parameter to services: serviceGroup service name=SessionService ... parameter name=useOriginalwsdltrue/parameter ... /service

Re: Using wsdl with XMLbeans

2007-04-13 Thread Neil Blue
at the bottom of your SessionService.wsdl? On 4/13/07, Neil Blue [EMAIL PROTECTED] wrote: Hello, I have built a service using xmlbeans. I would like to display the generated wsdl file with {service}?wsdl. I have added the use original wsdl parameter to services: serviceGroup

Re: Using wsdl with XMLbeans

2007-04-13 Thread Davanum Srinivas
xmlbeans. I would like to display the generated wsdl file with {service}?wsdl. I have added the use original wsdl parameter to services: serviceGroup service name=SessionService ... parameter name=useOriginalwsdltrue/parameter ... /service /serviceGroup I have

Re: Using wsdl with XMLbeans

2007-04-13 Thread Johannes . Kjellgren
Hi!You seem to have the same problem I have. Is it correct that the wsdl document is supposed to be available when the param parameter name="useOriginalwsdl"true/parameter is set? If so something seems to be wrong.I refer to my earlier post:http://www.nabble.com/Exposing-wsdl-usin

Lorg/apache/xmlbeans/SchemaTypeSystem;

2007-04-11 Thread Le Foulgoc Bertrand
Hi, I get this strange error when trying to execute a simple pojo request with axis2, has anyone bumped into this one already? org.apache.axis2.AxisFault: java.lang.NoClassDefFoundError: Lorg/apache/xmlbeans/SchemaTypeSystem; Thanks

Exposing wsdl using xmlbeans as data binding framwork

2007-04-11 Thread Johannes . Kjellgren
I have generated an axis2 web service using xmlbeans as binding framwork. Everything works fine but when I'm trying to access the service from a .NET application I get the error: Unable to generate WSDL for this service. However, I found out that it depends on the message receiver. RPC

[Axis2] Trouble trying to find cookie from a non-Java web service using Axis2 client with xmlbeans binding

2007-04-05 Thread Faisal . Memon
I am having trouble in my client code finding the cookie set by a web service that I am trying to connect to I am using xmlbeans binding to generate stub code from the eclipse axis2 code generator but can't seem to get the cookie even though I have set setManageSession(true) in both

How to check soap fault on the client side using xmlbeans client stub functions

2007-04-04 Thread Gul Onural
Hi, I have used xmlbeans databinding to generate client stubs. I am trying to understand how to get soap fault using the client stubs. One of my methods on the web service either returns an error (soap fault) or a piece of information if the result is successful. In the case of successful

RE: How to check soap fault on the client side using xmlbeans client stub functions

2007-04-04 Thread Gul Onural
More specifically I am looking for a way to get faultstring on the client side using the xmlbeans generated stubs. I can get tns:errorId (below), but I don't see any method on the exception to allow me to retrieve faultstring. ?xml version='1.0' encoding='utf-8'? soapenv:Envelope xmlns:soapenv

RE: Null pointer exception in xmlbeans setArray

2007-04-03 Thread Jorge Fernandez
for setting null a component and not the hole array. Can anybody tell me what I'm doing wrong and how should I set a null array?? Thanks and regards, Jorge Fernández Jorge Fernandez [EMAIL PROTECTED] escribió: Hi, I'm using xmlbeans as databinding. In some classes I have Array fields and when I call

-n2sp not working with xmlbeans

2007-04-02 Thread FURTADO, Murray, GBM
Hi, I want to override the default package my xml beans get generated in. I issue my wsdl2java command with eg -ns2p http://www.xyx.com=com.abc.efg http://www.xyx.com=com.abc.efg or -ns2p www.xyx.com=com.abc.efg http://www.xyx.com=com.abc.efg When I do so, my classes get generated in a

[Axis2] XMLBeans not generating default values

2007-04-02 Thread Masin, Valerie
Hello, I don't pretend to know a thing about xmlbeans but I was thinking I might use them as my databinding when I discovered that adb doesn't handle default values in the schema, and the castor databinding isn't available in axis2. However, when I generate the code from wsdl2java using xmlbeans

Re: [Axis2] XMLBeans not generating default values

2007-04-02 Thread Anne Thomas Manes
You can use Castor with JiBX databinding. On 4/2/07, Masin, Valerie [EMAIL PROTECTED] wrote: Hello, I don't pretend to know a thing about xmlbeans but I was thinking I might use them as my databinding when I discovered that adb doesn't handle default values in the schema, and the castor

Question about axis2 xmlbeans data binding

2007-03-31 Thread Gul Onural
Using wsdl2java -d xmlbeans option, and building the generated code (using ant) creates two jar files : - web-service-name-test-client.jar and - XBeans-packaged.jar My question is : - When you build a client application using the xmlbeans based stubs, I can see that the web-service-name-test

Null pointer exception in xmlbeans setArray

2007-03-28 Thread Jorge Fernandez
Hi, I'm using xmlbeans as databinding. In some classes I have Array fields and when I call the setter for those with a null value, I get a null pointer exception but I tried the same with a String field and it works perfectly. Is not possible to set an array to null in xmlbeans classes

Axis2 XMLBeans,JAXB validation?

2007-03-27 Thread HF/EBC
Hi all, I am using Axis2 WSDL2Java and generate java classes from wsdl. In the generated java classes I can't see any validation code for patterns maping from my schema. I tried JAXB, XMLBean as binding options. How can I handle validation for restrictions when using JAXB or XMLBeans

Re: SWA in WSDL2Java generated client using xmlbeans binding

2007-03-12 Thread D
Thanks Thilina, I really appreciate your response! The solution in the blog entry seems workable on the client side, I'm now attempting something similar on the server side. Best Regards, Darren On 3/9/07, Thilina Gunarathne [EMAIL PROTECTED] wrote: wsdl:binding name=MmsSendServiceSOAP

Re: SWA in WSDL2Java generated client using xmlbeans binding

2007-03-09 Thread Thilina Gunarathne
wsdl:binding name=MmsSendServiceSOAP type=tns:MmsSendServicePortType soap:binding style=document transport=http://schemas.xmlsoap.org/soap/http / wsdl:operation name=SendMms soap:operation soapAction=urn:mms/SendMms/ wsdl:input soap:body use=literal/

SWA in WSDL2Java generated client using xmlbeans binding

2007-03-08 Thread D
} output=${generated.src.dir}/${service.name} packageName=${package.name} unpackClasses=true language=java databindingName=xmlbeans synconly=true

[AXIS2] xmlbeans omelement problem

2007-02-13 Thread Alistair Young
combineMinervaObjects(OMElement e) why would it care about OMElement if I'm using xmlbeans? is there any way I can track this down? thanks, Alistair -- mov eax,1 mov ebx,0 int 80h - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [AXIS2] xmlbeans omelement problem

2007-02-13 Thread Alistair Young
(CombineMinervaObjectsInputDocument param0); but when I call it from the client I get the error: org.apache.axis2.AxisFault: ServiceClass does not implement required method of the form OMElement combineMinervaObjects(OMElement e) why would it care about OMElement if I'm using xmlbeans

Data binding error - xmlbeans - newbie question

2007-02-04 Thread Bentzy Sagiv
Hi, your help is really appreciated. I'm trying unsuccessfully to get working a simple xmlbeans sample. I started from the wsdl at Ajith Ranabahu article: http://today.java.net/pub/a/today/2006/08/08/contract-first-web-services-with-axis2.html http://today.java.net/pub/a/today/2006/08/08

Data binding error - xmlbeans - newbie question

2007-02-04 Thread Bentzy Sagiv
Sagiv Sent: Sunday, February 04, 2007 5:35 PM To: 'axis-user@ws.apache.org' Subject: Data binding error - xmlbeans - newbie question Hi, your help is really appreciated. I'm trying unsuccessfully to get working a simple xmlbeans sample. I started from the wsdl at Ajith Ranabahu article

Re: Data binding error - xmlbeans - newbie question

2007-02-04 Thread Anne Thomas Manes
:35 PM To: 'axis-user@ws.apache.org' Subject: Data binding error - xmlbeans - newbie question Hi, your help is really appreciated. I'm trying unsuccessfully to get working a simple xmlbeans sample. I started from the wsdl at Ajith Ranabahu article: http://today.java.net/pub/a/today/2006/08/08

Re: Data binding error - xmlbeans - newbie question

2007-02-04 Thread Anne Thomas Manes
=xsd:float100.2/__numeric_2 /ns9534:convert /SOAP-ENV:Body /SOAP-ENV:Envelope Thanks! --bentzy -Original Message- From: Bentzy Sagiv Sent: Sunday, February 04, 2007 5:35 PM To: 'axis-user@ws.apache.org' Subject: Data binding error - xmlbeans - newbie question Hi, your help is really

[AXIS2] xsdconfig files for XMLBeans data binding

2007-02-02 Thread Alistair Young
Is it possible to use xsdconfig files with wsdl2java? I thought -em would do it but I just get: org.apache.axis2.wsdl.codegen.CodeGenerationException: The specified databinding frameworks do not match! thanks, Alistair -- mov eax,1 mov ebx,0 int 80h

Re: [AXIS2] xsdconfig files for XMLBeans data binding

2007-02-02 Thread Alistair Young
I presume if I wanted to add support for xsdconfig files I could just extend: org.apache.axis2.xmlbeans::Axis2BindingConfig and add the method: lookupJavanameForQName and supporting Map and modify: org.apache.axis2.wsdl.codegen.CodegenConfigLoader and add a new loader for -xsdconfig option

[AXIS2] Problem while using xmlBeans with AXIS2

2007-02-01 Thread mvkirankumar
Hi, I tried ADB, but it was not that schema supportive and did not work good for complex schema types. Hence according to DIMS/Anne's suggestion started using xmlBeans for my implementation. xmlBeans is awesome, it creates plent of java files but. I have attached the WSDL, which gives me Data

Re: [AXIS2] Problem while using xmlBeans with AXIS2

2007-02-01 Thread Ajith Ranabahu
not work good for complex schema types. Hence according to DIMS/Anne's suggestion started using xmlBeans for my implementation. xmlBeans is awesome, it creates plent of java files but. I have attached the WSDL, which gives me Data binding error when invoked from MS Excel Client. The same MS Excel client

[Axis2] JiBX, ADB, XMLBeans comparison code

2007-01-23 Thread Dennis Sosnoski
I've updated my previously posted JiBX example with ADB and XMLBeans versions, all linked from the JiBX example page at http://www.sosnoski.com/jibx-wiki/space/axis2-jibx/example (third paragraph from the bottom has the links to the client code comparisons). I'll see about getting

Re: [Axis2] JiBX, ADB, XMLBeans comparison code

2007-01-23 Thread Ajith Ranabahu
to be compatible with ADB for unwrapping). Anyway I'll try out unwrapping on the given WSDL and perhaps send it over by the weekend . Ajith On 1/23/07, Dennis Sosnoski [EMAIL PROTECTED] wrote: I've updated my previously posted JiBX example with ADB and XMLBeans versions, all linked from the JiBX

Re: [Axis2] JiBX, ADB, XMLBeans comparison code

2007-01-23 Thread Dennis Sosnoski
previously posted JiBX example with ADB and XMLBeans versions, all linked from the JiBX example page at http://www.sosnoski.com/jibx-wiki/space/axis2-jibx/example (third paragraph from the bottom has the links to the client code comparisons). I'll see about getting these examples added in to the Axis2

RE: [Axis2] JiBX, ADB, XMLBeans comparison code

2007-01-23 Thread Harish Hirasave
: [Axis2] JiBX, ADB, XMLBeans comparison code Hi Ajith, I didn't try out the ADB unwrapping, since my understanding was that it's not supported for 1.1.1. Looking at the 1.1.1 release notes, though, I see it says only that unwrapping of response messages is not included. I just tried passing -uw

Re: [Axis2] JiBX, ADB, XMLBeans comparison code

2007-01-23 Thread Dennis Sosnoski
on the given WSDL and perhaps send it over by the weekend . Ajith On 1/23/07, Dennis Sosnoski [EMAIL PROTECTED] wrote: I've updated my previously posted JiBX example with ADB and XMLBeans versions, all linked from the JiBX example page at http://www.sosnoski.com/jibx-wiki/space/axis2-jibx/example (third

Re: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-17 Thread Paul Fremantle
Auto Auctions, Inc. 4665 Business Center Drive Fairfield, CA 94534 www.copart.com http://www.copart.com/ (707) 639-5248 -Original Message- From: Paul Fremantle [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 10:11 PM To: axis-user@ws.apache.org Subject: Re: Axis2 1.1.1 with XMLBeans

RE: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-17 Thread Sriram Vaidyanathan
Message- From: Paul Fremantle [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 1:38 AM To: axis-user@ws.apache.org Subject: Re: Axis2 1.1.1 with XMLBeans as the Data binding framework. Sriram Please can you raise a JIRA? Paul On 1/17/07, Sriram Vaidyanathan [EMAIL PROTECTED

Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Sriram Vaidyanathan
Hello, I tried to migrate to axis2 1.1.1 with XMLBeans as the data-binding framework. My WSDL actually references XSDs in it through a relative path. When I run the WSDL2Java command I get a FileNotFoundException. This used to work before with one of the Axis2 1.0 nightly build versions

Re: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Paul Fremantle
Sriram Please can you post the WSDL/XSD? Thanks Paul On 1/17/07, Sriram Vaidyanathan [EMAIL PROTECTED] wrote: Hello, I tried to migrate to axis2 1.1.1 with XMLBeans as the data-binding framework. My WSDL actually references XSDs in it through a relative path. When I run

RE: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Sriram Vaidyanathan
with XMLBeans as the Data binding framework. Sriram Please can you post the WSDL/XSD? Thanks Paul On 1/17/07, Sriram Vaidyanathan [EMAIL PROTECTED] wrote: Hello, I tried to migrate to axis2 1.1.1 with XMLBeans as the data-binding framework. My WSDL actually references XSDs in it through

Re: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Paul Fremantle
: Tuesday, January 16, 2007 7:21 PM To: axis-user@ws.apache.org Subject: Re: Axis2 1.1.1 with XMLBeans as the Data binding framework. Sriram Please can you post the WSDL/XSD? Thanks Paul On 1/17/07, Sriram Vaidyanathan [EMAIL PROTECTED] wrote: Hello, I tried to migrate to axis2

RE: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Sriram Vaidyanathan
Vaidyanathan -Original Message- From: Paul Fremantle [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 8:13 PM To: axis-user@ws.apache.org Subject: Re: Axis2 1.1.1 with XMLBeans as the Data binding framework. Can you try ./SampleService.xsd just in case that fixes it? Paul On 1/17/07

Re: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Paul Fremantle
: Re: Axis2 1.1.1 with XMLBeans as the Data binding framework. Can you try ./SampleService.xsd just in case that fixes it? Paul On 1/17/07, Sriram Vaidyanathan [EMAIL PROTECTED] wrote: Hi Paul, Here is the snippet, which is used to include the XSD in the WSDL. xsd:schema xmlns:xsd=http

RE: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Sriram Vaidyanathan
No, I am using only 1.1.1 jars From 1.1.1 release since we have XmlBeans as the data-binding framework, I don't use the axis2-jibx1.1.1.jar and axis2-adb1.1.1.jar Thanks Sriram Vaidyanathan Software Engineer - Java Copart Auto Auctions, Inc. 4665 Business Center Drive Fairfield, CA 94534

Re: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Amila Suriarachchi
On 1/17/07, Sriram Vaidyanathan [EMAIL PROTECTED] wrote: No, I am using only 1.1.1 jars From 1.1.1 release since we have XmlBeans as the data-binding framework, I don't use the axis2-jibx1.1.1.jar and axis2-adb1.1.1.jar this should not cause any problem. Can you send a small sample wsdl

Re: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Paul Fremantle
jars From 1.1.1 release since we have XmlBeans as the data-binding framework, I don't use the axis2-jibx1.1.1.jar and axis2-adb1.1.1.jar this should not cause any problem. Can you send a small sample wsdl and an xsd file to reproduce your problem? I tried with some sample but they pick the xsd

RE: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Sriram Vaidyanathan
Fremantle [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 9:07 PM To: axis-user@ws.apache.org Subject: Re: Axis2 1.1.1 with XMLBeans as the Data binding framework. Sriram I just took an existing WSDL and added your snippet into it. Then I tried the Axis2-1.1.1 wsdl2java.bat I got this error

Re: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Paul Fremantle
PM To: axis-user@ws.apache.org Subject: Re: Axis2 1.1.1 with XMLBeans as the Data binding framework. Sriram I just took an existing WSDL and added your snippet into it. Then I tried the Axis2-1.1.1 wsdl2java.bat I got this error: Retrieving schema at 'SampleService.xsd', relative to 'file:/C

RE: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Sriram Vaidyanathan
94534 www.copart.com http://www.copart.com/ (707) 639-5248 -Original Message- From: Paul Fremantle [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 9:20 PM To: axis-user@ws.apache.org Subject: Re: Axis2 1.1.1 with XMLBeans as the Data binding framework. No! Exactly the opposite. I

Re: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Paul Fremantle
Sriram You are right. I managed to recreate your problem. I think there is a bug in the XMLBeans databinding. Try using xsd:import instead of include: xsd:import schemaLocation=SampleService.xsd namespace=http://www.sample.com/test; / Paul On 1/17/07, Sriram Vaidyanathan [EMAIL PROTECTED

RE: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Sriram Vaidyanathan
://www.copart.com/ (707) 639-5248 -Original Message- From: Paul Fremantle [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 10:11 PM To: axis-user@ws.apache.org Subject: Re: Axis2 1.1.1 with XMLBeans as the Data binding framework. Sriram You are right. I managed to recreate your problem

RE: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Sriram Vaidyanathan
/ (707) 639-5248 -Original Message- From: Paul Fremantle [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 10:11 PM To: axis-user@ws.apache.org Subject: Re: Axis2 1.1.1 with XMLBeans as the Data binding framework. Sriram You are right. I managed to recreate your problem. I think

Re: XMLBeans Date

2007-01-11 Thread robert lazarski
JAXB has annotations that can solve this and I wouldn't at all be suprised, given xmlbeans depth, that they would be able to as well. Here's how you would do that in JAXB: xs:annotation xs:appinfo jaxb:globalBindings jaxb:javaType name=java.util.Calendar xmlType=xs:date

XMLBeans Date

2007-01-10 Thread Danny Lin
This is more of an XMLBeans question. I have something like this: org.apache.xmlbeans.XmlDate addNewPersonBirthDate(); Axis2 is responding (in the actual XML document returning back to the client) with this: PersonBirthDate1934-12-16-05:00/PersonBirthDate Is it possible to change

Re: XMLBeans Date

2007-01-10 Thread Deepal Jayasinghe
AFAIK , you can not do that , may be we can improve Axis2 to support that. Thanks Deepal Thanks Deepal Danny Lin wrote: This is more of an XMLBeans question. I have something like this: org.apache.xmlbeans.XmlDate addNewPersonBirthDate(); Axis2 is responding (in the actual XML

user guide sample / xmlbeans not in classpath

2007-01-09 Thread ChadDavis
Hello. I'm trying to build and run the web service discussed in the user guide; the one that is generated off of Axis2SampleDocLit.wsdl. I believe I have succesfully built and deployed the service itself. However, I've been unable to run my client. I get a classdefnotfound on a class in the

Re: user guide sample / xmlbeans not in classpath

2007-01-09 Thread Javier Kohen
files from these xsb's There is a class TypeSystemHolder generated for each children of directory schemaorg_apache_xmlbeans/system. XMLBeans directly generates the bytecode, so no wonder you don't see a .java file. This has caused some confusion to Eclipse users (and users of other IDEs). Cheers

Re: user guide sample / xmlbeans not in classpath

2007-01-09 Thread ChadDavis
Thanks Javier. Could you clarify : There is a class TypeSystemHolder generated for each children of directory schemaorg_apache_xmlbeans/system. XMLBeans directly generates the bytecode, so no wonder you don't see a .java file. This has caused some confusion to Eclipse users (and users of other

[Axis2] async calls not passing fault exceptions with xmlbeans

2007-01-08 Thread Javier Kohen
I'm generating the webservice stub with WSDL2Java and the XMLBeans binding, as the WSDL has a couple complex extensions, so I can't use ADB. Invoking a given method synchronously is throwing an AxisFault upon receiving a fault from the webservice, but when using the asynchronous call, I get

Re: [Axis2] async calls not passing fault exceptions with xmlbeans

2007-01-08 Thread Davanum Srinivas
Javier, Could you please open a JIRA bug and upload your async wsdl? thanks, dims On 1/8/07, Javier Kohen [EMAIL PROTECTED] wrote: I'm generating the webservice stub with WSDL2Java and the XMLBeans binding, as the WSDL has a couple complex extensions, so I can't use ADB. Invoking a given

Query:Runtime exception in AXIS2 while using xmlbeans

2006-12-20 Thread Hemanth, Yamini \(MSAS Sys Dev IBD\)
Hi, I am using AXIS2 and the databinding used is Xmlbeans. When I run the wsdl command - C:\Axis2\axis3\binwsdl2java -uri C:/SNOOPY/Snoopy.wsdl -o C:/SNOOPY -ss -sd -d xmlbeans -g , a list of files were generated. When I compile the application in EclipseIDE, there are no errors. However

Query:Runtime exception in AXIS2 while using xmlbeans

2006-12-20 Thread Hemanth, Yamini \(MSAS Sys Dev IBD\)
Hi, I am using AXIS2 and the databinding used is Xmlbeans. When I run the wsdl command - C:\Axis2\axis3\binwsdl2java -uri C:/SNOOPY/Snoopy.wsdl -o C:/SNOOPY -ss -sd -d xmlbeans -g , a list of files were generated. When I compile the application in EclipseIDE, there are no errors. However

Re: Query:Runtime exception in AXIS2 while using xmlbeans

2006-12-20 Thread Amila Suriarachchi
On 12/20/06, Hemanth, Yamini (MSAS Sys Dev IBD) [EMAIL PROTECTED] wrote: Hi, I am using AXIS2 and the databinding used is Xmlbeans. When I run the wsdl command - *C:\Axis2\axis3\binwsdl2java -uri C:/SNOOPY/Snoopy.wsdl -o C:/SNOOPY -ss -sd -d xmlbeans -g* , a list of files were

RE: Query:Runtime exception in AXIS2 while using xmlbeans

2006-12-20 Thread Hemanth, Yamini \(MSAS Sys Dev IBD\)
: Hemanth, Yamini (MSAS Sys Dev IBD) Subject: Re: Query:Runtime exception in AXIS2 while using xmlbeans On 12/20/06, Hemanth, Yamini (MSAS Sys Dev IBD) [EMAIL PROTECTED] wrote: Hi, I am using AXIS2 and the databinding used is Xmlbeans. When I run

Re: java2wsdl - XMLBeans

2006-12-19 Thread marcogiglione
/wsdl:definitions Anne Thomas Manes wrote: Add a default constructor to your classes. On 5/21/05, Joris Van der Mijnsbrugge [EMAIL PROTECTED] wrote: Hi all, when trying to generate a wsdl file. My xmlbeans don't get the right type. Should i replace the schemas manually

Re: Axis2 and XMLBeans - what is the relationship?

2006-12-19 Thread marcogiglione
; //wsdl:port/wsdl:service/wsdl:definitions Ajith Ranabahu wrote: Hi Paul, See my comments inline On 10/27/05, Paul Grillo [EMAIL PROTECTED] wrote: *Short question: Can I use XMLBeans as distributed by xmlbeans.apache.orghttp://xmlbeans.apache.orgas my serializer/deserializer in Axis2

Re: Axis2 and XMLBeans - what is the relationship?

2006-12-19 Thread Amila Suriarachchi
a web service. Then using java2wsdl i obtain a WSDL that Eclipse don't recognize (i don't know if it is correct). I can't reach my target. java2wsdl works only with the pojos. but if you generate the skelton file using xmlbeans then it is not a pojo. This may be the problem in your case

RE: [Axis2] Question: Axis2 Quick Start Guide, the 5 approaches for creating web services (POJO, AXIOM, ADB, XMLBeans, JiBX)

2006-12-02 Thread Gul Onural
changes. -Original Message- From: S. Sharif [mailto:[EMAIL PROTECTED] Sent: Friday, December 01, 2006 8:36 PM To: axis-user@ws.apache.org Subject: [Axis2] Question: Axis2 Quick Start Guide, the 5 approaches for creating web services (POJO, AXIOM, ADB, XMLBeans, JiBX) Hi, I am new

help with attribute not generated in xmlbeans

2006-11-30 Thread Pader, Erwin
Hi All, i have defined an attribute for each element (kindly see snippet below) but xmlbeans does not seem to generate the objects associated with the attributes. i am using wsdl2java of axis2 1.1. any help is greatly appreciated. thanks! ?xml version=1.0 encoding=UTF-8? definitions name

Re: help with attribute not generated in xmlbeans

2006-11-30 Thread robert lazarski
Post your entire wsdl and maybe we can help. Robert On 11/30/06, Pader, Erwin [EMAIL PROTECTED] wrote: Hi All, i have defined an attribute for each element (kindly see snippet below) but xmlbeans does not seem to generate the objects associated with the attributes. i am using wsdl2java

Re: Did Anyone tried Axis2 attachments with XMlBeans as databinding???

2006-11-29 Thread robert lazarski
This article is slightly dated but the jist of the issue and the solution is still valid - from the perspective of ADB. Since OM would be part of any xmlbeans solution, this should help: http://www.wso2.net/articles/axis2/java/2006/08/10/binary-with-adb Robert On 11/28/06, Mehar SVLN [EMAIL

<    1   2   3   4   5   >