Hi All,
I want to know how can i access a request that has been sent thru the
message.sent() method ..
for example..
i send my xml document through this soap method
msg.send (new URL ("http://localserver/soap/messagerouter";),
"urn:testservice", msgEnv);
where msgEnv parsed is a soap xml. wh
Hi,
i am trying to access a SOAP service from the WAS3.5
server.
i have a server program as follows
-
public class HelloServer
{
public String sayHelloTo(String name)
{
return ( name + new String("hello"));
}
}
}
hi,
when run the SoapRequest class i get the following execution error.
Unable to create SOAP connection factory: Provider
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnectionFactory not found
I am using the "java_xml_pack-winter-01-dev" jaxm package with Webspherer
application server3.5.
hi,
today i tried to create a apache SOAP server on websphere Advanced
Edition 3.5 with a fix pack 6. i downloaded and followed all the steps
given in the document for installing SOAP server on websphere from the site
http://xml.apache.org/soap/docs/install/websphere.html.
i have even set th