Axis2C next (0.94?) release - when

2006-10-03 Thread Krankurs Leonid
Hi, Any solid date for next Axis2c release? Thank you, Leonid -- View this message in context: http://www.nabble.com/Axis2C-next-%280.94-%29-release---when-tf2377445.html#a6624374 Sent from the Axis - C++ - User mailing list archive at Nabble.com.

Generating WSDL in axis2

2006-10-03 Thread Ganesh Kumar
hi,I am using Axis2 to create a web service. I found out that the WSDL file is generated automatically in the following case:-- Each and every operation in the service uses its message receiver as RPCMessageReceiver, RPCInOnlyMessageReceiver or RPCInOutAsyncMessageReceiver.My question is how to

Receive SOAPMessage object on the server side with Axis for Java

2006-10-03 Thread Pico Florin
Hi, all! I want to ask you if it possible to receive the full SOAPMessage object in the server side, meaning something like this: //on the server side to have something like this SOAPMessage receive(SOAPMessage msg)I ask you this because I need to parse the header from the receive the

RE: Generating WSDL in axis2

2006-10-03 Thread Tim Hepner
The only tool Ive found is the eclipse plugin. Itd be nice to have a command line tool like the wsdl2java scripts. http://ws.apache.org/axis2/tools/index.html From: Ganesh Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, October 02, 2006 11:59 PM To: axis-user@ws.apache.org

Re: CDATA text getting lost during execution

2006-10-03 Thread Dave Miller
Ok, will do. In the meantime - surely someone has successfully sent CDATA text within their message successfully using Axis2? If so, is it possible to send me a code sample as to how you did it?Thanks, Dave.On 02/10/06, Davanum Srinivas [EMAIL PROTECTED] wrote: Please create a JIRA issue. Sounds

Nee info..

2006-10-03 Thread Murali K Surampalli
Hello all, I am in a process of writing a global handler and in it's invoke() I need to retrieve the following information. wsdlLocation serviceName targetNamespace portName wsdlLocation serviceName targetNamespace portName Can someone help me on what API should I use to access the above info?

Problem using nightly builds, please help

2006-10-03 Thread Xia Zhao
Hi, Ive been trying for several days to get a simple HelloWorld service working; however, I am keeping to get error trace to tell me Operation not found. Can some one give some hints please? I would be appreciated. The error trace and codes are posted here:

Urgently need helps - problems with Axis2

2006-10-03 Thread Xia Zhao
Hi, Sorry to bother you guys again. I really need this help to carry on with rest of my work. Can someone please post me a simple working example or give some hints on my codes? The error trace and codes are posted here: http://issues.apache.org/jira/browse/AXIS2-1283?page=all

FW: [Axis2] different servlet mapping for axis2

2006-10-03 Thread Kedar, Shahar
Hi, Can anyone comment on the issue below? Thanks, Shahar Kedar From: Kedar, Shahar [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 6:42 PM To: axis-user@ws.apache.org Subject: [Axis2] different servlet mapping for axis2 Hi, I'm using both Axis1 and

Re: about Axis2's binary attachment

2006-10-03 Thread Thilina Gunarathne
Please note the following in your debug output... at wuBlast.WDKWSClient.queryBinaryAsynchronize(WDKWSClient.java:295) at wuBlast.WDKWSClient.main(WDKWSClient.java:605) Please look for this in your original client code ~Thilina On 10/3/06, sam wang [EMAIL PROTECTED] wrote:

Re: Urgently need helps - problems with Axis2

2006-10-03 Thread Thilina Gunarathne
try adding, as._getServiceClient().getOptions().setAction(urn:traceJob); to your client code ~Thilina On 10/3/06, Xia Zhao [EMAIL PROTECTED] wrote: Hi, Sorry to bother you guys again. I really need this help to carry on with rest of my work. Can someone please post me a simple

RE: Urgently need helps - problems with Axis2

2006-10-03 Thread Xia Zhao
Hi Thilina, I add as._getServiceClient().getOptions().setAction(urn:traceJob); to my client code, but nothing changed. Still came out with the same error trace. What else could be? Thanks. Xia -Original Message- From: Thilina Gunarathne [mailto:[EMAIL PROTECTED] Sent: 03 October 2006

Axis 1.3, JMS and Axis Attachment

2006-10-03 Thread Aoife Kavanagh (Ext. 987)
Hello, While most of the questions on the list are currently Axis 2 related I'm hoping somebody can help out with an Axis 1.3 related question :-) Our product currently provides support for a SOAP/JMS middleware. We are not using the Axis JMS layer but rather we have our own JMS layer which is

RE: WSDoAllReceiver: Request does not contain required Security header

2006-10-03 Thread Sanjesh Pathak
Clay, I didn't quite understand your question fully. But if you are trying to add security header to the message you should use org.apache.ws.axis.security.WSDoAllSender and not org.apache.ws.axis.security.WSDoAllReceiver. Sanjesh Real-Time Web Service Monitoring for Axis, Axis2 SoapKnox Inc

RE: Basic Auth using the 1.0 release (not nightlies)

2006-10-03 Thread Mark McCall
OK I guess the resounding silence means no. Is there a way to do this WITH the nightly builds? Thanks, Mark From: Mark McCall Sent: Monday, October 02, 2006 1:16 PM To: 'axis-user@ws.apache.org' Subject: Basic Auth using the 1.0 release

RE: X-IMail-SPAM-Connection RE: WSDoAllReceiver: Request does not contain required Security header

2006-10-03 Thread Sanjesh Pathak
That handler is used on the client side to process message received with security header. -Original Message- From: Clay Dowling [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 7:34 AM To: axis-user@ws.apache.org Subject: Re: X-IMail-SPAM-Connection RE: WSDoAllReceiver: Request

RE: How do I create Custom Faults

2006-10-03 Thread John Pfeifer
I tried throwing an AxisFault like this but the soap message that comes back doesn't have any of the details that I specified in the exception See the debug below. throw new AxisFault(new javax.xml.namespace.QName(http://test.org;, FaultCode, test), FaultReason, new Exception(This is a

Re: X-IMail-SPAM-Connection RE: WSDoAllReceiver: Request does not contain required Security header

2006-10-03 Thread Clay Dowling
Sanjesh Pathak wrote: That handler is used on the client side to process message received with security header. Yup, I'd worked that out too. Clay -Original Message- From: Clay Dowling [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 7:34 AM To: axis-user@ws.apache.org

Re: about Axis2's binary attachment

2006-10-03 Thread robert lazarski
You can try the soap monitor which will also allow you to capture the request / repsonse: http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/xdocs/1_1/soapmonitor-module.html Robert On 10/3/06, sam wang [EMAIL PROTECTED] wrote: thank you very much, Thilina. I tried to use TCPMon to

RE: Basic Auth using the 1.0 release (not nightlies)

2006-10-03 Thread Charak, Vikas
I guess look in to MessageContext and HttpTransportProperties.BasicAuthentication in nightly builds. From: Mark McCall [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 8:35 AM To: axis-user@ws.apache.org Subject: RE: Basic Auth using the 1.0 release (not nightlies)

RE: Basic Auth using the 1.0 release (not nightlies)

2006-10-03 Thread Mark McCall
I looked in org.apache.axis2.transport.http and I do not see HttpTransportProperties.BasicAuthentication. I did find HttpTransportProperties.Authenticator, but I am not entirely sure how to use it. Assuming I am to create an instance of HttpTransportProperties.Authenticator and set the

RE: Basic Auth using the 1.0 release (not nightlies)

2006-10-03 Thread Charak, Vikas
Mark, I guess this class has undergone few changes in nightilies. I guess Axis2 designers can answer your question if they are reading this email. From: Mark McCall [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 9:28 AM To: axis-user@ws.apache.org Subject: RE: Basic

Re: about Axis2's binary attachment

2006-10-03 Thread sam wang
thanks, Thilina. but the debug output is from client side, which is caused by server side problem. you can check the detailed information from SOAP message returned from server side which I have attached as screenshot pictures in my previous email. the reason why I show you the debug

RE: Urgently need helps - problems with Axis2

2006-10-03 Thread Brian De Pradine
Hello, Can you try as._getServiceClient().getOptions().setAction(traceJob); Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Xia

FW: [jira] Resolved: (AXIS2-1219) Custom Fault Exception

2006-10-03 Thread Punnoose, Roshan
I still can't seem to get this to work properly... I'm looking at the test case that was sent with the JIRA, and I'm kind of confused. Do I add the property ExceptionToBeThrownOnSOAPFault on the server side that is throwing the fault? Also, can I set this in the axis2.xml somehow so I don't have

Re: about Axis2's binary attachment

2006-10-03 Thread robert lazarski
In linux you can double click in the pane and then use - the mouse middle scroll button / three button mouse middle button / click left and right button at same time - in another window such as a text editor to capture the message. Not sure how that works on other platforms. Not sure how to do a

1.4 TypeMapping interface no longer has getDelegate() method

2006-10-03 Thread rp johns
I'm moving from axis 1.1 to axis 1.4. It appears that the org.apache.axis.encoding.TypeMapping interface no longer supports get/setDelegate. I don't see any deprecation (perhaps it was deprecated in 1.2 or 1.3). At any rate, any advice on how to rework the client code that uses getDelegate and

Encountered java.lang.reflect.InvocationTargetException

2006-10-03 Thread weng daiyue
Hi, I am using tomcat to deploy a business registry service, and I use APIs provided by uddi4j to interact with UDDI, and I encounter the following problem: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString:

Re: about Axis2's binary attachment

2006-10-03 Thread Thilina Gunarathne
Sam, I still feel that it's a client side problem. For me it seems like the server receives a 500 error while trying to send the response in a different channel(Since you are using non blocking invocation) ... Try debugging your client at the pointer given by me.. You can also try doing this

[axis2] nightly build broken

2006-10-03 Thread Jake Goulding
After rebuilding my client stubs and test application with the current nightly, I get the following Exception: Exception in thread main java.lang.NoClassDefFoundError: org/apache/ws/commons/schema/utils/NamespacePrefixList at

RE: Basic Auth using the 1.0 release (not nightlies)

2006-10-03 Thread Punnoose, Roshan
I am not exactly sure how to do it with the 1.0 release, but with the nightlies this is how I did it: Authenticator authenticator = new Authenticator(); List auth = new ArrayList(); auth.add(Authenticator.BASIC); authenticator.setAuthSchemes(auth);

Re: [axis2] stub generated by axis 2 is not compiling but stub generated by axis 1.4 works fine.

2006-10-03 Thread shantanu chawla
yes I am using nightly builds. now I am getting these errors. org.apache.neethi cannot be resolved to a type method addHeadersToEnvelope(SOAPEnvelope) is undefined for the _serviceClient The method getNamespaceURI() is undefined for the type OMNamespace I cant find class org.apache.neethi in

Advice for dealing with multiple services

2006-10-03 Thread Irv Salisbury
I read the FAQ and see how to add multiple services to a service.xml file and put them in an aar file. However, I am asking for some advice on having a project with multiple web services using ant. We will have probably 5-6 web services in our project, all using xmlbeans generation, and they will

Complex types java bean and axis1

2006-10-03 Thread Ravi Krishnamurthy
Hello; When the wsdl2java is used with -H option for a complex type, a helper class is generated that contains the getSerializer(), getDeserializer(), etc in addition to the java bean classes. Wondering if axis needs the helper class for the serialization/deserialization. In other words, is

RE: Adding Custom data binding to AXIS2

2006-10-03 Thread Yadav, Yogendra \(IT\)
Different XML serialization. The serialization we have developed is language agnostic, its binary and requires parsing XML document only once. -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Monday, October 02, 2006 10:10 PM To: axis-user@ws.apache.org

Problem with autopublished WSDL - no soapenc namespace defined

2006-10-03 Thread Paul McMahon
With axis 1.4 running on a Linux server I'm having a problem getting a windows soap client tester (actually a tool called Magoo client) to grab the WSDL published by axis (not the original WSDL, the autopublished WSDL). The client is complaining that base64Binary cannot be resolved. This is a

Has anyone used CDATA for axis 2 successfully?

2006-10-03 Thread Dave Miller
Further to my previous post, I am wondering if anyone has successfully used Axis2 to send CDATA elements?If so, I would love to see the code snippets! Thanks,Dave.

RE: Has anyone used CDATA for axis 2 successfully?

2006-10-03 Thread Punnoose, Roshan
Umm not sure if you wanted something like this: OMTextImpl textData = (OMTextImpl) fac.createOMText(handler, true); textData.setType(XMLStreamConstants.CDATA); resultSet.addChild(textData); resource.addChild(resultSet); Seems to work pretty well Roshan Punnoose Phone:

Re: about Axis2's binary attachment

2006-10-03 Thread sam wang
thanks, Robert! it works for me. I am using RedHat Linux. and my mouse has middle scroll button. the way working for me is to always use middle scroll button. that is, first, choosing content, second clicking middle scroll button, then getting into a text editor and clicking middle scroll

Re: about Axis2's binary attachment

2006-10-03 Thread sam wang
thanks, Thilina. but I don't think that is client's problem. I found out a way to work around finally. that is, specifying the EndpointReference appending with method name! usually the EndpointReference is the part till to service name, but I found for binary attachment, we need specify

Re: Urgently need helps - problems with Axis2

2006-10-03 Thread David Illsley
Also, please ensure that the addressing module is engaged in both the client and the server. The 'and WSA Action = null;' bit suggests that it is not in one or both places. David On 03/10/06, Brian De Pradine [EMAIL PROTECTED] wrote: Hello, Can you try

class not found

2006-10-03 Thread Cameron Ingram
Hi All, hopefully this hasn't been asked to much. I am not having much luck at finding a answer. I have a wsdl that on deployment(JBoss 4) I am getting [JavaWsdlMapping] Cannot find jaxrpc-mapping for type:

Re: about Axis2's binary attachment

2006-10-03 Thread sam wang
Hi, guys, I just solved this problem :-) in fact, I didn't do anything except restarting linux. I guess my tomcat messed up for some reason that I didn't realize at first. until I can't control my mouse, I restarted the machine and everything is ok now :-) thanks again for all your great

Re: Nee info..

2006-10-03 Thread Deepal Jayasinghe
Hi Murali; is this about Axis2 ? or Axis 1.x if it is Axis2 pls see my comment in-line Murali K Surampalli wrote: Hello all, I am in a process of writing a global handler and in it's invoke() I need to retrieve the following information. wsdlLocation hmm , if the request come thu HTTP