473,320 Members | 2,109 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,320 software developers and data experts.

Consume web service without wsdl.exe

I have this Perl soap client which is consuming a Perl based web
service.

#!perl -w
use SOAP::Lite +trace => "debug";
SOAP::Lite
->uri("urn:WebServices")
->proxy("http://example.com")
->SomeMethodName('param1', 'param2')
->result;

How can I consume the same web service in C#? There is no .wsdl to
using with the wsdl.exe, Perl doesnt support autogenerated wsdl and no
one bothered to write it.

Feb 19 '06 #1
1 3883
Try getting a wsdl genersator for perl, theres a few about - cant recommend
any but goolgle comes up with a few including
http://search.cpan.org/dist/WSDL-Generator/

Pretty sure the Microsoft Soap Toolkit has options to create wsdl from
scratch if your looking to access it via soap. I've not used it myself but
you could start there, or try manually modifying a wsdl of a similar service
is always an option. Theres a description of whats in wsdl file here.

http://www.w3.org/TR/2005/WD-wsdl20-...050803/#basics

Some initial reading here for you.
http://support.microsoft.com/default...b;en-us;308438

Regards

John Timney
Microsoft MVP

"frustratedcoder" <kr******@stepstone.dk> wrote in message
news:11*********************@g43g2000cwa.googlegro ups.com...
I have this Perl soap client which is consuming a Perl based web
service.

#!perl -w
use SOAP::Lite +trace => "debug";
SOAP::Lite
->uri("urn:WebServices")
->proxy("http://example.com")
->SomeMethodName('param1', 'param2')
->result;

How can I consume the same web service in C#? There is no .wsdl to
using with the wsdl.exe, Perl doesnt support autogenerated wsdl and no
one bothered to write it.

Feb 19 '06 #2

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

Similar topics

2
by: Michael Hatmaker | last post by:
I have begun experimenting with web services, and I created some simple web services in C# and was able to install them with IIS and create an equally simple C# client to consume them. My next...
3
by: Matt | last post by:
I have an ASP.NET service that needs to be consumed on a PHP page. I can not count on the PHP server to have SOAP. I have read some info about a REST method, but I am not really sure if this can be...
1
by: Mike | last post by:
I need to consume a wsdl file using C#. The web service was not created in ..NET but I need to consume it. Can anyone point me to an example that is consuming a wsdl using C# for a windows...
2
by: Mauricio Correa | last post by:
Hello, i try to consume a java web service from a asp .net page, i make without problems the web reference tu wsdl file http://machine/WebService/nameWebService?WSDL in the asp .net page put the...
0
by: leslie_tighe | last post by:
Hello, I have a set of web services running on Java server that are exposed through axis 1.2.1. I can invoke these services in browser and through a java test client. However, when I try to...
3
by: frustratedcoder | last post by:
I need to consume a web service written in Perl but there is no wsdl file for this service. The perl soap client that can call and consume this web service looks like this (if it helps) #!perl...
1
by: frustratedcoder | last post by:
The following web service is run by Perl: #!perl -w use SOAP::Lite +trace => "debug"; print SOAP::Lite ->uri("urn:WebServices") ->proxy("http://example.com") ->SomeMethodName('param1',...
1
by: DoctorV3774 | last post by:
We developed a small test database that we are using to attempt to connect to a wsdl to consume web services. The database form contains 3 fields and a submit button on the form. At the bottom I've...
1
by: Gary W. Smith | last post by:
I have a SOAP::Lite package written in perl on a *nix environment that I need to consume from a C#. The classes in perl are pretty simple, each taking a string and returning a string (ranging from...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.