I had the same thing when I went through the tutorial. Here a few things.
Forget the sbcUserDef prefix. When generating with JCAPS 5.1.1 the prefix is no the same. You will get the same prefix if you import the sample, but not if you do it from scratch. PortType1 Should be the same though.
There is a missing step in the tutorial. You need to import the simple scb types to be able to set the messages to string. So in the wsdl you have an import statement at the end once you do this.
TE
Hello,
It make sense that you were not able to use String, since you were not able to import them. To import them, do <import> Then select [Sun Seebeyond, eInsight, Simple Data Types]
With this import, you have access to the string type. For me, this shows as ns0:string
HTH
TE
Hi,
Actually, I have rechecked my installation, and I have:
http://schemas.xml.org/wsdl/
as the target namespace.
I found that if I create a new WSDL and do the import I have the same namespace as you. But, if I close eDesigner and reopen it, I get the http://schemas.xml.org/wsdl/ ....
I won't investigate this, halloween is getting closer ;o)
TE