It´s working!! THANK YOU! I don´t know why it is working. I am rather new to
all this with remoting, especially with the DBMSProcessor, delta packages
stuff. I would rather use normal cfc. I understand them better. I looked
through the cfc and it looks like the package in really a xml stream, parsed
by the cfc into insert, update and delete sql statements and at the same
time creates a new stream to send back. Clever.
-------------
This is how i did it:
But I did the other way around.
Changed the urls to IP instead of localhost
Added an 'autoGenField' field, String, under the Schema tab
Added a Params field named 'autoGenField' in the Bindingstab
Changed the direction to in/out
Clicked the little thing on the bound to
The popup comes with all the Components
Navigate to Application/ dmTimeEntry/ WebServiceConnector /
wscSaveTimeEntry/ params: Objects/ autoGenField: String
If the field is greyed out. Change the direction to in/out
Hit ok
Test the movie
Jens
"teflon000" <webforumsuser@macromedia.com> skrev i meddelandet
news:bra5mb$rs5$1@forums.macromedia.com...
[quoted text, click to view] > I was able to get this working last night. I'm still pretty green at this
so please bear with me.
>
> I narrowed the cause down to the fact that the URL of the Web service
being called was getting changed. It only seemed to break the
wscSaveTimeEntry web service connector. If I left everything the way it was
and tried publishing or testing, it worked fine, but as soon as I changed
that URL value, it would break the binding.
[quoted text, click to view] >
> Solution: after the URL value is changed, remove the current 'params :
autoGenField' binding and create a new one. Add the new binding, and check
the 'use path expression' option and manually enter 'autoGenField' into the
field provided. Set the values in the Bindings and Schema to match, and off
you go. I found that you could leave the old binding for reference, until
the new one is created, and then remove it.
[quoted text, click to view] >
> I had this working with numeric IP addresses, as well as domain names
references.
>
> Only thing, if anyone knows why this solved the problem, please let me
know. It's fixed, but I don't know why.
>
> Jens, let me know if this works for you as well.
>
>
> Brendan
>
>
>
>