Hi all
I'm trying to access a remote web service uisng this wsdl
http://uddi.bt.com/WSDL/parlayx/thirdpartycallservice/rpc-lit/parlayx_third_part
y_calling_service.wsdl
When i do wsd2java 4 packages are created
One of the files in the package in EndUserIdentifier.java
When i'm trying to call the method makeACall, the parameters require
are (EndUserIdentifier callingParty, EndUserIdentifier calledParty,
String charging)
for the callingParty i enter soemthing like this
tel:+44123456789;vnd.bt.cli-presentation=available
same for calledParty but with different number
However, this has to of type EndUserIdentifier.
So i've done this EndUserIdentifier =
tel:+44123456789;vnd.bt.cli-presentation=available
But this gives me the error "cannot convert from string to
EndUserIdentifier"
Can anyone help me get around this problem?
Thanks for any help
plork123 - 02 Jun 2005 13:20 GMT
ignore this - i've now sorted it