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 view SOAP request from a Java Client generated using Jdeveloper

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi All,
I am using Jdeveloper 11g to generate webservice proxy for a peoplesoft webservice using JAX-WS approach.
I am able to successfully connect to the webservice and access the get/find methods but when i try to access create(insert) method, it gives me component interface Api error.
Hence to debug this, i checked the webservice using SOAP UI, and it was successfully able to run the create method(inserts data in db).
so i can conclude that the problem is in the way i am passing the parameters to the webservice.
Is there a way where i can see what exactly is passed to the webservice(SOAP Request)??
I tried using HTTP Analyser but it does not show any output.
I will appreciate if i can get any help on this matter coz i am actually stuck at this point.

Thanks
Ash
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi again!
This sort of duplicates this thread:
https://coderanch.com/t/498826/Web-Services/java/Inserting-data-webservice-gives-javax
Please continue in the original thread!
 
Popeye has his spinach. I have this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
    Bookmark Topic Watch Topic
  • New Topic