Scott
Thanks alot for your response.
Let me ask this. I still don't understand how the
tags <> <> are created for WSCredentials class.
Do they automatically get created based on the
class name and members or would I need to do something
like this within the WSCredentials
class?
public class _WSCredentials {
public string UserName public string Password; public void setUsername( String
username ) {
UserName = "<Username>" +username +"</Username>;
}
public void setPassword( String
password ) {
UserName = "<Password>" +password +"</Password>;
} } Thanks..
|
- SOAP Help Building Request With Nested Tags Greg Pedder
- Re: SOAP Help Building Request With Nested Tags Scott Nichol
- Re: SOAP Help Building Request With Nested Tags Greg Pedder
- Re: SOAP Help Building Request With Nested Tags Scott Nichol
- Re: SOAP Help Building Request With Nested Tags Greg Pedder