• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

SAAJ

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

I have deployed a webservice in the weblogic8.1.
I am trying to invoking my webservices by using SAAJ API.But iam gettings a Problem.

For eg:
System.setProperty("javax.xml.soap.MessageFactorySoAPFactory",
"weblogic.webservice.core.soap.MessageFactoryImpl");

soap_fac=SoAPFactory.newInstance();
Name name_soap=soap_fac.createName "sayHello","s","http://xyz.com);

For the above code the Actual result we will get as the specification of saaj is

<s:sayHello xmlns:http://xyz.com>

But i am getting like this in weblogic8.1
<s:sayHello>

Any one Knows the solution to this Please Post a Reply


Thanks

Naresh
 
reply
    Bookmark Topic Watch Topic
  • New Topic