Parsing SOAP message request in Java

2002-10-09 Thread KavithaK
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

execution error while running SOAP client-server

2002-07-05 Thread KavithaK
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")); } } }

Execution error while running SOAP request

2002-07-04 Thread KavithaK
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.

unable to create a SOAP server on WAS3.5

2002-07-03 Thread KavithaK
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