• 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

Strange Exception when getting the envelope

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

I need help regarding one of the exceptions that occur when calling the getEnvelope method on a SOAPMessage object.

I am using Ericsson MM7 Client API to connect to an MMSC Server. These APIs use Java XML and Web Services API to call the MMSC Web Service method that sends a multimedia message.

The exception that I get is :



After checking the source code for the Ericsson MM7 API I have reached the statement where this exception is generated

After sending the SOAP message to the server, there is a method that processes the received SOAP message.


The exception happens at line number 2 part.getEnveloper() and here is
the Exception description :


Please help.


Thanks in advance.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic