Problem with case study 2 in eInsight Users Guide

Following the Manual step by step I accountered the next problem: When I define WSDL for Receive and Reply Activities I fail to set PortType sbcUserDef:PortType1. All the previous steps were success. Please help me to solve the problem.
[243 byte] By [Kate_Ch] at [2007-11-26 11:00:26]
# 1

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

TravelEntity at 2007-7-7 3:14:05 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 2
where can I import them from? besides, I failed to set value "Operation1" to the field Operation just as "stringMessage" to fields Input and Output
Kate_Ch at 2007-7-7 3:14:05 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 3

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

TravelEntity at 2007-7-7 3:14:05 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 4
Thanks for your help. I have one more question. I have the next URL : " http://seebeyond/com/xsddefined/SimpleDataTypes" in Target Namespace inSun Seebeyond-> eInsight-> Simple Data Types. Is this correct URL? It seems that there is an error. Maybe it is the cause of troubles?
Kate_Ch at 2007-7-7 3:14:05 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 5
The URL seems correct.What is the error?TE
TravelEntity at 2007-7-7 3:14:05 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 6

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

TravelEntity at 2007-7-7 3:14:05 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...