• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need Help with WSDL Port

 
Ranch Hand
Posts: 751
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys! I just want to ask a few questions...

Does a wsdl :p ort inside a wsdl:service element determine which methods you can call(or where to call)? I have a really funny situation...

The WSDL which I'm using right now is manually constructed. Now, the WSDL tries to include/import schemas(I think this isn't very common). For some reason, the WSDL has almost similarly named ports like...




The netbeans processor generated a class where it used MyServiceSoap port only. But then, I get an error that one of the methods suppose to be supported wasn't found. So I tried to use MyServiceSoap1. Now, I can find the previously not supported method, but lost the previously supported methods.

I'm new to SOAP and Webservices in general. I've done some reading but it seems utterly insufficient. Please help. Thanks!
[ October 10, 2007: Message edited by: Timothy Sam ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic