henriquesobral / mac-soapclient

Automatically exported from code.google.com/p/mac-soapclient
0 stars 0 forks source link

Required params presented as opaque type; unpacking this type would be possible and useful #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enter the URL https://svc.elephantdrive.com/ese/trunx.asmx?wsdl
2. press Parse.
3.

What is the expected output? What do you see instead?

The first method presented, Auth, claims to require one parameter, an
"ac:", described as "tns:AuthCredentials".

While this appears to be completely accurate as far as it goes, I
need to know how to package an "ac:" if I want to use it. 

If I enter the same URL into http://www.soapclient.com/soaptest.html,
I get five parameters broken out, with types.

Auth.ac.user:     s:string
Auth.ac.pass:     s:string
Auth.ac.salt:     s:string
Auth.ac.code.gProductCode:    s1:guid
Auth.ac.code.version:  s:string

This may be a user error, or user-cluelessness issue, and if so, I
strongly recommend some doc be created to address it.

====

What version of the product are you using? On what operating system?

1.6.3.1, Mac OS X 10.4

Please provide any additional information below.

Clearly, I can use that soapclient web site to get additional info,
but it would be sad if I had to do that every time, eh?

Original issue reported on code.google.com by jmcaxol...@gmail.com on 29 Jan 2008 at 9:06

GoogleCodeExporter commented 8 years ago
If "defect" is the wrong type, please accept my apologies, I didn't notice the 
interface for setting that.  Next time.

Original comment by jmcaxol...@gmail.com on 29 Jan 2008 at 9:08