XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Conferences Close Tree View
+ Stylus Studio Feature Requests (1192)
- Stylus Studio Technical Forum (14621)
-> + Specifying EDI Delimiters (2)
-> + Defining 'connection string' f... (9)
-> + Help Programatically Convertin... (2)
-> + Using adapter URL in pipeline. (7)
-> + How to enable EDI functionalit... (2)
-> + Unable to open file with '%2F'... (2)
-> + How to create a dependency gra... (2)
-> + If block (2)
-> + Mapping multiple files within ... (7)
-> + StylusStudio vs Altova vs BizT... (4)
-> + Command line execution (7)
-> + CSS and Styling in X15 (2)
-> + Ignores debug breakpoints in X... (5)
-> + Cursor dissapearing in Text vi... (5)
-> + compile error xquery java styl... (3)
-> + Stylus Studio Setup: Applicati... (10)
-> + Stylus StudioX15 Crashing whe... (4)
-> + Upgrade Stylus 14 to 15 (2)
-> + ACE Broker Download v2.5 (2)
-> + Help creating custom convertor (7)
-> + Problem saving Documentation (5)
-> + Registry keys for Stylus x15 (8)
-> + How to add a value when conver... (10)
-> + Stylus Studio Pro & Ent X15r1 ... (2)
-> + You need to install Java 2 SDK... (4)
-> - How to disable automatic and m... (1)
-> + Does Stylus Studio / DataDirec... (4)
-> + Stylus Studio fails with 'The ... (12)
-> + Struzzo.exe side by side confi... (7)
-> + unable to use converter (5)
-> + How to enable XSD 1.1 for Saxo... (3)
-> + XSD v.1.1 validation and Xerce... (8)
-> + FATAL ERROR: unsupported XML v... (2)
-> + Java Runtime Environment boot ... (2)
-> + Associate XML with Schema (3)
-> + JVM not found in stylus studio... (2)
-> + Change newline to Linux (on Wi... (4)
-> + Indent XML Tags only partially... (2)
-> + dealing with invalid character... (2)
-> + Unable to call Webservice thro... (2)
-> + XML to CSV Video create csv te... (5)
-> + Try to test this product, (2)
-> + How to migrate license? (3)
-> - kepp your settings on X15 upda... (1)
-> + No Topic (2)
-> + XSD validation scalability iss... (2)
-> + Installing documentation in ai... (4)
-> + Stylus Studio is currently una... (2)
-> + Change from SS Pro 2011 to SS ... (2)
-> + Problem with pipeline function... (2)
-> + Min and Max Occurs for Choices... (2)
-> + XSLT without Preview window ou... (3)
-> + How to achieve this transforma... (2)
-> + Licence Authentication Failed (2)
-> - using Oracle V2 for validation... (1)
-> + Steps needed to execute standa... (2)
-> + xsi:noNamespaceSchemaLocation ... (8)
-> + Using Saxon 9.4 and integrated... (4)
-> + "net XML Parser (5)
-> + How to undo in Stylus Studio X... (2)
-> + .RENAME section not loaded cor... (3)
-> + Stylus StudioŽ X14 Release 2 X... (2)
-> + The JVM initialization failed ... (2)
-> + XML schema to XML does not wor... (4)
-> + missing ExtraLines (3)
-> + EDI validation tool (2)
-> + Registering Custom Tool from c... (5)
-> + Setting Default XML Validation... (2)
-> + Project Directory in Custom Do... (3)
-> + Problem with Saxon 9.4.0.4 AVT... (5)
-> + XML To HL7 (3)
-> + Siblings not repeating when mi... (7)
-> + Nesting of records from fixed ... (5)
-> + Licensing (3)
-> + CSV set up to support predefin... (10)
-> + Scripting conversion (2)
-> + Edi/Euritmo automatic conversi... (4)
-> + Have new stylesheet automatica... (3)
-> + Text file to CSV to xml (9)
-> + EDIFACT to XML (4)
-> + About Stylus Studio... dialog ... (5)
-> + Set Stylus as default editor f... (3)
-> + CSV to XML (11)
-> + Indent XML tags no longer work... (9)
-> + XSL code completion moe like o... (3)
-> + xsl:fo - unable to use any fon... (5)
-> + Bug when calling a ms script f... (13)
-> - url schema (1)
-> + Quickbooks invoice to XML (4)
-> + X14 locks up, Unresponsive (4)
-> + Fields missing from middle of ... (2)
-> + Cannot install trial (2)
-> + Text File with Page breaks - H... (8)
-> + Complex transactional CSV mapp... (2)
-> + XML Report (2)
-> - Create an XML feed for videos (1)
-> + word doc (2)
-> + Saving to a UNC path (7)
-> + sharing violation (3)
-> + Convert XML to XML (6)
-- Previous [181-200] [201-220] [221-240] Next
+ Website Feedback (249)
+ XSLT Help and Discussion (7625)
+ XQuery Help and Discussion (2017)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
Topic  
Postnext
sudhakar sharmaSubject: WSDLOperation:Initializing of the input message failed for operation
Author: sudhakar sharma
Date: 25 Nov 2005 07:48 AM
hi, i have to create vb client that consume .net web service, i allready created java client with same wsdl file.
my vb client code is

"====================================================="
Dim soapclient As MSSOAPLib30.SoapClient30
Dim strwsdl As String
Dim output As String

Set soapclient = New MSSOAPLib30.SoapClient30
strwsdl = "D:\vb\gsoapclient\GSoapWS.wsdl"
soapclient.ClientProperty("ServerHTTPRequest") = True
soapclient.MSSoapInit (strwsdl)
"========================================================"

when i have to create vb client i received these errors

"WSDLOperation:The operation UploadFile had an invalid parts attribute HRESULT=0x80004005: Unspecified error
- WSDLOperation:Initializing of the input message failed for operation UploadFile HRESULT=0x80004005: Unspecified error
- WSDLPort:An operation for port GSoapWS could not be initialized HRESULT=0x80004005: Unspecified error
- WSDLPort:Analyzing the binding information for port GSoapWS failed HRESULT=0x80004005: Unspecified error
- WSDLService:Initialization of the port for service GSoapWS failed HRESULT=0x80004005: Unspecified error
- WSDLReader:Analyzing the WSDL file failed HRESULT=0x80004005: Unspecified error
- Client:One of the parameters supplied is invalid. HRESULT=0x80070057: The parameter is incorrect."

please please help me out for the same....milons thanks

Postnext
(Deleted User) Subject: WSDLOperation:Initializing of the input message failed for operation
Author: (Deleted User)
Date: 28 Nov 2005 09:12 AM
Sudhakar,

There is nothing in your post which indicates the problem is related to Stylus Studio, but if you attach the wsdl file, we have some wsdl experts who have agreed to take a look at it.

Clyde

Postnext
sudhakar sharmaSubject: WSDLOperation:Initializing of the input message failed for operation
Author: sudhakar sharma
Date: 01 Dec 2005 03:39 AM
HI CLYDE , I M SENDING YOU MY WSDL FILE ..PLEASE HAVE A LOOK ON IT..I HAVE TO CREATE A VB CLIENT THAT CONSUME .NET SERVICE.
I USED SOAPCLIENT 3.0
THESE ARE ERROR WHICH I GET ..

WSDLService:Processing service GSoapWS found no port definitions HRESULT=0x80070057: The parameter is incorrect.
- WSDLReader:Analyzing the WSDL file failed HRESULT=0x80070057: The parameter is incorrect.
- Client:One of the parameters supplied is invalid. HRESULT=0x80070057: The parameter is incorrect.

CAN YOU HAVE MEESENGER ID (SKYPE,MSN OR YAHOO) FOR THAT WE COMMUNICATE DIRECTLY.

tHANKS
sUDHAKAR sHARMA


DocumentGSoapWS.wsdl
WSDL FILE

Postnext
Ivan PedruzziSubject: WSDLOperation:Initializing of the input message failed for operation
Author: Ivan Pedruzzi
Date: 01 Dec 2005 12:09 PM
The WSDL in question is using a SOAP binding (xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap12/")
that is not supported by Microsoft SOAP Toolkit.

if you change the binding in the WSDL to be xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/"
you may be able to run it, it is no guarantee.

Hope this helps
Ivan Pedruzzi
Stylus Studio Team

Postnext
sudhakar sharmaSubject: WSDLOperation:Initializing of the input message failed for operation
Author: sudhakar sharma
Date: 07 Dec 2005 02:20 AM
Hi Ivan.thanks for viewing my problem..as per urs suggestions ..i make change in my wsdl file( change soap12 to soap)..but still i gots same errors in my vb client..i m sending you my wsdl file along with errors lists..plz help me out for the same...

errors are->>>>>>>>
=================================================================
WSDLOperation:The operation UploadFile had an invalid parts attribute HRESULT=0x80004005: Unspecified error
- WSDLOperation:Initializing of the input message failed for operation UploadFile HRESULT=0x80004005: Unspecified error
- WSDLPort:An operation for port GSoapWS could not be initialized HRESULT=0x80004005: Unspecified error
- WSDLPort:Analyzing the binding information for port GSoapWS failed HRESULT=0x80004005: Unspecified error
- WSDLService:Initialization of the port for service GSoapWS failed HRESULT=0x80004005: Unspecified error
- WSDLReader:Analyzing the WSDL file failed HRESULT=0x80004005: Unspecified error
- Client:One of the parameters supplied is invalid. HRESULT=0x80070057: The parameter is incorrect.
======================================================================

thanks
Suhdakar Sharma


DocumentGSoapWS(1).wsdl
wsdl file

Postnext
Ivan PedruzziSubject: WSDLOperation:Initializing of the input message failed for operation
Author: Ivan Pedruzzi
Date: 07 Dec 2005 10:49 AM
The operation "UploadFile" uses an unknown part
The attached WSDL should work.

Hope this helps
Ivan Pedruzzi
Stylus Studio Team


DocumentGSoapWS1.wsdl

Postnext
sudhakar sharmaSubject: WSDLOperation:Initializing of the input message failed for operation
Author: sudhakar sharma
Date: 10 Dec 2005 12:37 AM
HI Ivan ..tons of thaNKs..urs wsdl file works fine...
but i have another problem..do u have some idea regarding complex type in soap toolkit3.0..becoz i have to use complex type within complex type..if u have some example how to use complex type....

can u give me some idea ragdring perl soaplite tool

thanks
Sudhakar Sharma

Posttop
sudhakar sharmaSubject: pass base64binary
Author: sudhakar sharma
Date: 21 Dec 2005 03:32 AM
Hi ivan this is my vb code..i face problem when i send byte array...plz help me in this..when i send byte array ..it shows garbage data on server..plz help me for the same

Dim Connector As SoapConnector30
Dim Serializer As SoapSerializer30
Dim Reader As SoapReader30
Dim ResultElm As IXMLDOMElement
Dim FaultElm As IXMLDOMElement

Dim END_POINT_URL As String
Dim SoapAction As String
Dim CALC_NS As String

Dim byBuf(10) As Byte ' Byte array to store data
END_POINT_URL = "http://192.168.96.36/sample1.asmx?WSDL"
SoapAction = "http://tempuri.org/"
CALC_NS = "http://tempuri.org/"

byBuf(0) = 65 ' Initialize the byte array
byBuf(1) = 66
byBuf(2) = 67
byBuf(3) = 68
byBuf(4) = 69
byBuf(5) = 70
Set Connector = New HttpConnector30
Connector.Property("EndPointURL") = END_POINT_URL
Connector.Connect

' binding/operation/soapoperation
Connector.Property("SoapAction") = SoapAction & Method
Connector.BeginMessage

'Preapare the SOAP Request
Set Serializer = New SoapSerializer30
Serializer.Init Connector.InputStream

Serializer.StartEnvelope
Serializer.StartBody

Serializer.StartElement Method, CALC_NS ' Setting Method name

Serializer.StartElement "a", CALC_NS
Serializer.WriteBuffer 4, byBuf(0) 'This data is not pass correctly in server
Serializer.EndElement
Serializer.EndElement
Serializer.EndBody
Serializer.EndEnvelope
Connector.EndMessage
'Reading Webservice Response
Set Reader = New SoapReader30
Reader.Load Connector.OutputStream


thanks
sudhakar sharma

   
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.