posted 20 years ago
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