• 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

Web service

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Iam new to web services. Iam trying to create web service and deploy it. I have created the web service in 1.4 Jax RPC, When I tried to open the page through the Http in my browser, it is with the soap envelope (i hve written at the last) . How can I create the web service, so that in the browser I will be be able to see just the menu and the text boxes.

This is what I get after I open the webservice.

parameters
{
xsd:string param0 =
xsd:string param1 =
xsd:int param2 =
xsd:int param3 =
xsd:int param4 =
xsd:int param5 =
xsd:string param6 =

}


Please help.

Thanks
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic