|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Article Discussion: Building XML Web Services with PHP NuSOAP
Building XML Web Services with PHP NuSOAP If you have any questions or comments about this article please post them here.
You can read the article here .
__________________
Kind Regards, John Rebbeck john@interspire.com ICQ# 74637937 |
|
#2
|
|||
|
|||
|
Sample Code
This is a wonderful article! I can't seem to get the sample VB code to work though. I can run the cvs.php locally from my machine via IE.
However, when I change all the URLs with the VB code to http://localhost:8081/php_ws/cvs.php it doesn't do anything when I run the application. I.E., no text appears and nothing happens when I click the button. Any ideas? Can I access this via local machine? |
|
#3
|
|||
|
|||
|
I'm doing some experimentation with InfoPath (Office 2003 beta2) and I'd REALLY like to use a NuSOAP web service to recieve my InfoPath forms...
So I set up my form, and tries to make a connection to the webservice, but InfoPath says I'm using rpc encoding and the it only accepts "document literal encoding". I really don't know what that means, but I tried to do some manipulation of the ConfigureWSDL() function, as it seems it has a "style" parameter (4:th param...). The result was the following: ----------------------- WSDLOperation:The operation echoString is defined as document/encoded. This is unsupported HRESULT=0x80004005: Unspecified error - WSDLOperation:Initializing of the input message failed for operation echoString HRESULT=0x80004005: Unspecified error - WSDLPort:An operation for port InteropTestPort could not be initialized HRESULT=0x80004005: Unspecified error - WSDLPort:Analyzing the binding information for port InteropTestPort failed HRESULT=0x80004005: Unspecified error - WSDLService:Initialization of the port for service InteropTest failed HRESULT=0x80004005: Unspecified error - WSDLReader:Analyzing the WSDL file failed HRESULT=0x80004005: Unspecified error ---------------------- Pretty ugly, I think... any ideas? |
|
#4
|
|||
|
|||
|
VB Sample Code
Great Article,
I noticed in the article that you could download the VB Code. I can't find a link anyplace to download it. Has it been pulled? Randy |
|
#5
|
|||
|
|||
|
Any luck on using InfoPath and NuSOAP ? I am getting the same errors.
Quote:
|
|
#6
|
|||
|
|||
|
Without complete code listing (VB6 stuff), the whole thing is bloody useless!
|
|
#7
|
|||
|
|||
|
InfoPath can't handle RPC/Encoding
Found this article on MSDN - I just experienced a similar issue trying to get InfoPath to submit a form to an application we've just purchased to manage service tickets. It appears you can workaround, but I haven't had a chance to try it. Essentially, InfoPath only handles direct/literal encoding - there's been some fuss on other forums as to whether this is a good thing or not.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipsdk/html/ipsdkRPCEncodingAndWebServices_HV01083593.asp |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > Article Discussion: Building XML Web Services with PHP NuSOAP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|