• 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

SOAP Client SAAJ

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone, thank you for your time to read this topic and try to answer it,

This is the documentation of API that I need to consume :



And this is my request that i created with SAAJ in Java :



For the SOAPAction in the header I use this :



For my opinion it's seems good, someone can see that's is wrong with my request ? I do not know what to do now. And then i send this message i got this in return (with the field standalone added) :



Thanks a lots for helping,

Best regards.
 
Ranch Hand
Posts: 734
7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

For my opinion it's seems good, someone can see that's is wrong with my request ?


It seems so, yes, on the face of it.


Some implementation (?) may produce by that a SOAPAction without the quote in the HTTP header. If you're in doubt, maybe you can try also this see if it results differently...


i got this in return (with the field standalone added)


I don't think it makes any difference with or without standalone added... basically you mean the server sends the request back to the client. But, by this alone, we can't deduce at all there _must_ be a problem. It may well at the present stage of the service behave like that - at least it is not sending back a fault message?! What the service should return is promised by its wsdl and it is where you should look into.

Furthermore, I am doubtful any prolog is actually sent or received or what you posted are actually edited version you think what should be. Actually, no prolog should actually be sent back and forth.
 
Well behaved women rarely make history - Eleanor Roosevelt. tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic