When TcpTunnelGUI doesn't work...

2001-10-08 Thread Simone Badoer
I've tried to run TcpTunnelGUI, but it never shows any data. So I ask if somebody can write me the SOAP-HTTP Request and Response for this simple example. CLIENT: String data="hello"; Call call = new Call(); call.setTargetObjectURI("urn:Boomerang"); call.setMethodName("getString");

Element from String

2001-09-25 Thread Simone Badoer
Hi. I need to obtain an Element from a String in a valid XML format, for example: Element el =xxxFunction("TAG attr=\"abc\"\n CHILD/\n/TAG"); I know the inverse function, DOMWriter.nodeToString, what's the right name for xxxFunction? Thank you, Simone.

TcpTunnelGui

2001-09-21 Thread Simone Badoer
Hi. My application works correctly. It simply sends an Element and receives another Element using Literal XML Enconding. This is my SOAP call-invoke: resp = call.invoke(new URL("http://myhost:8080/soap/servlet/rpcrouter"), ""); I've tried to execute the tool TcpTunnelGui: java