Please can someone help me
I'm trying to implement the above line of code but stuck as to what to
put in the first parameter
SOAPHeaderElement element =
envelope.getHeaderByName("http://localhost:8080....what goes in here",
"headername");
Can some please help me
Many thanks
iksrazal@terra.com.br - 06 May 2005 21:09 GMT
> Please can someone help me
>
[quoted text clipped - 8 lines]
>
> Many thanks
Its just a namespace. Take a look at EntityResolver to get a better
idea. Seems like you are trying to get an existing one - via get -
instead of creating one yourself as would be expected when using
localhost. Use the SOAPMonitor applet to what it typically is - for
security work you often create your own as a marker such as
"http://schemas.xmlsoap.org/soap/envelope/" . So you'll get null if it
doesn't exist, so use a tool to sniff out the value. Keep in mind
though it may indeed not exist at all unless you create it yourself.
hth,
iksrazal
http://www.braziloutsource.com/