[jira] Updated: (AXIS2-4250) Error in Skeleton Class: Web Service Method Problem - Class org.apache.xmlbeans.SchemaType not public or does not allow instantiation

2009-07-28 Thread Maria Claribelle Loto (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-4250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maria Claribelle Loto updated AXIS2-4250:
-

Description: 
Hi all, 
I have generated classes using wsdl2java tool but i am getting error in the 
generated skeleton class. It says that Class org.apache.xmlbeans.SchemaType not 
public or does not allow instantiation in the method signature part. 



  was:
Hi all, 
I have generated classes using wsdl2java tool but i am getting error in the 
generated skeleton class. It says that Class org.apache.xmlbeans.SchemaType not 
public or does not allow instantiation in the method signature part. 

Any idea how i can resolve the error? thanks a lot in advance


 Error in Skeleton Class: Web Service Method Problem - Class 
 org.apache.xmlbeans.SchemaType not public or does not allow instantiation
 -

 Key: AXIS2-4250
 URL: https://issues.apache.org/jira/browse/AXIS2-4250
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
 Environment: Intellij IDEA,  Java, Resin, Windows XP
Reporter: Maria Claribelle Loto

 Hi all, 
 I have generated classes using wsdl2java tool but i am getting error in the 
 generated skeleton class. It says that Class org.apache.xmlbeans.SchemaType 
 not public or does not allow instantiation in the method signature part. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (AXIS2-4250) Error in Skeleton Class: Web Service Method Problem - Class org.apache.xmlbeans.SchemaType not public or does not allow instantiation

2009-07-28 Thread Maria Claribelle Loto (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-4250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maria Claribelle Loto updated AXIS2-4250:
-

Description: 
Hi all, 
I have generated classes using wsdl2java tool but i am getting error in the 
generated skeleton class. It says that Class org.apache.xmlbeans.SchemaType not 
public or does not allow instantiation in the method signature part. 

Any idea how i can resolve the error? thanks a lot in advance

  was:
Hi all, 
I have generated classes using wsdl2java tool but i am getting error in the 
generated skeleton class. It says that Class org.apache.xmlbeans.SchemaType not 
public or does not allow instantiation in the method signature part. Below is 
the generated Skeleton Class:

 /**
 * Axis2MarketInterfaceSkeleton.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis2 version: 1.2 Apr 27, 2007 (04:14:19 IST)
 */
package net.brokerhub.xml.webservices;
/**
 *  Axis2MarketInterfaceSkeleton java skeleton for the axisService
 */
public class Axis2MarketInterfaceSkeleton{

 
/**
 * Auto generated method signature
 
 
 * @param getMarketDataRequest
 */


 public net.brokerhub.xml.otcxml.OTCxmlDocument getMarketData
  (
  net.brokerhub.xml.webservices.GetMarketDataRequestDocument 
getMarketDataRequest
  )
throws InvalidServerDataException{
//Todo fill this with the necessary business logic
throw new  java.lang.UnsupportedOperationException(Please 
implement  + this.getClass().getName() + #getMarketData);
}
 
}

here is my wdl file: 

?xml version=1.0 encoding=UTF-8?
wsdl:definitions
name=Axis2MarketInterface
xmlns:apachesoap=http://xml.apache.org/xml-soap;
targetNamespace=http://xml.brokerhub.net/webservices/;
xmlns:impl=http://xml.brokerhub.net/webservices/;
xmlns:intf=http://xml.brokerhub.net/webservices/;
xmlns:bhml=http://xml.brokerhub.net/bhml/;
xmlns:otcxml=http://xml.brokerhub.net/otcxml/;
xmlns:wsdlsoap=http://schemas.xmlsoap.org/wsdl/soap/;
xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/;
xmlns:wsv=http://xml.brokerhub.net/webservices/;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;



!-- import uses relative paths. this way we dont have to hardcode
the location of schemas which helps while developing new versions --

wsdl:import
location=webservices.xsd
namespace=http://xml.brokerhub.net/webservices//
   !--
wsdl:import
location=bhml_1.0.xsd
namespace=http://xml.brokerhub.net/bhml//
wsdl:import
location=otcxml_1.1.xsd
namespace=http://xml.brokerhub.net/otcxml//--
wsdl:types/wsdl:types

wsdl:message name=getMarketDataRequest
wsdl:part element=wsv:getMarketDataRequest 
name=getMarketDataRequest/
/wsdl:message
wsdl:message name=invalidServerData
wsdl:part element=wsv:message name=errorMessage/
/wsdl:message
wsdl:message name=getMarketDataResponse
wsdl:part element=otcxml:OTCxml name=getMarketDataResponse/
/wsdl:message
wsdl:portType name=Axis2MarketInterfacePortType
wsdl:operation name=getMarketData
wsdl:documentation 
xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/;Requesting market data requires a 
valid
login. Supply the sessionId received from the login with the 
Market request:/wsdl:documentation
wsdl:input message=wsv:getMarketDataRequest/
wsdl:output message=wsv:getMarketDataResponse/
wsdl:fault message=wsv:invalidServerData 
name=invalidServerData/
/wsdl:operation
/wsdl:portType
wsdl:binding name=Axis2MarketInterfaceBinding 
type=impl:Axis2MarketInterfacePortType
wsdlsoap:binding style=document 
transport=http://schemas.xmlsoap.org/soap/http/
wsdl:operation name=getMarketData
wsdlsoap:operation

soapAction=capeconnect:Axis2MarketInterface:Axis2MarketInterfacePortType#getMarketData/
wsdl:input
wsdlsoap:body parts=getMarketDataRequest use=literal/
/wsdl:input
wsdl:output
wsdlsoap:body parts=getMarketDataResponse use=literal/
/wsdl:output
wsdl:fault name=invalidServerData
wsdlsoap:fault name=invalidServerData use=literal/
/wsdl:fault
/wsdl:operation
/wsdl:binding
wsdl:service name=Axis2MarketInterface
wsdl:port binding=impl:Axis2MarketInterfaceBinding 
name=Axis2MarketInterface
wsdlsoap:address

location=http://localhost:8080/axis2/services/Axis2MarketInterface/

[jira] Updated: (AXIS2-4243) How to put resources,build.xml and skeleton classes in just one folder

2009-07-28 Thread Maria Claribelle Loto (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-4243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maria Claribelle Loto updated AXIS2-4243:
-

Description: 
Hi, 
I am using wsdl2java code generation tool in Axis2 and I want the generated 
codes be in just one folder 
and I used the below command to generate the necessary codes / java classes: 

wsdl2java -uri c:\project\vanilla\src\com\otcex\axisSample\testwsdl.wsdl -ss 
-sd -d xmlbeans 

I understand that I had to change my output parameter (in the above wsdl2java 
command) to specify the output of the generated codes. 

  was:
Hi, 
I am using wsdl2java code generation tool in Axis2 and I want the generated 
codes be in just one folder because currently, my skeleton and 
messageReceiverInOut classes are at this location: 
C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2 whereas my resources 
folder is at C:\project\vanilla and I could not find my build.xml. 
In  my wsdl, I used this targetnamespace: 
targetNamespace=http://xml.brokerhub.net/webservices/axis2;
and I used the below command to generate the necessary codes / java classes: 

wsdl2java -uri c:\project\vanilla\src\com\otcex\axisSample\testwsdl.wsdl -ss 
-sd -d xmlbeans  -o C:\project\vanilla\

I understand that I had to change my output parameter (in the above wsdl2java 
command) to specify the output of the generated codes. Hence, if I want to put 
everything in C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2 
directory, the below command should be issued: 

wsdl2java -uri c:\project\vanilla\src\com\otcex\axisSample\testwsdl.wsdl -ss 
-sd -d xmlbeans  -o C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2

but doing that affects the directory  of my classes because instead of getting 
for example 
C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2Sample\Axis2UserGuideServiceMessageReceiverInOnly.java,
 i am getting 
C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2Sample\src\net\brokerhub\xml\webservices\axis2sample.
 

Thanks in advance for your help. 


 How to put resources,build.xml and skeleton classes in just one folder 
 ---

 Key: AXIS2-4243
 URL: https://issues.apache.org/jira/browse/AXIS2-4243
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
 Environment: Windows XP, Java, Resin
Reporter: Maria Claribelle Loto

 Hi, 
 I am using wsdl2java code generation tool in Axis2 and I want the generated 
 codes be in just one folder 
 and I used the below command to generate the necessary codes / java classes: 
 wsdl2java -uri c:\project\vanilla\src\com\otcex\axisSample\testwsdl.wsdl -ss 
 -sd -d xmlbeans 
 I understand that I had to change my output parameter (in the above wsdl2java 
 command) to specify the output of the generated codes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (AXIS2-4320) Error when running an Axis2 client code

2009-07-27 Thread Maria Claribelle Loto (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-4320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maria Claribelle Loto updated AXIS2-4320:
-

Comment: was deleted

(was: Hi Guys, 
Anyone who have an idea about the above error please? Thank you so much in 
advance. )

 Error when running an Axis2 client code
 ---

 Key: AXIS2-4320
 URL: https://issues.apache.org/jira/browse/AXIS2-4320
 Project: Axis 2.0 (Axis2)
  Issue Type: Task
 Environment: Windows XP, IDEA IntelliJ
Reporter: Maria Claribelle Loto

 Hi,
 I was testing a client code which calls Axis2 service but I am getting the 
 following error: 
 org.apache.axis2.AxisFault: unknown
   at 
 org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:434)
   at 
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:373)
   at 
 org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:294)
   at 
 net.brokerhub.xml.webservices2_0.Axis2MarketInterfaceStub.login(Axis2MarketInterfaceStub.java:1484)
   at test.Axis2TestClient.login(Axis2TestClient.java:208)
   at test.Axis2TestClient.test(Axis2TestClient.java:49)
   at test.Axis2TestClient.main(Axis2TestClient.java:38)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)
 May i know what could possibly be causing such error? Please message me if 
 you need more information about the codes. Your help will be much 
 appreciated. 
 thanks 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2-4320) Error when running an Axis2 client code

2009-04-23 Thread Maria Claribelle Loto (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701865#action_12701865
 ] 

Maria Claribelle Loto commented on AXIS2-4320:
--

Hi Guys, 
Anyone who have an idea about the above error please? Thank you so much in 
advance. 

 Error when running an Axis2 client code
 ---

 Key: AXIS2-4320
 URL: https://issues.apache.org/jira/browse/AXIS2-4320
 Project: Axis 2.0 (Axis2)
  Issue Type: Task
 Environment: Windows XP, IDEA IntelliJ
Reporter: Maria Claribelle Loto

 Hi,
 I was testing a client code which calls Axis2 service but I am getting the 
 following error: 
 org.apache.axis2.AxisFault: unknown
   at 
 org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:434)
   at 
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:373)
   at 
 org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:294)
   at 
 net.brokerhub.xml.webservices2_0.Axis2MarketInterfaceStub.login(Axis2MarketInterfaceStub.java:1484)
   at test.Axis2TestClient.login(Axis2TestClient.java:208)
   at test.Axis2TestClient.test(Axis2TestClient.java:49)
   at test.Axis2TestClient.main(Axis2TestClient.java:38)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)
 May i know what could possibly be causing such error? Please message me if 
 you need more information about the codes. Your help will be much 
 appreciated. 
 thanks 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (AXIS2-4320) Error when running an Axis2 client code

