• 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

Problem in web service invocation

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

I'm having an issue with a web service. We are trying to determine if it is a problem in the web service or in the invokation of said web service.
I have looked all over trying to find something that is close to the error and I have been unsucessful.

I used the Apache Axis libraries to build the invokation code off of the WDSL that was provided to me by the developer who wrote the web service. When I attempt to consume the web service, i get this error back:


AxisFault

faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.NotifierConnection

faultSubcode:


faultString: Unable to establish Notifier connection to forward the request!

faultActor:

faultNode:

faultDetail:

{http://xml.apache.org/axis/}stackTrace:Unable to establish Notifier connection to forward the request!
{http://xml.apache.org/axis/}


I have no idea what this error is or means as I have been unable to find any information on this "Notifier" connection.

Any help appreciated.

Thanks
 
It's a beautiful day in this neighborhood - Fred Rogers. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic