Simple SOAP Simulators

2008-09-03 Thread Nikhil Koranne
Hi, 
 
I would like to know if there are any open source GUI based SOAP simulators 
available? I searched for some, but couldn't find much information about. 
Does Axis2C provide a simple request-response SOAP simulator? 
 
Please let me know. 
 
Thanks
Nikhil




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



Re: Clean-up and Freeing (and nnexpected close-tags being created)

2008-09-03 Thread Samisa Abeysinghe
I think this occurs because you are violating the ownership rules with 
OM. Once the payload is passed in, the engine takes over the ownership 
of the node and you are not supposed to do anything with the payload 
afterwards.


Thanks,
Samisa...

Andy Karseras wrote:

Hi,

I raised this problem in July and thought that it had been resolved 
(by doing proper clean-up), although it is now re-occurring.


I am seeing a close tag being created when there shouldn't be.

The incorrect message content is as follows...



***TempAgent.




I am sending the same message multiple times to the server and the 
error occurs on the third iteration (3rd time the message is sent) so 
am assuming that I am not doing proper clean-up after each message is 
created and then sent.


My questions as follows...
a) Has anybody seen this before ?

b) Will calling axiom_node_free_tree on nodeA also clean-up nodeB in 
the following example ?

axiom_node_t *nodeB= axiom_node_get_first_child(nodeA, env);

c) Will a node created to be used in axis2_svc_client_add_header, be 
cleaned-up by axis2_svc_client_free ?


d) Is there any other info I can provide to clarify or help explain 
the problem ?


Many thanks.


Andy



No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.169 / Virus Database: 270.6.15/1649 - Release Date: 9/3/2008 7:15 AM


  



--
Samisa Abeysinghe 
Director, Engineering; WSO2 Inc.


http://www.wso2.com/ - "The Open Source SOA Company"


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



Re: [AXIS2C] better output

2008-09-03 Thread Samisa Abeysinghe

Manjula Peiris wrote:

On Wed, 2008-09-03 at 07:08 -0700, Martina08 wrote:
  

hi,
i have written a client who send requests and get respones from the
webservice. An example of response could be like this:

 
  Wikipedia Städteverzeichnis
  
   Genf
   Genf ist der Sitz von ...
  
  
   Köln
   Köln ist eine Stadt, die ...
  
 
But i want to print it like this:
Verzeichnis:
Titel: Wikipedia Städteverzeichnis
Stichwort: Genf
Eintragstext: Genf ist der Sitz von...
...

or a similar output. Is there a tool for doing this or must i programming it
myself?


AFAIK there is no such tool, you need to program by your self.
  


You can use some XSLT to do this.

Samisa...




  

regards







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




No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.169 / Virus Database: 270.6.15/1649 - Release Date: 9/3/2008 7:15 AM


  



--
Samisa Abeysinghe 
Director, Engineering; WSO2 Inc.


http://www.wso2.com/ - "The Open Source SOA Company"


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



Clean-up and Freeing (and nnexpected close-tags being created)

2008-09-03 Thread Andy Karseras
Hi,

I raised this problem in July and thought that it had been resolved (by
doing proper clean-up), although it is now re-occurring.

I am seeing a close tag being created when there shouldn't be.

The incorrect message content is as follows...



***TempAgent.




I am sending the same message multiple times to the server and the error
occurs on the third iteration (3rd time the message is sent) so am assuming
that I am not doing proper clean-up after each message is created and then
sent.

My questions as follows...
a) Has anybody seen this before ?

b) Will calling axiom_node_free_tree on nodeA also clean-up nodeB in the
following example ?
axiom_node_t *nodeB= axiom_node_get_first_child(nodeA, env);

c) Will a node created to be used in axis2_svc_client_add_header, be
cleaned-up by axis2_svc_client_free ?

d) Is there any other info I can provide to clarify or help explain the
problem ?

Many thanks.


Andy


Re: [AXIS2C] better output

2008-09-03 Thread Manjula Peiris

On Wed, 2008-09-03 at 07:08 -0700, Martina08 wrote:
> hi,
> i have written a client who send requests and get respones from the
> webservice. An example of response could be like this:
> 
>  
>   Wikipedia Städteverzeichnis
>   
>Genf
>Genf ist der Sitz von ...
>   
>   
>Köln
>Köln ist eine Stadt, die ...
>   
>  
> But i want to print it like this:
> Verzeichnis:
> Titel: Wikipedia Städteverzeichnis
> Stichwort: Genf
> Eintragstext: Genf ist der Sitz von...
> ...
> 
> or a similar output. Is there a tool for doing this or must i programming it
> myself?
AFAIK there is no such tool, you need to program by your self.



> regards
> 
> 
> 


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



[AXIS2C] better output

2008-09-03 Thread Martina08

hi,
i have written a client who send requests and get respones from the
webservice. An example of response could be like this:

 
  Wikipedia Städteverzeichnis
  
   Genf
   Genf ist der Sitz von ...
  
  
   Köln
   Köln ist eine Stadt, die ...
  
 
But i want to print it like this:
Verzeichnis:
Titel: Wikipedia Städteverzeichnis
Stichwort: Genf
Eintragstext: Genf ist der Sitz von...
...

or a similar output. Is there a tool for doing this or must i programming it
myself?
regards



-- 
View this message in context: 
http://www.nabble.com/-AXIS2C--better-output-tp19290020p19290020.html
Sent from the Axis - C++ - User mailing list archive at Nabble.com.


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



Re: Need to write a web services client with optional digital signature on Linux EV4 servers

2008-09-03 Thread Martina08

hi,
i have downloaded the binary distribution for writing a client on Open SUSE
Linux x86. Up to now it works fine=)

-- 
View this message in context: 
http://www.nabble.com/Need-to-write-a-web-services-client-with-optional-digital-signature-on-Linux-EV4-servers-tp19278282p19289814.html
Sent from the Axis - C++ - User mailing list archive at Nabble.com.


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