473,386 Members | 1,786 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Test SOAP client

I have to test a web service that uses soap as an interface.
I could need some lightweiht program that takes text file or a user
input and passes it to the server as a soap request and displays the
response. Would be very helpful for me.

Jul 20 '05 #1
4 2217

Denis wrote:
I have to test a web service that uses soap as an interface.
I could need some lightweiht program that takes text file or a user
input and passes it to the server as a soap request and displays the
response. Would be very helpful for me.


There are several frameworks for different languages which allow you to
generate a web service client by reading the WSDL description of the web
service. So decide on the language you want to use, for instance Java,
and then look for web service proxy client generation.

--

Martin Honnen
http://JavaScript.FAQTs.com/
Jul 20 '05 #2
Martin Honnen wrote:
I have to test a web service that uses soap as an interface.
I could need some lightweiht program that takes text file or a user
input and passes it to the server as a soap request and displays the
response. Would be very helpful for me.

There are several frameworks for different languages which allow you to
generate a web service client by reading the WSDL description of the web
service. So decide on the language you want to use, for instance Java,
and then look for web service proxy client generation.


Sorry, new to soap, and not aquinted with WSDL. Is there just a simple
..exe, something I can use to type the soap envelope in, and get the
response? Or something that takes a text file or a xm fil from the drive
and sends it as a request.

Jul 20 '05 #3
Denis wrote:
I have to test a web service that uses soap as an interface.
I could need some lightweiht program that takes text file or a user
input and passes it to the server as a soap request and displays the
response. Would be very helpful for me.


You could use netcat to transmit input to the
service and also to receive the response.
I had the same problem when I developed
a SOAP client with GNU Awk's XML extension.
Maybe you can use it:
http://home.vrweb.de/~juergen.kahrs/...rvice-via-SOAP
Jul 20 '05 #4
Denis wrote:
I have to test a web service that uses soap as an interface.
I could need some lightweiht program that takes text file or a user
input and passes it to the server as a soap request and displays the
response. Would be very helpful for me.


If you are capable of editing a text file, you could put this in it ..
(From http://guide.soaplite.com/)

#!perl -w
use SOAP::Lite;
print SOAP::Lite
-> service('http://www.xmethods.net/sd/StockQuoteService.wsdl')
-> getQuote('MSFT');

Jul 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Arne Kösling | last post by:
Hi ! I am new to Web Services. Therefore I ve set up a PHP Installation on Windows (PHP 4.3.2 and Apache 1.3.29). I have tested PHP alone and then installed PEAR. Now I am stuck there (Before...
0
by: Daniel Thune, MCSE | last post by:
I am having a problem with formatting a SOAP Header in a .Net client. The client calls a Java Axis 1.1 based web service. In order to authenticate the caller, the web service call is intercepted by...
0
by: Matt Wood | last post by:
Hi, I have written a Web Service for a customer which expects a SOAP message with Document/Literal encoding, and uses RoutingStyle=SoapServiceRoutingStyle.RequestElement to route the SOAP body...
3
by: Sydney | last post by:
Hi, I am trying to construct a WSE 2.0 security SOAP request in VBScript on an HTML page to send off to a webservice. I think I've almost got it but I'm having an issue generating the nonce...
0
by: info | last post by:
Dear all, is the first time that I use SOAP, and i must say that i'm having several problems. this is SOAP message that expects the server =================XML EXPECTED FROM THE...
1
by: libsfan01 | last post by:
Hi all Can anyone explain the relationship between SOAP and XMLHttpRequest in Javascript? What actually is SOAP? and how does it relate to the process of transferring data client-side through...
2
by: furrypop | last post by:
Hi, I'm trying to get the Perl SOAP::Lite examples to work on a Windows PC, running Apache 2.2.4. Apache is definitely serving CGI scripts, as I've tested a dummy Hello World thing. I'm also...
1
by: parimalb | last post by:
Hi All, I want to pass an array argument to the java webservice from perl client using SOAP::LITE package. Please let me know if anyone knows about this. The web method declaration in java is...
0
by: vigneshrao | last post by:
Hi, I have been working on a script that loops through multiple records and sends data (one record per call) to a WS. I am supposed to make a new call for each record before sending the data....
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.