• 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

Missing port information

 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have created a web service and deployed it on machine A. It works fine when I run the web service client. Then, I deployed the same web service in machine B and when I run the client, I get this weird error: Does anyone have any clue?
Please let me know.
Exception is received fault: "Missing port information" (code: "Server" namespace: "http://schemas.x
mlsoap.org/soap/envelope/"); nested exception is:
received fault: "Missing port information" (code: "Server" namespace: "http://schemas.xmlsoa
p.org/soap/envelope/")
java.rmi.RemoteException: received fault: "Missing port information" (code: "Server" namespace: "htt
p://schemas.xmlsoap.org/soap/envelope/"); nested exception is:
received fault: "Missing port information" (code: "Server" namespace: "http://schemas.xmlsoa
p.org/soap/envelope/")
at work.EmployeeDirectoryPort_Stub.findAllPeers(Unknown Source)
at Client.main(Client.java:20)
Caused by: received fault: "Missing port information" (code: "Server" namespace: "http://schemas.xml
soap.org/soap/envelope/")
at com.sun.xml.rpc.client.StreamingSender._raiseFault(StreamingSender.java:321)
at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:211)
... 2 more
Regards,
Krishna Varma
reply
    Bookmark Topic Watch Topic
  • New Topic