Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
axis 2.1.5.2

org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement westernUnionCheckResponse

this is my wsdl




this is my response





where is the problem?
thanks
 
Carlo Ponchielli
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Carlo Ponchielli wrote:

<?xml version="1.0" encoding="UTF-8"?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Body><NS1:westernUnionCheckResponse xmlns:NS1="http://safewatch.isp.it/"><return>OK</return></NS1:westernUnionCheckResponse></S:Body></S:Envelope>[/code]


where is the problem?
thanks




maybe the problem is "NS1="http://safewatch.isp.it/"?
 
Ranch Hand
Posts: 1183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Carlo,

I doubt that's the issue since your response matches perfectly with the example provided at Web Services Description Language (WSDL) 1.1 -



And yours -



Regards,
Dan
 
Carlo Ponchielli
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


https://forums.aws.amazon.com/thread.jspa?threadID=59913
i have solved using "-d jaxbri"

thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic