PHP webservice Release Sales Document

jfrubio
Member Posts: 9
Hi.
I'm trying to use the codeunit 414 to Release a Sales Document, but I can't find the correct structure. Please help!
My code:
Error:
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't find <definitions> in 'http://localhost:7047/DynamicsNAV/WS/Codeunit/Release_Sales_Order' in C:\wamp\www\soap\navcreaped.php:249 Stack trace: #0 C:\wamp\www\soap\navcreaped.php(249): SoapClient->SoapClient('http://localhos...') #1 {main} thrown in C:\wamp\www\soap\navcreaped.php on line 249
Web service info if I call directly in webbrowser (to http://localhost:7047/DynamicsNAV/WS/Co ... s_Document):
Anyone can help me?....
I'm trying to use the codeunit 414 to Release a Sales Document, but I can't find the correct structure. Please help!
My code:
$baseURL = 'http://localhost:7047/DynamicsNAV/WS/'; $pageURL = $baseURL.'Codeunit/Release_Sales_Order'; $release = new NTLMSoapClient($pageURL); //$result come from previuous order with sales header and sales lines correctly save in nav. $params = array('salesHeader' => $result->Sales_Order); $result2 = $release->PerformManualRelease($params); //$result = $release->OnRun($params); //$result = $release($params);
Error:
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't find <definitions> in 'http://localhost:7047/DynamicsNAV/WS/Codeunit/Release_Sales_Order' in C:\wamp\www\soap\navcreaped.php:249 Stack trace: #0 C:\wamp\www\soap\navcreaped.php(249): SoapClient->SoapClient('http://localhos...') #1 {main} thrown in C:\wamp\www\soap\navcreaped.php on line 249
Web service info if I call directly in webbrowser (to http://localhost:7047/DynamicsNAV/WS/Co ... s_Document):
- <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> - <s:Body> - <s:Fault> <faultcode xmlns:a="urn:microsoft-dynamics-schemas/error">a:Microsoft.Dynamics.Nav.Service.WebServices.ServiceBrokerException</faultcode> <faultstring xml:lang="es-ES">Parameter salesHeader of the type INavRecordHandle in method Reopen in service Release_Sales_Document is invalid!</faultstring> - <detail> <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Parameter salesHeader of the type INavRecordHandle in method Reopen in service Release_Sales_Document is invalid!</string> </detail> </s:Fault> </s:Body> </s:Envelope>
Anyone can help me?....
0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions