Re: fault string: parameter xxxx doesn't exist

2008-09-09 Thread jackdawson
Thanks Keith. But I couldn't get the TCP/IP monitor to work. If this is the endpoint address, http://www.interpressfact.net/webservices/getJoke.asmx , how would I set up TCP/IP monitor. I want to try with external web services first. I generated the client side stubs using their WSDL and I only h

Re: Axis Fault exception

2008-09-09 Thread jackdawson
But my company has all of its web services in Axis 1.2 Do you think we are in the ancient ages? I have a WSDL of other team's web service and I generated client side stubs and developed a simple java app client. And, when I run the client this is what getting thrown. Did I miss any step? Thanks

InterruptedException with Eclipse Codegen plug-in

2008-09-10 Thread jackdawson
Hi, I'm trying to generate server side stuff and server.xml from a WSDL using Axis2 Eclipse Codegen plug-in but when I clicked Finish on the final page it kicked me with this error: An error occured while completing process- java.lang. http://www.nabble.com/file/p19417409/InterruptedException.do

Re: InterruptedException with Eclipse Codegen plug-in

2008-09-11 Thread jackdawson
http://localhost:8080/loginauth/services/auth"; /> I appreciate for your time. Thanks. jackdawson wrote:

IWAB0497E Error in writing WSDL file null

2008-09-17 Thread jackdawson
Hello all, First of all thanks for all the help I've been getting here. Here is the new hurdle. I followed all the steps for creating a web service using a top down approach from this tutorial: http://www.eclipse.org/webtools/community/tutorials/TopDownAxis2WebService/td_tutorial.html http://w

Re: AW: IWAB0497E Error in writing WSDL file null

2008-09-17 Thread jackdawson
t; > > > -Ursprüngliche Nachricht- > Von: jackdawson [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 17. September 2008 13:09 > An: axis-user@ws.apache.org > Betreff: IWAB0497E Error in writing WSDL file null > > > Hello all, > > First of all thanks

Re: AW: IWAB0497E Error in writing WSDL file null

2008-09-17 Thread jackdawson
Thanks for the prompt reply. I'm using Axis2 Eclipse Codegen plugin for creating a web service from a WSDL. Initially, I tried to create server side components. So, this is what I did: Step 1: File -> New -> Other ->Axis2 Wizards -> Axis2 Code Generator. Clicked Next. Step 2: Selected "Generate

RE: AW: IWAB0497E Error in writing WSDL file null

2008-09-17 Thread jackdawson
No, I didn't follow the instructions from there. This is where I followed the steps from : http://wso2.org/library/1986 http://wso2.org/library/1986 But I think I'm kind of lost now. Before I ask you why JIBX came into picture may I ask you the steps to create a web service when you have only

Problem with Axis2 client and XFire service

2008-09-19 Thread jackdawson
Hi, I created an Axis2 client for an XFire service. But something seems to be wrong. When I run the client this is what I get. org.apache.axis2.AxisFault: Parameter {urn:login.safe.two.us}TestLoginType does not exist! at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Util

RE: Problem with Axis2 client and XFire service

2008-09-19 Thread jackdawson
Thanks Martin. Actually, I'm using Eclipse with Axis2 Codegen plugins. When I created client using it, this is what it created as the stub: (I'm pasting only the operation "testLogin" implementation from the stub). Please let me know if you want me to post my WSDL. /**

RE: Problem with Axis2 client and XFire service

2008-09-22 Thread jackdawson
Thanks Martin. Actually, I'm using Eclipse with Axis2 Codegen plugins. When I created client using it, this is what it created as the stub: (I'm pasting only the operation "testLogin" implementation from the stub). Please let me know if you want me to post my WSDL. /** *

RE: Problem with Axis2 client and XFire service

2008-09-22 Thread jackdawson
Thanks Martin. You are quick. I really appreciate it. Please let me know what should go inside _operationClient.getOptions().setAction(""); Here is the WSDL: http://xml.apache.org/xml-soap"; xmlns:impl="urn:login.safe.two.us" xmlns:intf="urn:login.safe.two.us" xmlns="http

_operationClient.addMessageContext(_messageContext) - How to verify

2008-09-25 Thread jackdawson
Hello, When the MessageContext object is added to the OperationClient object (please see 10th statement below) how would I know that it really got added. I didn't get any AxisFault excpetion which makes me think that it was successful but I still want to make sure while I debug it. I couldn't fin

Axis2 and CXF - Handling WSDLs differently

2008-09-26 Thread jackdawson
Here is what I found: 1.) When I used Axis2 Eclipse Codegen plugins (Generate Java source code from WSDL file) to generate code from this WSDL, it didn't allow me. It kept throwing me an error - "An error occurred while completing the process - java

Re: Axis2 and CXF - Handling WSDLs differently

2008-09-26 Thread jackdawson
ing that the element is missing. > > Thanks, > Keith. > > On Fri, Sep 26, 2008 at 7:45 PM, jackdawson <[EMAIL PROTECTED]> > wrote: > >> >> Here is what I found: >>1.) When I used Axis2 Eclipse Codegen plugins (Generate Java >> source >

Re: Axis2 and CXF - Handling WSDLs differently

2008-09-28 Thread jackdawson
really expects and editing the WSDL will have to make > sure > that this constrained is satisfied. I hope you get my point. > > Thanks, > Keith. > > On Fri, Sep 26, 2008 at 8:05 PM, jackdawson <[EMAIL PROTECTED]> > wrote: > >> >> Thanks Keith. That'

Re: Axis2 and CXF - Handling WSDLs differently

2008-09-29 Thread jackdawson
;> as document. Now the messages parts of your WSDL is RPC but your binsind >> says that its document. I feel that the WSDL is incorrect and hence >> Axis2 is right in saying that the element is missing. >> >> Thanks, >> Keith. >> >> O

Re: Axis2 and CXF - Handling WSDLs differently

2008-09-29 Thread jackdawson
you that you make both of them the same. Either make both RPC > (just change the binding style to rpc) or both document (by making the > part > refer to an element instead of a type). > > Thanks, > Keith. > > On Mon, Sep 29, 2008 at 6:57 PM, jackdawson <[EMAIL PROTECTED]&

Re: Axis2 and CXF - Handling WSDLs differently

2008-09-29 Thread jackdawson
g-tcp-monitor-to-debug-web-service.html>[1] > to capture the SOAP messages sent. > > Thanks, > Keith. > > [1] > http://www.keith-chapman.org/2008/07/using-tcp-monitor-to-debug-web-service.html > > On Mon, Sep 29, 2008 at 10:26 PM, jackdawson <[EMAIL PROTECTED]&

Re: Axis2 and CXF - Handling WSDLs differently

2008-09-29 Thread jackdawson
Idea depending on what IDE you use. > > Thanks, > Keith. > > On Mon, Sep 29, 2008 at 11:23 PM, jackdawson <[EMAIL PROTECTED]> > wrote: > >> >> If I'm not wrong then I get this when sending the request. This is the >> statement in the client that