RE: How to validate WSDL file?

2007-04-12 Thread Binoy K Philip
I have two operation in my Web Service
one with rerun type and other with out .
With return type is working file.
But when I can the operation with out return type 
 
sender.fireAndForget(payload);

The operation it self is not calling 

 

But when using 

// sender.sendReceive(payload);

sender.sendRobust(payload);

 

It execute in sever side 

but in  client side I get exception 

I used both default user defied in and out but not find any difference 

t
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUti
ls.java:64)

at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper
ation.java:349)

at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO
peration.java:279)

at
org.apache.axis2.client.ServiceClient.sendRobust(ServiceClient.java:359)

at
org.apache.axis2.client.ServiceClient.sendRobust(ServiceClient.java:339)

at clientfileuploaddownload.CheckSaveInfo.main(CheckSaveInfo.java:61)

 

 

Also do u have any way of implementing catching exception using fault in
client 

Client and server 

 

I am really stacked 

I will be greatefull if any body can provide me a help 

 

 

 


Binoy K Philip 
Thanks in advance 



Re: How to validate WSDL file?

2007-04-12 Thread José Ferreiro

Hello,

Well, I am using this tool wsdlviewer (
http://wcf.netfx3.com/files/folders/development_tools/entry5214.aspx )
WSDL files, especially large ones, are ofter hard to read as plain XML and
when adding an element you may forgot to close a tag, etc.

This tool helps me to parse the file quickly and tell me if it is valid or
not.

This is my main usage.

Hope this helps.

José FERREIRO




On 4/12/07, Thilina Gunarathne <[EMAIL PROTECTED]> wrote:


Eclipse WTP[1] comes with a WSDL validator. It's open source too..

Thilina
[1]http://www.eclipse.org/webtools/main.php

On 4/12/07, Vikas <[EMAIL PROTECTED]> wrote:
>
>
> Hi Friends,
>
> I have created WSDL file for simple "HelloWorld" application. It is
simple,
> but when our WSDL file will grow; then it is very difficult to validate
that
> wsdl file.
>
> So for that, Is there any functionality available from Axis2 to validate
> wsdl file OR by using wsdl2java utility?
> OR is there any open source tool is available to validate WSDL file?
>
> Is there any thing available with data binding framework like
> ADB/XMLBeans/JiBX for validating WSDL?
>
> With best regards
>
> From
> Vikas R. Khengare
>


--
Thilina Gunarathne  -  http://www.wso2.com - http://thilinag.blogspot.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
José Ferreiro
EPFL Communication Systems engineer
ing.sys.com.dipl.EPFL


Re: How to validate WSDL file?

2007-04-12 Thread Thilina Gunarathne

Eclipse WTP[1] comes with a WSDL validator. It's open source too..

Thilina
[1]http://www.eclipse.org/webtools/main.php

On 4/12/07, Vikas <[EMAIL PROTECTED]> wrote:



Hi Friends,

I have created WSDL file for simple "HelloWorld" application. It is simple,
but when our WSDL file will grow; then it is very difficult to validate that
wsdl file.

So for that, Is there any functionality available from Axis2 to validate
wsdl file OR by using wsdl2java utility?
OR is there any open source tool is available to validate WSDL file?

Is there any thing available with data binding framework like
ADB/XMLBeans/JiBX for validating WSDL?

With best regards

From
Vikas R. Khengare




--
Thilina Gunarathne  -  http://www.wso2.com - http://thilinag.blogspot.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How to validate WSDL file?

2007-04-12 Thread Vikas
Hi Friends,

I have created WSDL file for simple "HelloWorld" application. It is simple, but 
when our WSDL file will grow; then it is very difficult to validate that wsdl 
file.

So for that, Is there any functionality available from Axis2 to validate wsdl 
file OR by using wsdl2java utility?
OR is there any open source tool is available to validate WSDL file?

Is there any thing available with data binding framework like ADB/XMLBeans/JiBX 
for validating WSDL?

With best regards

From
Vikas R. Khengare