[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

SOAP WSDL Question (ignored element

JamesCroft

7/12/2006 8:32:00 PM

Hi folks,

I'm writing a tool in Ruby that need to talk to an ASP.NET SOAP web service.

All's well and the code works fine but when creating the wdsl driver like so...

wsdl_driver = SOAP::WSDLDriverFactory.new("http://someurl/blah.asmx?WSDL")

I get the following warnings on stderr...

ignored element: {http://schemas.xmlsoap.org/ws...}binding
ignored element: {http://schemas.xmlsoap.org/ws...}operation
ignored element: {http://schemas.xmlsoap.org/ws...}body
ignored element: {http://schemas.xmlsoap.org/ws...}address

I'm pretty new too Ruby so sorry if this is a daft question but how do
I supress those messages? (aside from wrapping the whole thing in bash
and redirecting stderr! :-)

Thanks in advance,
Jim

j i m c r o f t y a t g o o g l e m a i l . c o m