• 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

How to display 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
I am using bea weblogic IDE and server.

My Requirement is...

1. Input is a SOAP based XML

2. Complex business process

3. Output is SOAP based XML

Now I have completed the 2nd part and for Input and output is webservice.

When I am trying to fire the URL I am getiing 1 text box to paste the input SOAP and 1 button with the methos name. But at the time of result it is showing the internal method call inputs and outpus and at the end the soapbased XML. I dont want it to be like that. So is there any way so that I can have..

1..JSP/HTML which have 1 textbox to get the soap based xml and

2..1 jsp/html which will show the output xml only



Thanks in advance...
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch.

During registration you may have overlooked the JavaRanch policy regarding Publicly Displayed Names. Please adjust your display name to comply with that policy. Your cooperation is appreciated.

Accounts that persist in the use of non-compliant display names will be locked.

Regards
Balaji
 
Balaji Loganathan
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I couldn't able to understand what problem you are facing while "display web service" ?

Please brief your problem clearly so that we can help you.
Regards
Balaji
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic