Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Thank you so much for your reply. I did add the repository and when i used the GUI for PPM i verified that the repository was added but when i search for the perl module it still shows version 0.55 for SOAP::Lite and for SOAP::WSDL it shows 1.23 i went further to check the website manually and verified that it does have the latest packages. I tried to manually install the packages but it gives the following errors:
C:\SoapTest>ppm install http://trouchelle.com/ppm/SOAP-Lite.ppd ppm install failed: Can't find any package that provide Crypt-SSLeay f +or SOAP-Li te
C:\SoapTest>ppm install http://trouchelle.com/ppm/SOAP-WSDL.ppd ppm install failed: No PPD found at http://trouchelle.com/ppm/SOAP-WSD +L.ppd
Secondly, using the older packages that i was able to get from before i am getting another error. Initially it complained about using the <import> tag for XML Schema definition, which was a problem i knew as SOAP::WSDL doesnt support XML Schema definition imports. I fixed that by inlining the schema and now when i run the script it gives the following error:
C:\SoapTest>perl perlMonk.pl Reference found where even-sized list expected at C:/Perl/site/lib/SOA +P/WSDL.pm line 235. SampleTest Error: The message with Action 'http://tempuri.org/#SampleT +est' canno t be processed at the receiver, due to a ContractFilter mismatch at th +e Endpoint Dispatcher. This may be because of either a contract mismatch (mismatc +hed Action s between sender and receiver) or a binding/security mismatch between +the sender and the receiver. Check that sender and receiver have the same contr +act and th e same binding (including security requirements, e.g. Message, Transpo +rt, None).
I am thinking maybe it has to do with my App.config file and the settings i use there. Would you be able to guide me on this? Lastly, can you suggest a tool that i can use to view the expected SOAP request that my WCF web service expects, the actual request sent from my perl script and the response sent from the web service. I have tried Microsoft's Service Trace Viewer but it doesnt provide all the info. Maybe a tool like NetMon would allow me to view the network traffic or something else that you can suggest.

Thanks

In reply to Re^4: SOAP::WSDL Installation by Khurrum
in thread SOAP::WSDL Installation by Khurrum

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-26 02:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found