• 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 accessing MapPoint through WSAD5.1

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

I am getting 401 unauthorized exception if i try to run the sampl application provided by mappoint through WSAD5.1. But if i run the same app through command prompt, i am able to get the results. I tried to place the client-config.wsdd in clas path but nothing is working.

Can any one please help regarding this.

thanks
uma
 
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 also ruuning into the same problem.
It would be great if somebody can give some pointers on this.
This is the error stack

WebServicesFault
faultCode: {http://websphere.ibm.com/webservices/}HTTP
faultString: (401)Unauthorized
faultActor: null
faultDetail:
null: WSWS3192E: Error: return code: 401
.

(401)Unauthorized
at com.ibm.ws.webservices.engine.transport.http.HTTPSender.readFromSocket(HTTPSender.java:773)
at com.ibm.ws.webservices.engine.transport.http.HTTPSender.invoke(HTTPSender.java:157)
at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:217)
at com.ibm.ws.webservices.engine.WebServicesEngine.invoke(WebServicesEngine.java:258)
at com.ibm.ws.webservices.engine.client.Connection.invokeEngine(Connection.java:680)
at com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:604)
at com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:434)Location null

at com.ibm.ws.webservices.engine.client.Stub$Invoke.invoke(Stub.java:666)
at net.mappoint.s.FindServiceSoapStub.findAddress(FindServiceSoapStub.java:1150)
at com.test.TestClient.findAddress(TestClient.java:109)
at com.test.TestClient.main(TestClient.java:79)
reply
    Bookmark Topic Watch Topic
  • New Topic