2009-04-22 Thread Maria Claribelle Loto (JIRA)
Error when running an Axis2 client code
---

 Key: AXIS2-4320
 URL: https://issues.apache.org/jira/browse/AXIS2-4320
 Project: Axis 2.0 (Axis2)
  Issue Type: Task
 Environment: Windows XP, IDEA IntelliJ
Reporter: Maria Claribelle Loto


Hi,
I was testing a client code which calls Axis2 service but I am getting the 
following error: 

org.apache.axis2.AxisFault: unknown
at 
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:434)
at 
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:373)
at 
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:294)
at 
net.brokerhub.xml.webservices2_0.Axis2MarketInterfaceStub.login(Axis2MarketInterfaceStub.java:1484)
at test.Axis2TestClient.login(Axis2TestClient.java:208)
at test.Axis2TestClient.test(Axis2TestClient.java:49)
at test.Axis2TestClient.main(Axis2TestClient.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)

May i know what could possibly be causing such error? Please message me if you 
need more information about the codes. Your help will be much appreciated. 

thanks 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (AXIS2-4250) Error in Skeleton Class: Web Service Method Problem - Class org.apache.xmlbeans.SchemaType not public or does not allow instantiation

2009-02-24 Thread Maria Claribelle Loto (JIRA)
Error in Skeleton Class: Web Service Method Problem - Class 
org.apache.xmlbeans.SchemaType not public or does not allow instantiation
-

 Key: AXIS2-4250
 URL: https://issues.apache.org/jira/browse/AXIS2-4250
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
 Environment: Intellij IDEA,  Java, Resin, Windows XP
Reporter: Maria Claribelle Loto


Hi all, 
I have generated classes using wsdl2java tool but i am getting error in the 
generated skeleton class. It says that Class org.apache.xmlbeans.SchemaType not 
public or does not allow instantiation in the method signature part. Below is 
the generated Skeleton Class:

 /**
 * Axis2MarketInterfaceSkeleton.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis2 version: 1.2 Apr 27, 2007 (04:14:19 IST)
 */
package net.brokerhub.xml.webservices;
/**
 *  Axis2MarketInterfaceSkeleton java skeleton for the axisService
 */
public class Axis2MarketInterfaceSkeleton{

 
/**
 * Auto generated method signature
 
 
 * @param getMarketDataRequest
 */


 public net.brokerhub.xml.otcxml.OTCxmlDocument getMarketData
  (
  net.brokerhub.xml.webservices.GetMarketDataRequestDocument 
getMarketDataRequest
  )
throws InvalidServerDataException{
//Todo fill this with the necessary business logic
throw new  java.lang.UnsupportedOperationException(Please 
implement  + this.getClass().getName() + #getMarketData);
}
 
}

here is my wdl file: 

?xml version=1.0 encoding=UTF-8?
wsdl:definitions
name=Axis2MarketInterface
xmlns:apachesoap=http://xml.apache.org/xml-soap;
targetNamespace=http://xml.brokerhub.net/webservices/;
xmlns:impl=http://xml.brokerhub.net/webservices/;
xmlns:intf=http://xml.brokerhub.net/webservices/;
xmlns:bhml=http://xml.brokerhub.net/bhml/;
xmlns:otcxml=http://xml.brokerhub.net/otcxml/;
xmlns:wsdlsoap=http://schemas.xmlsoap.org/wsdl/soap/;
xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/;
xmlns:wsv=http://xml.brokerhub.net/webservices/;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;



!-- import uses relative paths. this way we dont have to hardcode
the location of schemas which helps while developing new versions --

wsdl:import
location=webservices.xsd
namespace=http://xml.brokerhub.net/webservices//
   !--
wsdl:import
location=bhml_1.0.xsd
namespace=http://xml.brokerhub.net/bhml//
wsdl:import
location=otcxml_1.1.xsd
namespace=http://xml.brokerhub.net/otcxml//--
wsdl:types/wsdl:types

wsdl:message name=getMarketDataRequest
wsdl:part element=wsv:getMarketDataRequest 
name=getMarketDataRequest/
/wsdl:message
wsdl:message name=invalidServerData
wsdl:part element=wsv:message name=errorMessage/
/wsdl:message
wsdl:message name=getMarketDataResponse
wsdl:part element=otcxml:OTCxml name=getMarketDataResponse/
/wsdl:message
wsdl:portType name=Axis2MarketInterfacePortType
wsdl:operation name=getMarketData
wsdl:documentation 
xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/;Requesting market data requires a 
valid
login. Supply the sessionId received from the login with the 
Market request:/wsdl:documentation
wsdl:input message=wsv:getMarketDataRequest/
wsdl:output message=wsv:getMarketDataResponse/
wsdl:fault message=wsv:invalidServerData 
name=invalidServerData/
/wsdl:operation
/wsdl:portType
wsdl:binding name=Axis2MarketInterfaceBinding 
type=impl:Axis2MarketInterfacePortType
wsdlsoap:binding style=document 
transport=http://schemas.xmlsoap.org/soap/http/
wsdl:operation name=getMarketData
wsdlsoap:operation

soapAction=capeconnect:Axis2MarketInterface:Axis2MarketInterfacePortType#getMarketData/
wsdl:input
wsdlsoap:body parts=getMarketDataRequest use=literal/
/wsdl:input
wsdl:output
wsdlsoap:body parts=getMarketDataResponse use=literal/
/wsdl:output
wsdl:fault name=invalidServerData
wsdlsoap:fault name=invalidServerData use=literal/
/wsdl:fault
/wsdl:operation
/wsdl:binding
wsdl:service name=Axis2MarketInterface
wsdl:port binding=impl:Axis2MarketInterfaceBinding 
name=Axis2MarketInterface
wsdlsoap:address

location=http://localhost:8080/axis2/services/Axis2MarketInterface/
 

[jira] Created: (AXIS2-4243) How to put resources,build.xml and skeleton classes in just one folder

2009-02-19 Thread Maria Claribelle Loto (JIRA)
How to put resources,build.xml and skeleton classes in just one folder 
---

 Key: AXIS2-4243
 URL: https://issues.apache.org/jira/browse/AXIS2-4243
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
 Environment: Windows XP, Java, Resin
Reporter: Maria Claribelle Loto


Hi, 
I am using wsdl2java code generation tool in Axis2 and I want the generated 
codes be in just one folder because currently, my skeleton and 
messageReceiverInOut classes are at this location: 
C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2 whereas my resources 
folder is at C:\project\vanilla and I could not find my build.xml. 
In  my wsdl, I used this targetnamespace: 
targetNamespace=http://xml.brokerhub.net/webservices/axis2;
and I used the below command to generate the necessary codes / java classes: 

wsdl2java -uri c:\project\vanilla\src\com\otcex\axisSample\testwsdl.wsdl -ss 
-sd -d xmlbeans  -o C:\project\vanilla\

I understand that I had to change my output parameter (in the above wsdl2java 
command) to specify the output of the generated codes. Hence, if I want to put 
everything in C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2 
directory, the below command should be issued: 

wsdl2java -uri c:\project\vanilla\src\com\otcex\axisSample\testwsdl.wsdl -ss 
-sd -d xmlbeans  -o C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2

but doing that affects the directory  of my classes because instead of getting 
for example 
C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2Sample\Axis2UserGuideServiceMessageReceiverInOnly.java,
 i am getting 
C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2Sample\src\net\brokerhub\xml\webservices\axis2sample.
 

Thanks in advance for your help. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2-4243) How to put resources,build.xml and skeleton classes in just one folder

2009-02-19 Thread Maria Claribelle Loto (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12675226#action_12675226
 ] 

Maria Claribelle Loto commented on AXIS2-4243:
--

but doing that affects the directory of my classes because instead of getting 
for example 
C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2Sample\Axis2UserGuideServiceMessageReceiverInOnly.java,
 i am getting 
C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2Sample\src\net\brokerhub\xml\webservices\axis2sample.
 

Sorry, just a correction, the directory should be 
C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2 but  i am getting 
C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2\src\net\brokerhub\xml\webservices\axis2

 How to put resources,build.xml and skeleton classes in just one folder 
 ---

 Key: AXIS2-4243
 URL: https://issues.apache.org/jira/browse/AXIS2-4243
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
 Environment: Windows XP, Java, Resin
Reporter: Maria Claribelle Loto

 Hi, 
 I am using wsdl2java code generation tool in Axis2 and I want the generated 
 codes be in just one folder because currently, my skeleton and 
 messageReceiverInOut classes are at this location: 
 C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2 whereas my 
 resources folder is at C:\project\vanilla and I could not find my build.xml. 
 In  my wsdl, I used this targetnamespace: 
 targetNamespace=http://xml.brokerhub.net/webservices/axis2;
 and I used the below command to generate the necessary codes / java classes: 
 wsdl2java -uri c:\project\vanilla\src\com\otcex\axisSample\testwsdl.wsdl -ss 
 -sd -d xmlbeans  -o C:\project\vanilla\
 I understand that I had to change my output parameter (in the above wsdl2java 
 command) to specify the output of the generated codes. Hence, if I want to 
 put everything in C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2 
 directory, the below command should be issued: 
 wsdl2java -uri c:\project\vanilla\src\com\otcex\axisSample\testwsdl.wsdl -ss 
 -sd -d xmlbeans  -o C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2
 but doing that affects the directory  of my classes because instead of 
 getting for example 
 C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2Sample\Axis2UserGuideServiceMessageReceiverInOnly.java,
  i am getting 
 C:\project\vanilla\src\net\brokerhub\xml\webservices\axis2Sample\src\net\brokerhub\xml\webservices\axis2sample.
  
 Thanks in advance for your help. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2-4239) org.apache.axiom.om.OMElement does not have newXMLStreamReader() and Factory() methods

2009-02-17 Thread Maria Claribelle Loto (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12674446#action_12674446
 ] 

Maria Claribelle Loto commented on AXIS2-4239:
--

hello,Thank you for your response. I am now using the latest AXIOM-API, 
AXIOM-IMPL and AXIOM-DOM (1.2.8) as well as Version 2.4.0 of XMLBeans but 
newXMLStreamReader() and Factory() are still not available in 
org.apache.axiom.om.OMElement.

Any suggestions? Thanks so much.

 org.apache.axiom.om.OMElement does not have newXMLStreamReader() and 
 Factory() methods
 --

 Key: AXIS2-4239
 URL: https://issues.apache.org/jira/browse/AXIS2-4239
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
 Environment: operating system: Windows XP, language: Java
Reporter: Maria Claribelle Loto

 hi. I am new to Axis2. I tried generating classes using wsdl2java tool
 butthe generated codes does not compile due to several errors in
 MessageReceiverInOut.java. It doesn't seem to find newXMLStreamReader()
 and Factory() in org.apache.axiom.om.OMElement. I used xmlbeans by the
 way for the data binding. Please help. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (AXIS2-4239) org.apache.axiom.om.OMElement does not have newXMLStreamReader() and Factory() methods

2009-02-16 Thread Maria Claribelle Loto (JIRA)
org.apache.axiom.om.OMElement does not have newXMLStreamReader() and Factory() 
methods
--

 Key: AXIS2-4239
 URL: https://issues.apache.org/jira/browse/AXIS2-4239
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
 Environment: operating system: Windows XP, language: Java
Reporter: Maria Claribelle Loto


hi. I am new to Axis2. I tried generating classes using wsdl2java tool
butthe generated codes does not compile due to several errors in
MessageReceiverInOut.java. It doesn't seem to find newXMLStreamReader()
and Factory() in org.apache.axiom.om.OMElement. I used xmlbeans by the
way for the data binding. Please help. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.