473,549 Members | 2,741 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Which generic SOAP web services client to use?

I've noticed that one can use IE to test web pages (by going on
http://hostname/blah/blah.asmx - and then it shows a list of methods
supported by the webservice, and on selecting each method once gets the
option to specify the parameters and then 'Invoke' the service).

Although, this option is extremely handy, are their any other
options/tools/etc that can provide such functionality but in a more
conveinient format?

I tried googling for it but was able to find only 'online' options. I
need some tool that I can download and test my web service locally
(can't use online tools - since my web service is hosted inside the
firewall).

Any ideas?
Nov 23 '05 #1
4 7531

What is exactly your web service ? What is exactly your need ?
You can't "download a web service".
A web service is usually linked to a runtime context and a runtime
environnement (connection to a database, access to a local folder, ...).
Except for a really simple Web Service (Hello Word, Add an integer to
another), you can't just drag & drop a web service from a server to another.
"Offline" has no sense for a Web Service.

Lionel.
"Jonas Hei" <j_*******@hotm ail.com> a écrit dans le message de news:
41************* **********@news .free.fr...
I've noticed that one can use IE to test web pages (by going on
http://hostname/blah/blah.asmx - and then it shows a list of methods
supported by the webservice, and on selecting each method once gets the
option to specify the parameters and then 'Invoke' the service).

Although, this option is extremely handy, are their any other
options/tools/etc that can provide such functionality but in a more
conveinient format?

I tried googling for it but was able to find only 'online' options. I need
some tool that I can download and test my web service locally (can't use
online tools - since my web service is hosted inside the firewall).

Any ideas?

Nov 23 '05 #2
I guess I wasn't very clear when I used the term "download" in my
original post. To clarify: I used the term "download" for downloading of
a tool to test a web service which is already installed on my computer
(or on other computers on our corporate LAN).

Similarly, I used the term 'online' with respect to client and not the
web service itself. For example, http://soapclient.com/soaptest.html is
to me an online client. But it won't solve my purpose because this can
never access the server on which my web service is installed (because
the server is inside corporate firewall of the site I am working in).

So basically I need ideas and information about various tools available
that can be used as a generic soap web services client. (for example,
the one at http://sys-con.com/story/?storyid=39517&DE=1 is an option but
I was hoping to find a readymade tool with may be more features - nicer
xml viewing, logging, etc etc)

Regards
Lionel LASKE wrote:
What is exactly your web service ? What is exactly your need ?
You can't "download a web service".
A web service is usually linked to a runtime context and a runtime
environnement (connection to a database, access to a local folder, ...).
Except for a really simple Web Service (Hello Word, Add an integer to
another), you can't just drag & drop a web service from a server to another.
"Offline" has no sense for a Web Service.

Lionel.
"Jonas Hei" <j_*******@hotm ail.com> a écrit dans le message de news:
41************* **********@news .free.fr...
I've noticed that one can use IE to test web pages (by going on
http://hostname/blah/blah.asmx - and then it shows a list of methods
supported by the webservice, and on selecting each method once gets the
option to specify the parameters and then 'Invoke' the service).

Although, this option is extremely handy, are their any other
options/tools/etc that can provide such functionality but in a more
conveinient format?

I tried googling for it but was able to find only 'online' options. I need
some tool that I can download and test my web service locally (can't use
online tools - since my web service is hosted inside the firewall).

Any ideas?


Nov 23 '05 #3
Hello Jonas,
Try soapscope [0] .. its not free but its awsome

[0] - http://www.mindreef.com
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
I guess I wasn't very clear when I used the term "download" in my
original post. To clarify: I used the term "download" for downloading
of a tool to test a web service which is already installed on my
computer (or on other computers on our corporate LAN).

Similarly, I used the term 'online' with respect to client and not the
web service itself. For example, http://soapclient.com/soaptest.html
is to me an online client. But it won't solve my purpose because this
can never access the server on which my web service is installed
(because the server is inside corporate firewall of the site I am
working in).

So basically I need ideas and information about various tools
available that can be used as a generic soap web services client. (for
example, the one at http://sys-con.com/story/?storyid=39517&DE=1 is an
option but I was hoping to find a readymade tool with may be more
features - nicer xml viewing, logging, etc etc)

Regards

Lionel LASKE wrote:
What is exactly your web service ? What is exactly your need ?
You can't "download a web service".
A web service is usually linked to a runtime context and a runtime
environnement (connection to a database, access to a local folder,
...).
Except for a really simple Web Service (Hello Word, Add an integer to
another), you can't just drag & drop a web service from a server to
another.
"Offline" has no sense for a Web Service.
Lionel.

"Jonas Hei" <j_*******@hotm ail.com> a écrit dans le message de news:
41************* **********@news .free.fr...
I've noticed that one can use IE to test web pages (by going on
http://hostname/blah/blah.asmx - and then it shows a list of methods
supported by the webservice, and on selecting each method once gets
the option to specify the parameters and then 'Invoke' the service).

Although, this option is extremely handy, are their any other
options/tools/etc that can provide such functionality but in a more
conveinient format?

I tried googling for it but was able to find only 'online' options.
I need some tool that I can download and test my web service locally
(can't use online tools - since my web service is hosted inside the
firewall).

Any ideas?

Nov 23 '05 #4

Microsoft proposed a tool call "Web Service Studo" but I'm not sure it was
recently upgraded.
See http://www.gotdotnet.com/team/tools/...tudioSetup.exe to
download.

Lionel.

"Dilip Krishnan" <dk*******@NOSP AM.geniant.com> a écrit dans le message de
news: 20************* *********@msnew s.microsoft.com...
Hello Jonas,
Try soapscope [0] .. its not free but its awsome

[0] - http://www.mindreef.com
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
I guess I wasn't very clear when I used the term "download" in my
original post. To clarify: I used the term "download" for downloading
of a tool to test a web service which is already installed on my
computer (or on other computers on our corporate LAN).

Similarly, I used the term 'online' with respect to client and not the
web service itself. For example, http://soapclient.com/soaptest.html
is to me an online client. But it won't solve my purpose because this
can never access the server on which my web service is installed
(because the server is inside corporate firewall of the site I am
working in).

So basically I need ideas and information about various tools
available that can be used as a generic soap web services client. (for
example, the one at http://sys-con.com/story/?storyid=39517&DE=1 is an
option but I was hoping to find a readymade tool with may be more
features - nicer xml viewing, logging, etc etc)

Regards

Lionel LASKE wrote:
What is exactly your web service ? What is exactly your need ?
You can't "download a web service".
A web service is usually linked to a runtime context and a runtime
environnement (connection to a database, access to a local folder,
...).
Except for a really simple Web Service (Hello Word, Add an integer to
another), you can't just drag & drop a web service from a server to
another.
"Offline" has no sense for a Web Service.
Lionel.

"Jonas Hei" <j_*******@hotm ail.com> a écrit dans le message de news:
41************* **********@news .free.fr...

I've noticed that one can use IE to test web pages (by going on
http://hostname/blah/blah.asmx - and then it shows a list of methods
supported by the webservice, and on selecting each method once gets
the option to specify the parameters and then 'Invoke' the service).

Although, this option is extremely handy, are their any other
options/tools/etc that can provide such functionality but in a more
conveinient format?

I tried googling for it but was able to find only 'online' options.
I need some tool that I can download and test my web service locally
(can't use online tools - since my web service is hosted inside the
firewall).

Any ideas?


Nov 23 '05 #5

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

Similar topics

4
4743
by: jm | last post by:
I am new to WSDL and familiar with XML, but have used them very little. What I am used to is ASP and now ASP .NET using a datagrid or something like that. What I am trying to find out is when an introduction to WSDL says "after building a web service, one publishes a WSDL to tell users how to get to the service..." how does one create a...
2
4436
by: Artur | last post by:
Hi Newsgroup, im currently working on programming a asp.net application consuming an Webservice hosted on Apache/Axis. I have generated WSDL and Proxy classes from VisualStudio.net. But when trying to fire up one method i get following error: System.Web.Services.Protocols.SoapHeaderException: Method 'tns:prodsearch' not implemented
1
3791
by: Mullin Yu | last post by:
if the web services has a run-time error, how can i send a custom soap error message, like embed the error stack trace: try { ....... ....... } catch(Exception ex) {
1
1579
by: MR | last post by:
I am in dire need of help in trying to get the client code for a web service to work. i don't have a WSDL for the service so i created my own ASP.NET service to test with. i converted the DTD files that i was given to xsd files and used the xsd tool to create the classes. i used those classes to create the parameters for the web method...
0
4657
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 another web service that validates a security token in the header. I have pasted my current SOAP message that my code sends as captured from a...
0
2629
by: jennifer.perkins | last post by:
I've seen a couple posts by people having similar problems, but the suggested solutions I've tried so far haven't worked. I'm using a SOAP client in VB.Net (constructed by wsdl.exe) and the third party web service it's consuming is served by Axis. The request messages my client sends are processed fine by the server, and the SOAP response...
1
12265
by: Florian Grousset | last post by:
Hi, I'm trying to code a simple C# SOAP client wich query an Axis2 Java SOAP Server. Server side code has been generated from a WSDL file. SOAP requests and responses must both contain a simple String array (not very diffucult I think !). What I've done : 1. WSDL file writing (see at the bottom of this post)
2
6746
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 definitely getting a hit when I use a browser to get to my hibye.cgi server (well, a blank page rather than a 404). However, when I run my hibye.pl...
1
8272
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 like this publishSimpleMetric(Arraylist<String> appinfo,Arraylist<String> metricinfo,String seperator); Now i tried to call the web service from...
0
7450
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7957
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7470
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7809
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6043
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5088
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3500
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3481
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
763
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.